{"id":18810608,"url":"https://github.com/php-http/psr7-integration-tests","last_synced_at":"2025-09-01T04:36:26.334Z","repository":{"id":17350898,"uuid":"81724878","full_name":"php-http/psr7-integration-tests","owner":"php-http","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-04T09:16:39.000Z","size":129,"stargazers_count":40,"open_issues_count":2,"forks_count":21,"subscribers_count":9,"default_branch":"1.x","last_synced_at":"2025-08-23T06:09:32.000Z","etag":null,"topics":["psr-7"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/php-http.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-12T12:39:32.000Z","updated_at":"2025-01-04T09:16:43.000Z","dependencies_parsed_at":"2023-11-13T10:28:36.895Z","dependency_job_id":"82d53b27-c6b8-4c0e-9448-d607bbc664d9","html_url":"https://github.com/php-http/psr7-integration-tests","commit_stats":{"total_commits":69,"total_committers":17,"mean_commits":"4.0588235294117645","dds":0.5942028985507246,"last_synced_commit":"6b667084b12dec8675c391f2b801aec46e05d286"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/php-http/psr7-integration-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-http%2Fpsr7-integration-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-http%2Fpsr7-integration-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-http%2Fpsr7-integration-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-http%2Fpsr7-integration-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-http","download_url":"https://codeload.github.com/php-http/psr7-integration-tests/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-http%2Fpsr7-integration-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273074141,"owners_count":25040890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["psr-7"],"created_at":"2024-11-07T23:21:21.701Z","updated_at":"2025-09-01T04:36:26.289Z","avatar_url":"https://github.com/php-http.png","language":"PHP","readme":"# HTTP Message\n\n[![Total Downloads](https://img.shields.io/packagist/dt/php-http/psr7-integration-tests.svg?style=flat-square)](https://packagist.org/packages/php-http/psr7-integration-tests)\n\n**Test PSR7 implementations against the specification.**\n\n## Status\n\n| PSR7 Implementation |                                                                                                 Status                                                                                                 |                                                        Legacy                                                         |\n|---------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:|\n| Guzzle              |        [![Guzzle](https://github.com/php-http/psr7-integration-tests/actions/workflows/guzzle.yml/badge.svg)](https://github.com/php-http/psr7-integration-tests/actions/workflows/guzzle.yml)         |\n| Laminas             |       [![Laminas](https://github.com/php-http/psr7-integration-tests/actions/workflows/laminas.yml/badge.svg)](https://github.com/php-http/psr7-integration-tests/actions/workflows/laminas.yml)       | [Legacy](https://github.com/php-http/psr7-integration-tests/actions/workflows/laminas-legacy.yml) (failures expected) |\n| Slim                |           [![Slim](https://github.com/php-http/psr7-integration-tests/actions/workflows/slim.yml/badge.svg)](https://github.com/php-http/psr7-integration-tests/actions/workflows/slim.yml)            |\n| Nyholm              |        [![Nyholm](https://github.com/php-http/psr7-integration-tests/actions/workflows/nyholm.yml/badge.svg)](https://github.com/php-http/psr7-integration-tests/actions/workflows/nyholm.yml)         |\n| RingCentral         | [![RingCentral](https://github.com/php-http/psr7-integration-tests/actions/workflows/ringcentral.yml/badge.svg)](https://github.com/php-http/psr7-integration-tests/actions/workflows/ringcentral.yml) |\n| HttpSoft            |     [![HttpSoft](https://github.com/php-http/psr7-integration-tests/actions/workflows/httpsoft.yml/badge.svg)](https://github.com/php-http/psr7-integration-tests/actions/workflows/httpsoft.yml)      |\n| Fatfree             |      [![HttpSoft](https://github.com/php-http/psr7-integration-tests/actions/workflows/fatfree.yml/badge.svg)](https://github.com/php-http/psr7-integration-tests/actions/workflows/fatfree.yml)       |\n\n## Install\n\nTo use the integration tests with a PSR-7 implementation, add this package to the dev dependencies:\n\n``` bash\n$ composer require --dev php-http/psr7-integration-tests\n```\n\nThen set up phpunit to run the tests for your implementation.\n\n## Documentation\n\nPlease see the [official documentation](http://docs.php-http.org/en/latest).\n\n\n## Testing\n\nThis repository also is set up to test a couple of implementations directly. You need to install dependencies from source for the tests to work:\n\n``` bash\n$ composer update --prefer-source\n```\n\n**Note:** If you already have the sources installed, you need to delete the vendor folder before running the above command.\n\nRun the test suite for one implementation with:\n\n``` bash\n$ composer test -- --testsuite \u003cname\u003e\n```\n\nThe names are `Guzzle`, `Laminas`, `Slim`, `Nyholm`, `RingCentral`, `HttpSoft`, `Fatfree`.\n\nIt is also possible to exclude tests that require a live internet connection:\n\n``` bash\n$ composer test -- --testsuite \u003cname\u003e --exclude-group internet\n```\n\n## Contributing\n\nPlease see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).\n\n## Security\n\nIf you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-http%2Fpsr7-integration-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-http%2Fpsr7-integration-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-http%2Fpsr7-integration-tests/lists"}