{"id":13545669,"url":"https://github.com/Behat/Behat","last_synced_at":"2025-04-02T15:31:47.252Z","repository":{"id":39365998,"uuid":"1367484","full_name":"Behat/Behat","owner":"Behat","description":"BDD in PHP","archived":false,"fork":false,"pushed_at":"2025-03-17T19:51:36.000Z","size":6557,"stargazers_count":3927,"open_issues_count":56,"forks_count":615,"subscribers_count":146,"default_branch":"master","last_synced_at":"2025-03-24T22:32:03.338Z","etag":null,"topics":["bdd","behat","behavior-driven-development","cucumber","documentation-tool","gherkin","hacktoberfest","php","test-driven-development"],"latest_commit_sha":null,"homepage":"http://behat.org","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/Behat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"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":"2011-02-15T00:02:39.000Z","updated_at":"2025-03-22T13:11:54.000Z","dependencies_parsed_at":"2024-06-18T10:37:08.237Z","dependency_job_id":"828c9142-76dd-4e4b-a023-9b5dcc45575e","html_url":"https://github.com/Behat/Behat","commit_stats":{"total_commits":2616,"total_committers":197,"mean_commits":"13.279187817258883","dds":0.2763761467889908,"last_synced_commit":"f1cb9fa0324e330844b40cdf4fbe57cc0683711c"},"previous_names":[],"tags_count":140,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Behat%2FBehat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Behat%2FBehat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Behat%2FBehat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Behat%2FBehat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Behat","download_url":"https://codeload.github.com/Behat/Behat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246509363,"owners_count":20789154,"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":["bdd","behat","behavior-driven-development","cucumber","documentation-tool","gherkin","hacktoberfest","php","test-driven-development"],"created_at":"2024-08-01T11:01:08.962Z","updated_at":"2025-04-02T15:31:42.243Z","avatar_url":"https://github.com/Behat.png","language":"PHP","readme":"![Behat](https://github.com/Behat/logo/raw/master/logo.png)\n\nBehat is a BDD framework for PHP to help you test business expectations.\n\n[![Gitter chat](https://badges.gitter.im/Behat/Behat.svg)](https://gitter.im/Behat/Behat)\n[![License](https://poser.pugx.org/behat/behat/license.svg)](https://packagist.org/packages/behat/behat)\n[![Build Status](https://github.com/Behat/Behat/workflows/Build/badge.svg)](https://github.com/Behat/Behat/actions?query=workflow%3ABuild)\n\nInstalling Behat\n----------------\n\nThe easiest way to install Behat is by using [Composer](https://getcomposer.org):\n\n```bash\n$\u003e composer require --dev behat/behat\n```\n\nAfter that you'll be able to run Behat via:\n\n```bash\n$\u003e vendor/bin/behat\n```\n\nInstalling Development Version\n------------------------------\n\nClone the repository and install dependencies via [Composer](https://getcomposer.org):\n\n```bash\n$\u003e composer install\n```\n\nAfter that you will be able to run development version of Behat via:\n\n```bash\n$\u003e bin/behat\n```\n\nContributing\n------------\n\nBefore contributing to Behat, please take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document.\n\nVersioning\n----------\n\nStarting from `v3.0.0`, Behat is following [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).\nThis basically means that if all you do is implement interfaces (like [this one](https://github.com/Behat/Behat/blob/v3.1.0/src/Behat/Behat/Context/ContextClass/ClassResolver.php#L15-L22))\nand use service constants (like [this one](https://github.com/Behat/Behat/blob/v3.1.0/src/Behat/Behat/Context/ServiceContainer/ContextExtension.php#L46)),\nyou would not have any backwards compatibility issues with Behat up until `v4.0.0` (or later major)\nis released. Exception could be an extremely rare case where BC break is introduced as a measure\nto fix a serious issue.\n\nYou can read detailed guidance on what BC means in [Symfony BC guide](http://symfony.com/doc/current/contributing/code/bc.html).\n\nUseful Links\n------------\n\n- The main website is at [http://behat.org](http://behat.org)\n- The documentation is at [http://docs.behat.org/en/latest/](http://docs.behat.org/en/latest/)\n- Official Google Group is at [http://groups.google.com/group/behat](http://groups.google.com/group/behat)\n- IRC channel on [#freenode](http://freenode.net/) is `#behat`\n- [Note on Patches/Pull Requests](CONTRIBUTING.md)\n\nContributors\n------------\n\n- Konstantin Kudryashov [everzet](http://github.com/everzet) [lead developer]\n- Other [awesome developers](https://github.com/Behat/Behat/graphs/contributors)\n","funding_links":[],"categories":["PHP","Tools"],"sub_categories":["PHP"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBehat%2FBehat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBehat%2FBehat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBehat%2FBehat/lists"}