jyil/slim-api

A Slim Framework skeleton application for rapid development

1.0.2 2019-04-09 03:51 UTC

This package is auto-updated.

Last update: 2024-03-29 02:36:36 UTC


README

Latest Stable Version Total Downloads License

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

  • Jwt
  • Eloquent
  • Swagger
  • Doctrine Migrations
  • socialite(wechat, ....)
  • predis
  • token bucket