albet / asmvc
A Simple PHP MVC Framework
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.0
- doctrine/collections: ^2.1
- fakerphp/faker: ^1.19
- firebase/php-jwt: ^6.3
- guzzlehttp/guzzle: ^7.0
- illuminate/database: ^9.0
- illuminate/events: ^9.0
- laminas/laminas-diactoros: ^2.24
- latte/latte: ^2.10
- monolog/monolog: ^3.2
- nikic/fast-route: ^1.3
- nunomaduro/termwind: ^1.15
- php-di/php-di: ^6.4
- phpfastcache/phpfastcache: ^9.1
- predis/predis: ^2.0
- rakit/validation: ^1.4
- spatie/once: ^3.1
- symfony/console: ^6.2
- symfony/security-csrf: ^6.2
- symfony/translation: ^6.2
- vlucas/phpdotenv: ^5.4
Requires (Dev)
- filp/whoops: ^2.14
- nunomaduro/collision: ^6.3
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- psy/psysh: @stable
- rector/rector: ^0.15.2
- symfony/var-dumper: ^6.2
README
Created By Albet Novendo.
Requiresment
- Apache2 with:
- Rewrite
- Override
- MySQL (If you need it)
- PHP 8.0 and upper
- Composer
How to install?
Manual Way
- Clone this repository;
- Type php asmvc (This will perform composer install if you haven't install the dependencies first);
- You're good to go.
Composer Way
composer create-project albet/asmvc project-name
Documentation
The documentation of ASMVC can be found in: ASMVC Docs
License
This project is licensed under MIT. Copyright 2022
Contribution and Issues
You can contribute to this project freely. It can be feature contributions, bug fix, bug report and many more.