PHPackages                             fancyguy/todomvc-client-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fancyguy/todomvc-client-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

fancyguy/todomvc-client-bundle
==============================

a Symfony/AngularJS implementation of the TodoMVC client

09PHP

Since Feb 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/slbmeh/todomvc-client-bundle)[ Packagist](https://packagist.org/packages/fancyguy/todomvc-client-bundle)[ RSS](/packages/fancyguy-todomvc-client-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Getting Started With FancyGuyTodoMVCClientBundle
================================================

[](#getting-started-with-fancyguytodomvcclientbundle)

This bundle implements an API client interface in the style of [TodoMVC](http://todomvc.com) to highlight best practices, defined by FancyGuy Technologies, in implementing a web client in PHP.

Prerequisites
-------------

[](#prerequisites)

This bundle requires Symfony 2.1+.

Installation
------------

[](#installation)

1. Download FancyGuyTodoMVCClientBundle using composer
2. Enable the bundle
3. Update the application routes

### Step 1: Download FancyGuyTodoMVCClientBundle using composer

[](#step-1-download-fancyguytodomvcclientbundle-using-composer)

Add FancyGuyTodoMVCClientBundle by running the command:

```
$ composer require fancyguy/todomvc-client-bundle "1.0.x-dev"
```

Composer will install the bundle to the project's `vendor/fancyguy` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
