Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 807 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 807 Bytes

AirSend

Getting Started

Dependencies

  • PHP 7.2+
    • Extensions: PDO_MySQL
  • NGINX with php-fpm
  • MySQL 64 bit with innoDB
  • Redis Cache
  • Apache Kafka (MQ)
  • NodeJS with Socket.IO

Installing

  • Run
composer install

Running Tests

  • Run specific tests
composer test unit <testname>
  • Run all unit tests
composer test unit 

Quick References

Detailed Notes

Whenever changing composer autoloader mapping, you would need to recreate the autoloader by running

composer dump-autoload