wdalmut / frankie-app
dev-develop
2015-02-22 09:54 UTC
Requires
- jms/serializer: 0.16.*
- symfony/dependency-injection: ~2
- wdalmut/frankie: *
Requires (Dev)
- phpspec/phpspec: ~2
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2024-10-26 17:13:43 UTC
README
Develop your services with annotated routes, services and events.
Getting Started
First of all prepare your project:
php composer.phar create-project wdalmut/frankie-app path dev-develop
That's it! Start your web server:
php -S localhost:8080 -t web
And build your service!
Check the online documentation