maleficarum / response
Maleficarum response component
Installs: 49 781
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1
This package is not auto-updated.
Last update: 2025-03-30 08:58:05 UTC
README
This is the Maleficarum Response component implementation.
[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)
[3.0.0] - 2017-02-22
Changed
- Move HTTP response component to external repository
[2.0.0] - 2017-01-23
Changed
- Add return and argument types declaration
[1.1.0] - 2016-10-18
Added
- Add possibility to pass content-type to the RawHandler
[1.0.2] - 2016-10-17
Fixed
- Fixed parameters validation in TemplateHandler class
- Add possibility to pass view object to the constructor
[1.0.1] - 2016-10-16
Fixed
- Fixed content validation in RawHandler class
[1.0.0] - 2016-10-14
Added
- This was an initial release based on the code written by pharaun13 and added to the repo by me