The Helpers package provides provides methods to build and send HTTP responses in an Omega application.
- PHP 8.2 or later
Add "omegacms/http": "^1.0.0"
to the require block in your composer.json
file and then run composer install
.
{
"require": {
"omegacms/http": "^1.0.0"
}
}
Alternatively, you can simply run the folowing from the command line:
composer require omegacms/http "^1.0.0"
If you want to include the test sources, use:
composer require --prefer-source omegacms/http "^1.0.0"
Work in progress
If you'd like to contribute to the OmegaCMS Http package, please follow our contribution guidelines.
This project is open-source software licensed under the GNU General Public License v3.0.