{"id":20062739,"url":"https://github.com/wohnparc/moeware-client-php","last_synced_at":"2025-05-05T17:31:43.437Z","repository":{"id":65385124,"uuid":"556840987","full_name":"wohnparc/moeware-client-php","owner":"wohnparc","description":"A PHP client library for the Moeware GraphQL API.","archived":false,"fork":false,"pushed_at":"2025-05-02T06:57:01.000Z","size":205,"stargazers_count":3,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-02T07:50:21.145Z","etag":null,"topics":["composer","gaco","graphql","lamp","moeve","moeware","php","php-library","wopa"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/wohnparc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-24T16:03:16.000Z","updated_at":"2025-04-08T14:28:55.000Z","dependencies_parsed_at":"2023-11-09T11:32:28.958Z","dependency_job_id":"9d3644b7-670f-499d-ab04-e9d1ea9f59f7","html_url":"https://github.com/wohnparc/moeware-client-php","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"5c9a19729d3dcda59383bc9fe40a52759b54b523"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wohnparc%2Fmoeware-client-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wohnparc%2Fmoeware-client-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wohnparc%2Fmoeware-client-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wohnparc%2Fmoeware-client-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wohnparc","download_url":"https://codeload.github.com/wohnparc/moeware-client-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252542252,"owners_count":21764934,"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":["composer","gaco","graphql","lamp","moeve","moeware","php","php-library","wopa"],"created_at":"2024-11-13T13:38:41.587Z","updated_at":"2025-05-05T17:31:42.930Z","avatar_url":"https://github.com/wohnparc.png","language":"PHP","readme":"\n[![library version](https://img.shields.io/packagist/v/wohnparc/moeware-client)](https://packagist.org/packages/wohnparc/moeware-client)\n[![php version](https://img.shields.io/packagist/dependency-v/wohnparc/moeware-client/php)](https://www.php.net/releases/index.php)\n[![license](https://img.shields.io/packagist/l/wohnparc/moeware-client)](LICENSE)\n\n# moeware-client-php\n\nThis repository holds the official PHP client library for the Moeware GraphQL API.\n\n## Getting started\n\n### Install\n\nThe library is available via [packagist](https://packagist.org/packages/wohnparc/moeware-client).\n\nYou can install it by simply running the following command in your project:\n\n`composer require wohnparc/moeware-client`\n\nDuring development, this library can be added to your project by directly referencing this repository:\n\n```composer\n{\n    ...\n    \"repositories\": [\n        {\n            \"type\": \"vcs\",\n            \"url\": \"https://github.com/wohnparc/moeware-client-php.git\"\n        }\n    ],\n    \"minimum-stability\": \"dev\",\n    \"require\": {\n        ...\n        \"wohnparc/moeware-client\": \"dev-main\"\n    }\n}\n```\n\n### Usage\n\nA simple example:\n\n```php\n\n$client = new Client(\"\u003cendpoint\u003e\", \"\u003capi_key\u003e\", \"\u003capi_secret\u003e\");\n\n$date = new DateTime(\"now - 1 day\");\n\n$result = $client-\u003equeryUpdatedArticleAndSetRefs($date);\n\nif ($result-\u003ehasErrors()) {\n    // handle errors appropriately\n}\n\n$result-\u003egetArticleRefs();\n$result-\u003egetSetRefs();\n\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n\nFor further details, please take a look at the [LICENSE](LICENSE) file.\nA list of all dependencies and its licenses can be found at [docs/licenses.md](docs/licenses.md).\n\n## Maintainers\n\n- [Marc Binz](https://github.com/marcbinz)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwohnparc%2Fmoeware-client-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwohnparc%2Fmoeware-client-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwohnparc%2Fmoeware-client-php/lists"}