{"id":33974527,"url":"https://github.com/mobicms/testutils","last_synced_at":"2025-12-13T01:46:12.827Z","repository":{"id":57018632,"uuid":"433905013","full_name":"mobicms/testutils","owner":"mobicms","description":"Utilities for testing","archived":false,"fork":false,"pushed_at":"2025-10-09T09:46:10.000Z","size":213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-07T02:28:26.545Z","etag":null,"topics":["database-testing","test-utils","testing"],"latest_commit_sha":null,"homepage":"","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/mobicms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-01T16:36:15.000Z","updated_at":"2025-10-09T09:46:13.000Z","dependencies_parsed_at":"2023-01-26T03:35:12.852Z","dependency_job_id":"fc3a5b26-492b-435e-9bd4-907c12ee1a6c","html_url":"https://github.com/mobicms/testutils","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"32716f4428b80d1efc398ecb4f3b36dfe8c68688"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mobicms/testutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobicms%2Ftestutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobicms%2Ftestutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobicms%2Ftestutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobicms%2Ftestutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobicms","download_url":"https://codeload.github.com/mobicms/testutils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobicms%2Ftestutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27697918,"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","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database-testing","test-utils","testing"],"created_at":"2025-12-13T01:46:10.815Z","updated_at":"2025-12-13T01:46:12.822Z","avatar_url":"https://github.com/mobicms.png","language":"PHP","readme":"# `mobicms/testutils`\n[![GitHub](https://img.shields.io/github/license/mobicms/testutils)](https://github.com/mobicms/testutils/blob/main/LICENSE)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/mobicms/testutils)](https://github.com/mobicms/testutils/releases)\n[![Packagist](https://img.shields.io/packagist/dt/mobicms/testutils)](https://packagist.org/packages/mobicms/testutils)\n\n[![CI-Analysis](https://github.com/mobicms/testutils/workflows/analysis/badge.svg)](https://github.com/mobicms/testutils/actions?query=workflow%3Aanalysis)\n[![CI-Tests](https://github.com/mobicms/testutils/workflows/tests/badge.svg)](https://github.com/mobicms/testutils/actions?query=workflow%3Atests)\n[![Sonar Coverage](https://img.shields.io/sonar/coverage/mobicms_testutils?server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/code?id=mobicms_testutils)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mobicms_testutils\u0026metric=alert_status)](https://sonarcloud.io/summary/overall?id=mobicms_testutils)\n\n\n## Installation\n\nThe preferred method of installation is via [Composer](http://getcomposer.org). Run the following\ncommand to install the package and add it as a requirement to your project's\n`composer.json`:\n\n```bash\ncomposer require mobicms/testutils\n```\n\n\n## Contributing\nContributions are welcome! Please read [Contributing][contributing] for details.\n\n[![YAGNI](https://img.shields.io/badge/principle-YAGNI-blueviolet.svg)][yagni]\n[![KISS](https://img.shields.io/badge/principle-KISS-blueviolet.svg)][kiss]\n\nIn our development, we follow the principles of [YAGNI][yagni] and [KISS][kiss].\nThe source code should not have extra unnecessary functionality and should be as simple and efficient as possible.\n\n\n## License\n\nThis package is licensed for use under the MIT License (MIT).  \nPlease see [LICENSE][license] for more information.\n\n\n## Our links\n- [**mobiCMS Project**][website] website and support forum\n- [**GitHub**](https://github.com/mobicms) mobiCMS project repositories\n- [**Twitter**](https://twitter.com/mobicms)\n\n[website]: https://mobicms.org\n[yagni]: https://en.wikipedia.org/wiki/YAGNI\n[kiss]: https://en.wikipedia.org/wiki/KISS_principle\n[contributing]: https://github.com/mobicms/testutils/blob/main/.github/CONTRIBUTING.md\n[license]: https://github.com/mobicms/testutils/blob/main/LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobicms%2Ftestutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobicms%2Ftestutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobicms%2Ftestutils/lists"}