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

https://github.com/gentritabazi/php-mini-framework

Clean API In Pure PHP.
https://github.com/gentritabazi/php-mini-framework

php php-api php-mvc

Last synced: 5 months ago
JSON representation

Clean API In Pure PHP.

Awesome Lists containing this project

README

          

# PHP Mini Framework

This mini application helps you build a great application by adapting to the requirements of the application, the idea is to create everything you need for your application, not to use frameworks where 50% of the framework code will not be used and your application will be so slow.

# Installation
- Clone the project.
- Run: `composer dump-autoload`.
- Run the Application: `php -S localhost:8080 public/index.php`.

# Ready APIs!
- Get all users.
- Get user by id.
- Create user.
- Update user.

# What you get
- Router system.
- Models system.
- Controllers system.
- Database base class.
- Logger.
- Modern exception handler for APIs.
- Clean directories structure.