Skip to content

FyrePHP is a free, open-source framework for PHP.

License

Notifications You must be signed in to change notification settings

elusivecodes/FyrePHP

Repository files navigation

FyrePHP

FyrePHP is a free, open-source framework for PHP.

Table Of Contents

Installation

Using Composer

composer create-project fyre/php myapp

Server

FyrePHP includes a built-in web server for development purposes.

./bin/server -p 8000