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

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

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