Subscribe via RSS or know about updates first by getting on the newsletter.
Learning to program doesn't have to be so hard. Reading scattered blog posts and books isn't as effective as watching real projects being built and actively coding along with them. SymfonyCasts bridges that learning gap, bringing you video tutorials and interactive coding activities. Code on!
We have an RSS feed! Ok, that's not earth-shattering 2013 news, but you if you've enjoyed our posts about REST and OSS licenses, then subscribe and keep updated. We also use the blog to ask a lot of questions to help make sure that our tutorials represent the best-practices and opinions of a larger community. If you're one of those smart guys or gals, we definitely hope you'll show up in the future.
http://feeds.feedburner.com/knpuniversity
Creating an RSS feed is simple and was made even easier by \Suin\RSSWriter. It's built with PHP namespaces, is tested in Travis, is all setup with Composer and does nothing more than help dump RSS. There are also some Symfony2 bundles for RSS, but creating a feed is so simple that these seem like overkill.
So if you have a simple RSS problem, this simple library solves it nicely. It doesn't support all of the fields possible in RSS 2.0 (something that's easily fixed), and you can certainly argue that Atom is better, but it got us up and running fast.
Like something better? Let us know :).
Cheers!