{"id":24108222,"url":"https://github.com/mikelgoig/codeception-openapi","last_synced_at":"2026-02-11T09:06:33.804Z","repository":{"id":271792376,"uuid":"914573165","full_name":"mikelgoig/codeception-openapi","owner":"mikelgoig","description":"✔︎ Codeception module for contract testing with OpenAPI.","archived":false,"fork":false,"pushed_at":"2025-01-18T19:19:31.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T19:16:16.901Z","etag":null,"topics":["codeception","contract-testing","dev","gherkin","openapi","rest","symfony","testing"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/mikelgoig/codeception-openapi","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikelgoig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-09T21:31:36.000Z","updated_at":"2025-01-18T19:19:35.000Z","dependencies_parsed_at":"2025-02-28T02:54:22.706Z","dependency_job_id":"eda2798c-4781-456f-87c8-44e3cc2cf97e","html_url":"https://github.com/mikelgoig/codeception-openapi","commit_stats":null,"previous_names":["mikelgoig/codeception-openapi"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mikelgoig/codeception-openapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikelgoig","download_url":"https://codeload.github.com/mikelgoig/codeception-openapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-openapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":["codeception","contract-testing","dev","gherkin","openapi","rest","symfony","testing"],"created_at":"2025-01-10T23:26:30.343Z","updated_at":"2026-02-11T09:06:33.774Z","avatar_url":"https://github.com/mikelgoig.png","language":"PHP","readme":"\u003ch1\u003e\n    Codeception Module for contract testing with OpenAPI\n\u003c/h1\u003e\n\n\u003cp\u003e\nCreated by \u003ca href=\"https://mikelgoig.com\"\u003eMikel Goig\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cp\u003e\n    \u003ca href=\"https://github.com/mikelgoig/codeception-openapi\"\u003e\n        View Repository\n    \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n[![Packagist Version](https://img.shields.io/packagist/v/mikelgoig/codeception-openapi)](https://packagist.org/packages/mikelgoig/codeception-openapi)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/mikelgoig/codeception-openapi)](https://packagist.org/packages/mikelgoig/codeception-openapi/stats)\n[![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/mikelgoig/codeception-openapi/php)](https://thephp.foundation)\n\n**This Codeception module provides you with actions to validate API requests and responses with\nan [OpenAPI](https://openapis.org) Specification.**\n\nIt requires [REST](https://codeception.com/docs/modules/REST)\nand [Symfony](https://codeception.com/docs/modules/Symfony) modules.\n\nIt supports [Gherkin format](https://codeception.com/docs/BDD).\n\n## 😎 Installation\n\n1. Install this package using Composer:\n\n    ```bash\n    composer require --dev mikelgoig/codeception-openapi\n    ```\n\n## 🛠️ Configuration\n\n1. Add the Codeception module to your config file:\n\n    ```yml\n    modules:\n      enabled:\n        - MikelGoig\\Codeception\\Module\\OpenApi:\n            depends: [ REST, Symfony ]\n            openapi: path/to/openapi.yaml\n            multipart_boundary: foo\n    ```\n\n    * `openapi` - the path of the OpenAPI file\n    * `multipart_boundary` *optional* - the boundary parameter for multipart requests\n\n2. To set up Gherkin steps, enable the `gherkin` part of the module:\n\n    ```yml\n    modules:\n      enabled:\n        - MikelGoig\\Codeception\\Module\\OpenApi:\n            # ...\n            part: gherkin\n    ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelgoig%2Fcodeception-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikelgoig%2Fcodeception-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelgoig%2Fcodeception-openapi/lists"}