Skip to content

airsend-io/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages