{"id":24426022,"url":"https://github.com/mikelgoig/codeception-rest","last_synced_at":"2026-02-17T21:33:36.870Z","repository":{"id":268766986,"uuid":"905409594","full_name":"mikelgoig/codeception-rest","owner":"mikelgoig","description":"✔︎ Codeception module for testing REST services.","archived":false,"fork":false,"pushed_at":"2025-01-18T19:20:40.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T15:22:30.536Z","etag":null,"topics":["codeception","dev","gherkin","rest","testing"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/mikelgoig/codeception-rest","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,"zenodo":null}},"created_at":"2024-12-18T19:10:37.000Z","updated_at":"2025-01-18T19:20:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"92f6ce0e-59b6-4c07-80f4-baa5f4bd8fe8","html_url":"https://github.com/mikelgoig/codeception-rest","commit_stats":null,"previous_names":["mikelgoig/codeception-gherkin-rest"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mikelgoig/codeception-rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikelgoig","download_url":"https://codeload.github.com/mikelgoig/codeception-rest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Fcodeception-rest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"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","dev","gherkin","rest","testing"],"created_at":"2025-01-20T11:15:17.179Z","updated_at":"2026-02-17T21:33:31.856Z","avatar_url":"https://github.com/mikelgoig.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n    Codeception Module for testing REST services\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-rest\"\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-rest)](https://packagist.org/packages/mikelgoig/codeception-rest)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/mikelgoig/codeception-rest)](https://packagist.org/packages/mikelgoig/codeception-rest/stats)\n[![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/mikelgoig/codeception-rest/php)](https://thephp.foundation)\n\n**This Codeception module provides you with actions for testing REST services.**\n\nIt extends the Codeception's official [REST](https://codeception.com/docs/modules/REST) module, adding some helpers\nand [Gherkin format](https://codeception.com/docs/BDD) support.\n\n## 😎 Installation\n\n1. Install this package using Composer:\n\n    ```bash\n    composer require --dev mikelgoig/codeception-rest\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\\Rest:\n            depends: REST\n            multipart_boundary: foo\n    ```\n\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\\Rest:\n            # ...\n            part: gherkin\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelgoig%2Fcodeception-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikelgoig%2Fcodeception-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelgoig%2Fcodeception-rest/lists"}