maleficarum / request
Maleficarum request component
Installs: 15 387
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.2
- ext-phalcon: ^4.0
- maleficarum/handler: ^4.0
- maleficarum/ioc: ^3.0
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is not auto-updated.
Last update: 2025-03-27 19:36:30 UTC
README
This is the Maleficarum Request component implementation.
[6.0.0] - 2020-04-29
Changed
- Updated to depend on and work with Phalcon 4.0.X
[5.0.0] - 2018-09-20
Changed
- Upgraded IoC component to version 3.x
- Upgraded phpunit version
- Removed repositories section from composer file
[4.2.0] - 2018-07-10
Added
- Added support for form-data request
- Added a way to fetch uploaded file
[4.1.0] - 2017-09-06
Added
- Added a way to fetch RAW payload data from the request object. This returns data without any sanitization applied to it.
[4.0.0] - 2017-08-03
Changed
- Make use of nullable types provided in PHP 7.1 (http://php.net/manual/en/migration71.new-features.php)
- Bump phalcon version
[3.0.0] - 2017-03-23
Changed
- Changed internal structure.
- Added default package initializer.
[2.1.0] - 2017-03-22
Added
- Add method for checking whether HTTP method is PATCH
- Add tests for the isPatch method
[2.0.1] - 2017-02-15
Changed
- Add tests
[2.0.0] - 2017-01-23
Changed
- Add return and argument types declaration
[1.0.0] - 2016-10-13
Added
- This was an initial release based on the code written by pharaun13 and added to the repo by me