claud / my-php-mvc
Small PHP MVC framework
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.2
- ext-pdo: *
- adbario/php-dot-notation: ^3.3
- claud/router: ^2.1
- league/container: ^4.2
- php-di/php-di: ^6.4.0
- spatie/ignition: ^1.15
- twig/twig: ^3.10
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- guzzlehttp/guzzle: ^7.8
- phpunit/phpunit: ^10.1
README
The My PHP MVC is a small project that aims to simplify and study PHP for simple web applications. Use it, have fun and call it yours.
Resources
- Easy to use
- Simple and intuitive
- Support for routes with parameters
- Functions or controller methods associated with routes
Installing
You can clone this repository or install via Composer:
composer create-project claud/my-php-mvc
After installing, you can serve te application using the PHP built-in web server:
php -S localhost:8000 -t public
The application will be available at http://localhost:8000.
Contributing
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a branch with a meaningful description:
git checkout -b my-feature
- Make your changes and add relevant code comments
- Make sure to run unit tests, if applicable
- Submit a pull request describing your changes
License
The My PHP MVC is open-sourced software licensed under the MIT license.
ContACT
If you have any questions or need help, please feel free to contact:
- Cláudio Oliveira
- franciscoclaudiooliveira@gmail.com