mrnjifanda / simple
Simple is a PHP MVC framework that uses the Repository service pattern. It is useful for creating PHP sites and applications very easily.
v1.0.0
2022-07-08 10:52 UTC
Requires
- php: ^7.0|^8.0
- altorouter/altorouter: ^2.0
- doctrine/annotations: ^1.13
- firebase/php-jwt: ^6.1
- php-amqplib/php-amqplib: ^3.0
- phpmailer/phpmailer: ^6.1
- teamtnt/tntsearch: ^2.9
- vlucas/phpdotenv: ^5.3
- zircote/swagger-php: ^4.2
Requires (Dev)
- fakerphp/faker: ^1.14
- filp/whoops: ^2.12
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^5.2
This package is not auto-updated.
Last update: 2025-03-18 21:20:29 UTC
README
About-us
Simple is a PHP Framework
Usage
Install and active PHP ^7.0 and active extension
curl
fileinfo
gd
mbstring
mysqli
openssl
pdo_mysql
sockets
amqp
pdo_sqlite
sqlite3
Active extension amqp. If is not install on your system, you have error in composer install command. On windows if is not install read this link
https://stackoverflow.com/questions/54967199/install-amqp-in-windows-10-php-7-3
git clone https://gitlab.com/mrnjifanda/simple.git
Install PHP dependencies
composer install
Install NPM dependencies (dev)
npm install
After run PHP serve
php -S localhost:3500 -t public
If you have install node js just type: npm start