News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Create your own framework... on top of the Symfony2 Components (part 1)
January 04, 2012 @ 08:47:39

Fabien Potencier has written up a new post on his blog talking about creating your own framework layered on top of the Symfony2 framework's component system (yes, a framework from a framework).

Symfony2 is a reusable set of standalone, decoupled, and cohesive PHP components that solve common web development problems. Instead of using these low-level components, you can use the ready-to-be-used Symfony2 full-stack web framework, which is based on these components... or you can create your very own framework. This series is about the latter.

He talks about the reasoning behind wanting to make your own framework, mostly dealing with exploration and/or proving you can do it. He walks you through every step of the way - creating the base directory, setting up a project via Composer, creating an autoloader and making a first basic file - a "Hello world" echo message. In the next part of the series, he'll add in the HttpFoundation component for web interaction.

0 comments voice your opinion now!
framework custom symfony2 component tutorial series


blog comments powered by Disqus

Similar Posts

PHPMaster.com: An Introduction to Mock Object Testing

AnyExample.com: PHP AJAX example: asynchronous file upload

Alexander Netkachev's Blog: Using Zend_Controller in subfolder

DevShed: Working with Strings and the Composite Pattern in PHP 5

IBM developerWorks: Integrating Java and PHP in WebSphere sMash


Community Events











Don't see your event here?
Let us know!


release composer series tool example object framework podcast conference development opinion zendframework2 interview community testing introduction functional language unittest code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework