Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.13 KB

REST PROJECT

Build Status Coverage Status

Being on Development Progress That fixing RETIRED previous project.

REQUIREMENTS

  • Php >=7.0
  • Php PDO extension (for database)
  • Php PCRE extension

SUGGESTS

  • Php cURL Extension (for guzzle)
  • Php openSSL Extension (for encryption)
  • Php mbString extension (for back compatibility)
  • Php mbCrypt extension (for back compatibility)
  • Php iconV extension (for better sanitation characters conversion)

INSTALLATION

Use composer to install, go to script directory and run:

composer install --no-dev --optimize-autoloader

If there was additional file on App/(Core) directory, please update composer autoload

composer dump-autoload --optimize-autoloader

CONTRIBUTE

See How To Contribute

VERSION

See Version

LICENSE

MIT License