{"id":20827721,"url":"https://github.com/peridot-php/peridot-dot-reporter","last_synced_at":"2025-06-14T03:33:07.430Z","repository":{"id":23109486,"uuid":"26463824","full_name":"peridot-php/peridot-dot-reporter","owner":"peridot-php","description":"A dot style reporter for the Peridot testing framework","archived":false,"fork":false,"pushed_at":"2016-12-08T23:38:12.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T09:55:50.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://peridot-php.github.io/","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/peridot-php.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-11T01:16:56.000Z","updated_at":"2016-12-08T23:38:13.000Z","dependencies_parsed_at":"2022-08-21T20:10:50.319Z","dependency_job_id":null,"html_url":"https://github.com/peridot-php/peridot-dot-reporter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/peridot-php/peridot-dot-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peridot-php%2Fperidot-dot-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peridot-php%2Fperidot-dot-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peridot-php%2Fperidot-dot-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peridot-php%2Fperidot-dot-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peridot-php","download_url":"https://codeload.github.com/peridot-php/peridot-dot-reporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peridot-php%2Fperidot-dot-reporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259754288,"owners_count":22906345,"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":[],"created_at":"2024-11-17T23:12:51.417Z","updated_at":"2025-06-14T03:33:07.383Z","avatar_url":"https://github.com/peridot-php.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Peridot Dot Reporter\n====================\n\n[![Build Status](https://travis-ci.org/peridot-php/peridot-dot-reporter.png)](https://travis-ci.org/peridot-php/peridot-dot-reporter) [![HHVM Status](http://hhvm.h4cc.de/badge/peridot-php/peridot-dot-reporter.svg)](http://hhvm.h4cc.de/package/peridot-php/peridot-dot-reporter)\n\nA simple dot matrix reporter for the Peridot testing framework.\n\n![Peridot dot reporter](https://raw.github.com/peridot-php/peridot-dot-reporter/master/output.png \"Peridot dot reporter in action\")\n\n##Usage\n\nWe recommend installing the reporter to your project via composer:\n\n```\n$ composer require --dev peridot-php/peridot-dot-reporter:~1.0\n```\n\nYou can register the reporter via your [peridot.php](http://peridot-php.github.io/#plugins) file.\n\n```php\n\u003c?php\n\nuse Evenement\\EventEmitterInterface;\nuse Peridot\\Reporter\\Dot\\DotReporterPlugin;\n\nreturn function(EventEmitterInterface $emitter) {\n    $dot = new DotReporterPlugin($emitter);\n};\n```\n\n##Running reporter tests\n\nYou can run the reporter specs and also preview the reporter in action like so:\n\n```\n$ vendor/bin/peridot specs/ -r dot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperidot-php%2Fperidot-dot-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperidot-php%2Fperidot-dot-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperidot-php%2Fperidot-dot-reporter/lists"}