I have just released an implementation of TodoMVC using Symfony 2 (the best PHP framework), Chaplin.js and Backbone.js. It follows my previous article on the use of these technologies (in french).
TodoMVC is a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.
This a backend and frontend implementation of this project. It is a demo of Chaplin and Backbone working with Symfony.
My bundle includes a JSON REST API built with FOSRestBundle and the Symfony’s form framework, the Doctrine entitiy, the view to load the SPA, the CoffeeScript code and some functional tests.
Try the demo and download it on GitHub.
French version of this article.
4 thoughts on “A Symfony 2 TodoMVC implementation using Backbone.js and Chaplin.js”