{"id":37015436,"url":"https://github.com/jdwil/unify","last_synced_at":"2026-01-14T01:34:40.989Z","repository":{"id":56997645,"uuid":"94772694","full_name":"jdwil/unify","owner":"jdwil","description":"A new kind of testing framework for PHP.","archived":false,"fork":false,"pushed_at":"2017-12-15T12:15:17.000Z","size":234,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T18:18:36.173Z","etag":null,"topics":["php","test-driven-development","testing","testing-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdwil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-19T12:07:45.000Z","updated_at":"2018-07-18T21:44:27.000Z","dependencies_parsed_at":"2022-08-21T11:10:19.625Z","dependency_job_id":null,"html_url":"https://github.com/jdwil/unify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jdwil/unify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwil%2Funify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwil%2Funify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwil%2Funify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwil%2Funify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdwil","download_url":"https://codeload.github.com/jdwil/unify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdwil%2Funify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["php","test-driven-development","testing","testing-framework"],"created_at":"2026-01-14T01:34:40.256Z","updated_at":"2026-01-14T01:34:40.975Z","avatar_url":"https://github.com/jdwil.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unify\n\n#### What's this thing?\n\nUnify is a tool meant to make your life easier. It allows you to write tests and\ndocumentation at the same time, greatly reducing the time and effort spent\ndelivering software. Unify makes a great complement to BDD processes and tools,\nlike Behat. Behat is a fantastic way to document your system with regression testing.\nUnify aims to fill a similar niche, but on the unit and integration testing side, \nwith a more developer-centric bent.\n\n## Example\n\nBelow is an actual test. While intentionally simple, when Unify is run on its\nown project documentation, it will evaluate the code block below and assert\nthat $x does, in fact, equal 'Zm9v'.\n\n```php\n\u003c?php\n\n$x = Encoder::encode('foo'); // $x is 'Zm9v'\n\nclass Encoder\n{\n    public static function encode($string)\n    {\n        return base64_encode($string);\n    }\n}\n```\n\n## Documentation\n\nThe full user documentation can be found \n[here](docs/markdown/user/unify.md).\n\nThe full developer documentation can be found \n[here](docs/markdown/developer/unify.md).\n\n## Roadmap\n\nSee the current roadmap [here](docs/roadmap.md)\n\n## Credits\n\nLike most FOSS, this library was built on the backs of some incredible community\nprojects. Special thanks to everyone involved in the projects below:\n\n- [Phlexy](https://github.com/nikic/Phlexy)    \n- [ReactPHP](https://github.com/reactphp/react)\n- [Symfony](https://github.com/symfony/symfony)\n- [PHPUnit Code Coverage](https://github.com/sebastianbergmann/php-code-coverage)\n- [Runkit](https://github.com/zenovich/runkit)\n- [Runkit7](https://github.com/TysonAndre/runkit7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdwil%2Funify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdwil%2Funify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdwil%2Funify/lists"}