{"id":16078411,"url":"https://github.com/svycka/codeception-zend-expressive-module","last_synced_at":"2025-03-18T05:31:30.789Z","repository":{"id":30745074,"uuid":"125878374","full_name":"svycka/codeception-zend-expressive-module","owner":"svycka","description":"Codeception Module for Zend Expressive 3 Framework","archived":false,"fork":false,"pushed_at":"2022-06-27T11:43:10.000Z","size":21,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T07:35:18.894Z","etag":null,"topics":["codeception","codeception-module","testing-tools","zend-expressive"],"latest_commit_sha":null,"homepage":null,"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/svycka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-19T15:18:56.000Z","updated_at":"2018-08-24T13:50:59.000Z","dependencies_parsed_at":"2022-08-24T14:01:07.024Z","dependency_job_id":null,"html_url":"https://github.com/svycka/codeception-zend-expressive-module","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycka%2Fcodeception-zend-expressive-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycka%2Fcodeception-zend-expressive-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycka%2Fcodeception-zend-expressive-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycka%2Fcodeception-zend-expressive-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svycka","download_url":"https://codeload.github.com/svycka/codeception-zend-expressive-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243903187,"owners_count":20366438,"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":["codeception","codeception-module","testing-tools","zend-expressive"],"created_at":"2024-10-09T10:12:20.972Z","updated_at":"2025-03-18T05:31:30.283Z","avatar_url":"https://github.com/svycka.png","language":"PHP","readme":"# codeception-zend-expressive-module\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nThis module allows you to run tests inside Zend Expressive 3 framework.\n\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require svycka/codeception-zend-expressive-module\n```\n\n## Usage\n\nPut this in your `codeception.yml`\n``` yml\nmodules:\n  config:\n    \\Svycka\\Codeception\\Module\\ZendExpressive:\n      container: path/to/container.php\n    REST:\n      depends: \\Svycka\\Codeception\\Module\\ZendExpressive\n```\n\n### Available options\n\n * `container` - relative path to file which returns Container (default: `config/container.php`)\n * `pipeline` - relative path to file which returns pipeline config (default: `config/pipeline.php`)\n * `routes` - relative path to file which returns routes config (default: `config/routes.php`)\n * `orm_service` - the service name for `Doctrine\\ORM\\EntityManager` within container (default: `doctrine.entity_manager.orm_default`)\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email svycka@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Vytautas Stankus][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/svycka/codeception-zend-expressive-module.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/svycka/codeception-zend-expressive-module/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/svycka/codeception-zend-expressive-module.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/svycka/codeception-zend-expressive-module.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/svycka/codeception-zend-expressive-module.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/svycka/codeception-zend-expressive-module\n[link-travis]: https://travis-ci.org/svycka/codeception-zend-expressive-module\n[link-scrutinizer]: https://scrutinizer-ci.com/g/svycka/codeception-zend-expressive-module/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/svycka/codeception-zend-expressive-module\n[link-downloads]: https://packagist.org/packages/svycka/codeception-zend-expressive-module\n[link-author]: https://github.com/svycka\n[link-contributors]: ../../contributors\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvycka%2Fcodeception-zend-expressive-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvycka%2Fcodeception-zend-expressive-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvycka%2Fcodeception-zend-expressive-module/lists"}