classes around request/response cycle and other processes involved in a web app' that relies on HTTP


License
MIT

Documentation

yactouat-http

classes around request/response cycle and other processes involved in a web app' that relies on HTTP (https://packagist.org/packages/yactouat/http)

prerequisites

  • PHP ^8.0

includes

  • the logic of the package lies in the ./src folder
  • PHPUnit installed out of the box with
    • a ./tests folder containing example tests

tests

  • reset && ./vendor/bin/phpunit --color --testdox ./tests will run your tests
  • you can output your test results to an HTML file running ./vendor/bin/phpunit ./tests --color --testdox my_tests_output.html (txt and xml files are also supported)