engage-php / luminary
There is no license information available for the latest version (v0.9.26) of this package.
An api service based on laravel lumen
v0.9.26
2021-09-21 16:21 UTC
Requires
- barryvdh/laravel-cors: ^0.9.0@dev
- doctrine/dbal: ^2.6
- eddturtle/direct-upload: ^1.6
- fico7489/laravel-pivot: ^3.0
- fzaninotto/faker: ~1.4
- illuminate/redis: 5.5.*
- laravel/lumen: ^5.5
- league/flysystem-aws-s3-v3: ~1.0
- nicolaslopezj/searchable: 1.*
- spatie/laravel-permission: ~2.0
- symfony/http-foundation: ~3.4
- symfony/http-kernel: ~3.4
- symfony/var-dumper: ^4.0@dev
- tymon/jwt-auth: 1.0.*@dev
- wikimedia/composer-merge-plugin: ^1.4
Requires (Dev)
- filp/whoops: ~2.0
- mockery/mockery: ~0.9
- pda/pheanstalk: ^3.1
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: 3.*
- symfony/routing: ^3.0
- dev-master
- 5.8.x-dev
- 5.6.x-dev
- v0.9.26
- v0.9.25
- v0.9.24
- v0.9.23
- v0.9.22
- v0.9.21
- v0.9.20
- v0.9.19
- v0.9.18
- v0.9.17
- v0.9.16
- v0.9.15
- v0.9.14
- v0.9.13
- v0.9.12
- v0.9.11
- v0.9.10
- v0.9.9
- v0.9.8
- v0.9.7
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.14
- v0.8.13
- v0.8.12
- v0.8.11
- v0.8.10
- v0.8.9
- v0.8.8
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.23
- v0.7.22
- v0.7.21
- v0.7.20
- v0.7.19
- v0.7.18
- v0.7.17
- v0.7.16
- v0.7.15
- v0.7.14
- v0.7.13
- v0.7.12
- v0.7.11
- v0.7.10
- v0.7.9
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-bugfix/validator
- dev-dependabot/composer/league/flysystem-1.1.4
- dev-develop
- dev-hotfix/v0.9.25
- dev-release/v0.9.17
- dev-bugfix/fix-nested-includes
- dev-feature/luminary-refactor
- dev-feature/AWS
This package is auto-updated.
Last update: 2024-10-29 04:47:31 UTC
README
Currently a work in progress.
The Luminary API Framework is an opinionated folder structure for creating microservices. Coupled with the docker container, it is designed to quickly create and deploy API microservices with Laravels Lumen framework.
Installation
Installation coming soon
Things to come
- Generators and scaffolding
- Folder structure and documentation
Contributing
- The framework uses git pre-commits for committing and pushing content. You will need to install the pre-commit tool from http://pre-commit.com/ and run
pre-commit install
and thesetup.sh
from the root folder.