wdalmut / frankie-app
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/wdalmut/frankie-app
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: 2025-10-11 22:30:04 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