gentleman/gentleman

This package is abandoned and no longer maintained. No replacement package was suggested.

Little starterkit

dev-master 2020-10-04 17:08 UTC

This package is auto-updated.

Last update: 2021-01-04 17:46:07 UTC


README

Features from the box:

  • Logger monolog
  • Access variables via .env file

Basic usage:

  • git clone https://github.com/ohDaddyPlease/Gentleman
  • execute from terminal: php startMeFirst.php
  • move your project files to app folder andd add to main php file use Gentleman\Gentleman;
  • execute static method Gentleman::configure()
  • use Gentleman::logger for invoke monolog methods
  • fill necessary variables in .env file