File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 11# Lightweight-PHP-Framework-For-APIs.
22Simple PHP framework that helps you quickly understand and write simple APIs.
3+
4+ ## Installation
5+
6+ Use the package manager [ composer] ( https://getcomposer.org/ ) to install required files
7+
8+ ``` bash
9+ composer install
10+ ```
11+ 1 . Clone/download this folder to your computer.
12+ 2 . create .env file
13+ 3 . copy content in enf-exampl in .env file
14+ 4 . config .env file
15+ 5 .
16+ 6 . Voila! Enjoy development.
17+
18+ ## Usage
19+
20+ > ` cd public/ `
21+ > ` php -S localhost:8080 `
22+
23+ ## Model
24+ create name of model as same as name of table in database
25+
26+ ## Contributing
27+ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
28+
29+ ## License
30+ [ MIT] ( https://choosealicense.com/licenses/mit/ )
You can’t perform that action at this time.
0 commit comments