A simple library to schedule HTTP requests. May be used as a testing automation tool.
- PHP 8.2
- Composer
- Sqlite3
git clone [email protected]:trngl8/http-requests-schedule.git
cd http-requests-schedule
composer install
php bin/init
php -S localhost:8080 -t public
php vendor/bin/phpunit tests