A modern PHP 8.1+ MVC framework featuring elegant database ORM, middleware support, and robust routing system.
- PHP 8.1 or higher
- Composer
composer create-project chiheb/simplex-framework your-project-name
- Modern PHP 8.1+ Framework
- CakePHP ORM Integration
- Environment Configuration with Symfony Dotenv
- Logging with Monolog
- PSR-4 Autoloading
- Development Tools:
- PHPUnit for testing
- PHPStan for static analysis
- PHP_CodeSniffer for coding standards
- PHP-CS-Fixer for code formatting
- Configure your environment:
cp .env.example .env
- Install dependencies:
composer install
- Run development tools:
composer check # Runs all code quality tools
composer format # Fix code style
composer lint # Check coding standards
composer analyze # Static analysis
For detailed documentation, please refer to the documentation.md file in this repository.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Chiheb Nabil
- Email: chiheb.design@gmail.com
- Website: https://mydevmentor.com