Download the PHP package simondevelop/slim-sim without Composer
On this page you can find all versions of the php package simondevelop/slim-sim. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simondevelop/slim-sim
More information about simondevelop/slim-sim
Files in simondevelop/slim-sim
Package slim-sim
Short Description Skeleton slim 4 with doctrine orm and other lib
License MIT
Homepage https://github.com/SimonDevelop/slim-sim
Informations about the package slim-sim
Slim Sim is a skeleton based on PHP micro framework Slim.
For all contributions on github, please read the document CONTRIBUTING.md.
Used libraries
- twig-view for the views.
- doctrine for the database.
- data-fixtures for the data fixture.
- migrations for the migrations of the database.
- validation to validate the data.
- csrf for form security.
- php-ref for an improved var_dump function.
- phpdotenv for the configuration of the environment.
- console for terminal commands.
- monolog to manage logs.
- translation for the multilingual system.
- webpack for compilation and minification of files scss/sass/css/js.
- cli-menu for execute commands from a menu in your terminal.
NOTE
cli-menu use php posix extension which is not supported on windows, remember to delete this line in composer.json if you are under windows :
Installation
Check that the .env
file has been created, this is the configuration file of your environment or you define the connection to the database, the environmentdev
or prod
and the activation of the twig cache.
If the file has not been created, do it manually by duplicating the .env.example
file.
Do not forget to check that your environment configuration of your database matches well.
Permissions
Allow the storage
folder to write to the web server side.
Documentation
See the User Documentation for more details.
You using 1.x version ? See this User Documentation.
All versions of slim-sim with dependencies
php Version >=7.2
slim/slim Version ^4.5
slim/psr7 Version ^1.2
php-di/php-di Version ^6.2
slim/csrf Version ^1.0
slim/twig-view Version 3.0
respect/validation Version ^2.0
symfony/console Version ^4.4
digitalnature/php-ref Version ^1.3
vlucas/phpdotenv Version ^5.1
monolog/monolog Version ^1.25
doctrine/orm Version ^2.7
doctrine/migrations Version ^3.0
doctrine/data-fixtures Version ^1.4
twig/extensions Version ^1.5
symfony/translation Version ^4.4
symfony/twig-bridge Version ^4.4
symfony/yaml Version ^4.4
php-school/cli-menu Version ^4.0