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.
- Host: GitHub
- URL: https://github.com/elusivecodes/fyrephp
- Owner: elusivecodes
- License: mit
- Created: 2022-05-08T10:19:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:48:42.000Z (over 1 year ago)
- Last Synced: 2024-08-14T15:17:18.086Z (over 1 year ago)
- Topics: framework, php
- Language: PHP
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```