{"id":33991577,"url":"https://github.com/woohoolabs/worm","last_synced_at":"2025-12-13T06:52:37.595Z","repository":{"id":57081748,"uuid":"55754725","full_name":"woohoolabs/worm","owner":"woohoolabs","description":"Woohoo Labs. Worm ORM","archived":false,"fork":false,"pushed_at":"2021-01-23T10:41:24.000Z","size":392,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-16T23:49:48.414Z","etag":null,"topics":["data-mapper","hydrator","identity-map","orm","php","unit-of-work"],"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/woohoolabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-08T06:09:42.000Z","updated_at":"2023-11-19T17:08:38.000Z","dependencies_parsed_at":"2022-08-24T14:42:49.086Z","dependency_job_id":null,"html_url":"https://github.com/woohoolabs/worm","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/woohoolabs/worm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woohoolabs%2Fworm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woohoolabs%2Fworm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woohoolabs%2Fworm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woohoolabs%2Fworm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woohoolabs","download_url":"https://codeload.github.com/woohoolabs/worm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woohoolabs%2Fworm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27701841,"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-13T02:00:09.769Z","response_time":147,"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":["data-mapper","hydrator","identity-map","orm","php","unit-of-work"],"created_at":"2025-12-13T06:52:37.037Z","updated_at":"2025-12-13T06:52:37.585Z","avatar_url":"https://github.com/woohoolabs.png","language":"PHP","readme":"# Woohoo Labs. Worm\n\n[![Latest Version on Packagist][ico-version]][link-version]\n[![Software License][ico-license]](LICENSE)\n[![Build Status][ico-build]][link-build]\n[![Coverage Status][ico-coverage]][link-coverage]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Gitter][ico-support]][link-support]\n\n**Woohoo Labs. Worm is an efficient and minimal ORM enabling data mapping.**\n\n## Table of Contents\n\n* [Introduction](#introduction)\n* [Install](#install)\n* [Basic Usage](#basic-usage)\n* [Advanced Usage](#advanced-usage)\n* [Examples](#examples)\n* [Versioning](#versioning)\n* [Change Log](#change-log)\n* [Contributing](#contributing)\n* [Support](#support)\n* [Credits](#credits)\n* [License](#license)\n\n## Introduction\n\n## Install\n\nThe steps of this process are quite straightforward. The only thing you need is [Composer](https://getcomposer.org).\n\n#### Add Worm to your composer.json:\n\nTo install this library, run the command below and you will get the latest version:\n\n```bash\n$ composer require woohoolabs/worm\n```\n\n\u003e Note: The tests and examples won't be downloaded by default. You have to use `composer require woohoolabs/worm --prefer-source`\nor clone the repository if you need them.\n\n## Basic Usage\n\n## Advanced Usage\n\n## Examples\n\nHave a look at the [examples directory](https://github.com/woohoolabs/worm/blob/master/examples/) for a really basic\nexample. Don't forget to run `composer install` first in Worm's root directory if you want to try it out!\n\n## Versioning\n\nThis library follows [SemVer v2.0.0](https://semver.org/).\n\n## Change Log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Testing\n\nWorm has a PHPUnit test suite. To run the tests, run the following command from the project folder:\n\n``` bash\n$ phpunit\n```\n\nAdditionally, you may run `docker-compose up` or `make test` to execute the tests.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Support\n\nPlease see [SUPPORT](SUPPORT.md) for details.\n\n## Credits\n\n- [Máté Kocsis][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see the [License File](LICENSE) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/woohoolabs/worm.svg\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg\n[ico-build]: https://img.shields.io/github/workflow/status/woohoolabs/worm/Continuous%20Integration\n[ico-coverage]: https://img.shields.io/codecov/c/github/woohoolabs/worm\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/woohoolabs/worm.svg\n[ico-downloads]: https://img.shields.io/packagist/dt/woohoolabs/worm.svg\n[ico-support]: https://badges.gitter.im/woohoolabs/worm.svg\n\n[link-version]: https://packagist.org/packages/woohoolabs/worm\n[link-build]: https://github.com/woohoolabs/worm/actions\n[link-coverage]: https://codecov.io/gh/woohoolabs/worm\n[link-code-quality]: https://scrutinizer-ci.com/g/woohoolabs/worm\n[link-downloads]: https://packagist.org/packages/woohoolabs/worm\n[link-author]: https://github.com/kocsismate\n[link-contributors]: ../../contributors\n[link-support]: https://gitter.im/woohoolabs/worm?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoohoolabs%2Fworm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoohoolabs%2Fworm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoohoolabs%2Fworm/lists"}