Download the PHP package clsystems/clslim without Composer
On this page you can find all versions of the php package clsystems/clslim. 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 clslim
CLSlim
For developers, CLSlim is an opinionated PHP framework used to quickly create CRUD based RESTful APIs.
CLSlim is a marriage between Slim 4 and Eloquent ORM with Robo as your wedding planner.
CLSlim is opinionated meaning that CLSlim stresses convention over configuration.
CLSlim works best as a framework in the following situation:
- You need to quickly spin up a RESTful datacentric API
- You already have defined your database with entities (tables/views) already in place
- You are just starting your project (for the backend API handler) and need to hit the ground running
Requirements
- PHP 7.1+
- MySQL 5.6+ or SQLite3 (Postgres and MSSQL should also work but are untested)
- Composer
Installation
From a terminal / command window run:
The result should look something like this:
All versions of clslim with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
ext-json Version *
ext-pdo Version *
doctrine/dbal Version ^2.9.2
illuminate/database Version ^5.8.33
league/climate Version ^3.5.0
php-di/php-di Version ^6.0.9
respect/validation Version ^2.0@dev
slim/psr7 Version ^0.5.0
slim/slim Version ^4.2.0
vlucas/phpdotenv Version ^3.4.0
ext-json Version *
ext-pdo Version *
doctrine/dbal Version ^2.9.2
illuminate/database Version ^5.8.33
league/climate Version ^3.5.0
php-di/php-di Version ^6.0.9
respect/validation Version ^2.0@dev
slim/psr7 Version ^0.5.0
slim/slim Version ^4.2.0
vlucas/phpdotenv Version ^3.4.0
The package clsystems/clslim contains the following files
Loading the files please wait ....