wdalmut/frankie-app

dev-develop 2015-02-22 09:54 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:38:37 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