{"id":18727095,"url":"https://github.com/drinksandco/joiner","last_synced_at":"2025-10-10T16:27:02.166Z","repository":{"id":57076316,"uuid":"90077583","full_name":"drinksandco/joiner","owner":"drinksandco","description":"A powerful library to serialize and append/filter data from your php objects or native php types (arrays, strings, integer...)","archived":false,"fork":false,"pushed_at":"2018-05-09T13:48:56.000Z","size":23,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T11:02:29.653Z","etag":null,"topics":["joiner","php","serializer"],"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/drinksandco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-02T21:00:59.000Z","updated_at":"2020-09-03T16:01:06.000Z","dependencies_parsed_at":"2022-08-24T13:00:18.146Z","dependency_job_id":null,"html_url":"https://github.com/drinksandco/joiner","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drinksandco%2Fjoiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drinksandco%2Fjoiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drinksandco%2Fjoiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drinksandco%2Fjoiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drinksandco","download_url":"https://codeload.github.com/drinksandco/joiner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248596594,"owners_count":21130726,"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":["joiner","php","serializer"],"created_at":"2024-11-07T14:16:23.888Z","updated_at":"2025-09-17T16:18:44.645Z","avatar_url":"https://github.com/drinksandco.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Joiner\n\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status](https://travis-ci.org/uvinum/joiner.svg?branch=master)](https://travis-ci.org/uvinum/joiner)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/uvinum/joiner/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/uvinum/joiner/?branch=master)\n\nA powerful library to serialize and append/filter data from your php objects or native php types (arrays, strings, integer...).\nReady for production use.\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require uvinum/joiner\n```\n\n## Basic Usage\n\n``` php\n$joiner = new Joiner(new ArraySerializer(new DefaultStrategy()), new ArrayManipulator());\n\n$myObject = new MyObject();\n$mySecondObject = new MySecondObject();\n$joiner\n    -\u003ejoin($myObject)\n    -\u003eappend($mySecondObject)\n    -\u003efilter('secondObjectFieldName');\n\n$serializedOutput = $joiner-\u003eexecute();\n```\n\nFollow [docs](docs/index.md) section to read about full capabilities. \n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrinksandco%2Fjoiner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrinksandco%2Fjoiner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrinksandco%2Fjoiner/lists"}