/hookah-integration

Hookah integration in PHP app

Primary LanguagePHP

Hookah integration in php App

This is an example hookah integration with custom php app.

Install

  • Clone repo - git clone https://github.com/manishgs/hookah-integration.git

  • Change directory - cd hookah-integration

  • Install app dependencies - composer install

  • Copy .env-example to .env file - cp .env-example .env

  • Change directory - cd public

  • Serve app - php -S localhost:8000

Run test

  • cd hookah-integration
  • ./vendor/bin/phpunit

Run tests faster

  • ./vendor/bin/paratest -f --colors -m 2 -p 4 tests

Configuration

Packages

This application uses following packages: