{"id":16284092,"url":"https://github.com/czim/phpunit-printer","last_synced_at":"2025-06-13T13:09:32.266Z","repository":{"id":56960952,"uuid":"180094097","full_name":"czim/phpunit-printer","owner":"czim","description":"Custom PHPUnit output printer","archived":false,"fork":false,"pushed_at":"2023-04-12T07:59:29.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T09:21:49.556Z","etag":null,"topics":["output","phpunit","pretty-printer","testing"],"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/czim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-04-08T07:29:48.000Z","updated_at":"2024-04-08T17:24:01.000Z","dependencies_parsed_at":"2024-10-27T21:41:56.934Z","dependency_job_id":"f9f48307-611d-4de9-a774-504a9d1828b8","html_url":"https://github.com/czim/phpunit-printer","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"32e637367c791abbae81b2a556dc836700b255fa"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/czim/phpunit-printer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Fphpunit-printer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Fphpunit-printer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Fphpunit-printer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Fphpunit-printer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/czim","download_url":"https://codeload.github.com/czim/phpunit-printer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Fphpunit-printer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259650956,"owners_count":22890385,"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","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":["output","phpunit","pretty-printer","testing"],"created_at":"2024-10-10T19:18:16.935Z","updated_at":"2025-06-13T13:09:32.239Z","avatar_url":"https://github.com/czim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPUnit Printer\n\nCustom styled PHPUnit print output for testing our projects.\n\n### Compatibility\n\n| PHPUnit version | Package version |\n|-----------------|-----------------|\n| \u003c 9             | 0.9             |\n| 9               | 1.0             |\n| 10              | 2.0             |\n\n\n### Install\n\n```bash\ncomposer require czim/phpunit-printer --dev\n```\n\n\n### Usage\n\nYou can add the package extension to your project's `phpunit.xml` file:\n\n```xml\n\u003cphpunit\u003e\n    \u003c!-- ... --\u003e\n\n    \u003cextensions\u003e\n        \u003cbootstrap class=\"Czim\\PHPUnitPrinter\\PrintExtension\"/\u003e\n    \u003c/extensions\u003e\n    \n    \u003c!-- ... --\u003e\n\u003c/phpunit\u003e\n```\n\nThen you can run with only the new custom output by hiding the default progress:\n\n```bash\nvendor/bin/phpunit --no-progress\n```\n\nYou can also run it with normal progress. The custom formatting will be displayed directly after\nthe normal progress indicators when all tests are finished.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczim%2Fphpunit-printer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fczim%2Fphpunit-printer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczim%2Fphpunit-printer/lists"}