Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbuzonas/todomvc-client-bundle
https://github.com/sbuzonas/todomvc-client-bundle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbuzonas/todomvc-client-bundle
- Owner: sbuzonas
- License: mit
- Created: 2015-02-01T07:05:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T07:35:36.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T22:49:07.958Z (3 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
This bundle requires Symfony 2.1+.
## Installation
1. Download FancyGuyTodoMVCClientBundle using composer
2. Enable the bundle
3. Update the application routes### Step 1: Download FancyGuyTodoMVCClientBundle using composer
Add FancyGuyTodoMVCClientBundle by running the command:
``` bash
$ 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
``` php