Download the PHP package jyil/slim-api without Composer
On this page you can find all versions of the php package jyil/slim-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jyil/slim-api
More information about jyil/slim-api
Files in jyil/slim-api
Download jyil/slim-api
More information about jyil/slim-api
Files in jyil/slim-api
Vendor jyil
Package slim-api
Short Description A Slim Framework skeleton application for rapid development
License WTFPL
Homepage https://github.com/jyiL/slim-api
Package slim-api
Short Description A Slim Framework skeleton application for rapid development
License WTFPL
Homepage https://github.com/jyiL/slim-api
Please rate this library. Is it a good library?
Informations about the package slim-api
Slim Api
QUICK START
composer install
cp configurations/settings-development.yml configurations/settings.yml
docker-compose up -d
Phpunit
./vendor/bin/phpunit
Browse
ip:8080
Swagger
./vendor/bin/openapi src -o public --format json
ip:8890
API_URL: ip:8890/api/swagger
Doctrine Migrations
./vendor/bin/doctrine-migrations generate
./vendor/bin/doctrine-migrations migrations:migrate
TODO
- [x] Jwt
- [x] Eloquent
- [x] Swagger
- [x] Doctrine Migrations
- [x] socialite(wechat, ....)
- [x] predis
- [x] token bucket
All versions of slim-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
slim/slim Version ^3.1
slim/php-view Version ^2.0
monolog/monolog Version ^1.17
lcobucci/jwt Version ^3.2
ramsey/uuid Version ^3.8
zircote/swagger-php Version ^3.0
illuminate/database Version ^5.8
medz/cors Version ^1.4
doctrine/migrations Version ^2.0
symfony/yaml Version ^4.2
overtrue/wechat Version ~4.1
predis/predis Version ^1.1
bandwidth-throttle/token-bucket Version ^2.0
illuminate/pagination Version ^5.8
slim/slim Version ^3.1
slim/php-view Version ^2.0
monolog/monolog Version ^1.17
lcobucci/jwt Version ^3.2
ramsey/uuid Version ^3.8
zircote/swagger-php Version ^3.0
illuminate/database Version ^5.8
medz/cors Version ^1.4
doctrine/migrations Version ^2.0
symfony/yaml Version ^4.2
overtrue/wechat Version ~4.1
predis/predis Version ^1.1
bandwidth-throttle/token-bucket Version ^2.0
illuminate/pagination Version ^5.8
The package jyil/slim-api contains the following files
Loading the files please wait ....