Download the PHP package semhoun/slim-skeleton-mvc without Composer
On this page you can find all versions of the php package semhoun/slim-skeleton-mvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package slim-skeleton-mvc
Slim 4 MVC Skeleton
This is a simple web application skeleton project that uses the Slim4 Framework:
- PHP-DI as dependency injection container
- Slim-Psr7 as PSR-7 implementation
- Doctrine as ORM
- Twig as template engine
- Monolog
- Symfony Console
- Proxy Detection
- PHP Insights and Rector for code quality
Prepare
-
Create your project:
- Create database (inside your-app):
./console.php migrations:migrate
Run it:
cd [your-app]
php -S 0.0.0.0:8888 -t public/
- Browse to http://localhost:8888
Notice
- Set
var
folder permission to writable when deploy to production environment - Default login/password is admin/admin
All versions of slim-skeleton-mvc with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-sqlite3 Version *
ext-json Version *
slim/slim Version ^4.14
slim/psr7 Version ^1.7
doctrine/orm Version ^3
doctrine/dbal Version ^4
doctrine/migrations Version ^3
symfony/cache Version ^7
php-di/slim-bridge Version ^3.4
monolog/monolog Version ^3.6
symfony/console Version ^6.0
slim/twig-view Version ^3.4
akrabat/proxy-detection-middleware Version ^1.0
ext-sqlite3 Version *
ext-json Version *
slim/slim Version ^4.14
slim/psr7 Version ^1.7
doctrine/orm Version ^3
doctrine/dbal Version ^4
doctrine/migrations Version ^3
symfony/cache Version ^7
php-di/slim-bridge Version ^3.4
monolog/monolog Version ^3.6
symfony/console Version ^6.0
slim/twig-view Version ^3.4
akrabat/proxy-detection-middleware Version ^1.0
The package semhoun/slim-skeleton-mvc contains the following files
Loading the files please wait ....