alxgarshin / fraym
The Fraym PHP framework
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/alxgarshin/fraym
Requires
- php: >=8.4.0
- ext-ctype: *
- ext-curl: *
- ext-gd: *
- ext-iconv: *
- ext-imagick: *
- ext-openssl: *
- ext-pdo: *
- phpmailer/phpmailer: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- phpdocumentor/reflection-docblock: ^5.3
- phpstan/phpdoc-parser: ^1.22.1
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^9.5
README
PHP framework that brings everything you need to develop a not-so-small web-project including best practices for frontend solutions.
Requirements
- PHP 8.4
- MySQL 5.7 or PostgreSQL 13
Installation
Using composer:
composer require alxgarshin/fraym
After that just use:
./vendor/bin/console install
And your project will be ready to go!