An open API service indexing awesome lists of open source software.

https://github.com/elusivecodes/fyrephp

FyrePHP is a free, open-source framework for PHP.
https://github.com/elusivecodes/fyrephp

framework php

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# FyrePHP

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

## Table Of Contents
- [Installation](#installation)
- [Server](#server)

## Installation

**Using Composer**

```
composer create-project fyre/php myapp
```

## Server

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

```
./bin/fyre server -p 8000
```