Skip to content

trngl8/http-requests-schedule

Repository files navigation

HTTP Requests Scheduler

A simple library to schedule HTTP requests. May be used as a testing automation tool.

Requirements:

  • PHP 8.2
  • Composer
  • Sqlite3

How to install

git clone [email protected]:trngl8/http-requests-schedule.git
cd http-requests-schedule
composer install
php bin/init

How to run

php -S localhost:8080 -t public

How to test

php vendor/bin/phpunit tests