romulodl / shunter-todo
Example app for shunter
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/romulodl/shunter-todo
Requires
- j4mie/paris: ^1.5
- robmorgan/phinx: ^0.5.1
- silex/silex: ^1.3
Requires (Dev)
- phpunit/phpunit: ^5.1
- symfony/browser-kit: ^3.0
This package is auto-updated.
Last update: 2025-10-17 09:28:55 UTC
README
This TODO app is a working example for shunter.
Installation
Local
The application needs PHP (> 5.4) and sqlite3 running in your machine.
The installation could be done via composer.
- Clone the repo and run: composer install
- Run the db migrations: vendor/bin/phinx migrate
- Start a php server: php -S 0.0.0.0:8080
- Access localhost:8080?json=truein your browser
Vagrant
- TODO
Docker
- TODO
Shunter Setup
- TODO [how to connect shunter with this app]