psr-easy / http-message
Simple http message implementation of PSR-3
Installs: 566
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/psr-easy/http-message
Requires
- php: >=5.5
- ext-json: *
- ext-simplexml: *
- ext-spl: *
- psr/http-message: ~1.0
Requires (Dev)
- phpunit/phpunit: >=4.5.0
This package is not auto-updated.
Last update: 2025-10-25 23:21:45 UTC
README
Simple, clean and standalone implementation of the interfaces defined in PSR-7, which may be suitable for small or medium PHP projects.
See unit tests for usage.
See http://www.php-fig.org/ for PHP Standards Recommendations.
Requirements
- PHP 5.5+
- composer
Installation
composer install
Autoload
composer dump-autoload --optimize
Unit Test
vendor/bin/phpunit --color --bootstrap tests/bootstrap.php tests/PsrEasy/Tests/Path-To-Test-File.php