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.
- Host: GitHub
- URL: https://github.com/gentritabazi/php-mini-framework
- Owner: gentritabazi
- Created: 2020-08-16T14:11:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T08:43:14.000Z (almost 2 years ago)
- Last Synced: 2025-07-19T17:22:00.292Z (5 months ago)
- Topics: php, php-api, php-mvc
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.