Giter VIP home page Giter VIP logo

build_php_framework_screencast's Introduction

Build Your Own PHP Framework Screencast

History

It all started in the December 2011, when Fabien Potencier released his multi-step tutorial Create your own framework... on top of the Symfony2 Components. The tutorial was very well received by the community and became the de-facto stadard on how to write modern web applications.

In March 2012 I have decided to repackage the original tutorial in the form of video screencasts, so that even more members of the community, especially the visual learners, could be reached and tought the best practices of using Symfony2 Components. That is how Build Your Own PHP Framework Screencast Series came to be.

Code

The screencast is build out of 12 episodes - each one of them is and improvement, or the refactored version of the previous. So essentially, each episode is the work in progress towards the better framework.

That was the reason why Fabien didn't want to publish the source code of the tutorial. The tutorial is supposed to show the framework in the making, and not offer the final result. In his own words:

"this series is about writing your own framework, not about creating a framework that you can use without modification".

I decided to include the source code for each episode as a separate folder. This way, on one hand, you can follow the evolution of the framework as the screencast progresses, on the other - you still get the benifit of working code - the framework version you can run from the each folder.

Usage

To run the corresponding version of the framework you need to follow this simple steps:

  • go to the episode folder:

      $ cd episode_03
    
  • update the dependencies (listed in the composer.json file):

      $ php composer.phar update
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.