/lumen-helloworld

Demo project with Lumen + PHP Tools to build an API with automated builds and deploys

Primary LanguagePHPApache License 2.0Apache-2.0

Lumen Framework Helloworld

codecov

Just a repo to set-up a base project for PHP with:

  • Lumen micro-framework
  • Code quality
    • PHP Code Sniffer with robo check:php-cs running auto-fixes with check:php-cs-fixer.
    • PHP Stan with robo check:php-stan.
    • Phan with robo check:phan.
  • Robo.li as build tasks manager.
  • Deployer to manage deployment to stating and production.environments