{"id":21561671,"url":"https://github.com/testmonitor/custify-client","last_synced_at":"2025-06-24T04:03:04.129Z","repository":{"id":46090140,"uuid":"342627557","full_name":"testmonitor/custify-client","owner":"testmonitor","description":"The TestMonitor Custify Client.","archived":false,"fork":false,"pushed_at":"2024-10-04T13:32:19.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T10:56:28.369Z","etag":null,"topics":["custify","testmonitor"],"latest_commit_sha":null,"homepage":"https://docs.custify.com/","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/testmonitor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-26T16:04:13.000Z","updated_at":"2024-10-04T13:32:23.000Z","dependencies_parsed_at":"2024-11-24T12:17:32.367Z","dependency_job_id":null,"html_url":"https://github.com/testmonitor/custify-client","commit_stats":{"total_commits":60,"total_committers":5,"mean_commits":12.0,"dds":0.5333333333333333,"last_synced_commit":"bd8d4c12a81dfef958baf24e61ae888ddf23c7cb"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fcustify-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fcustify-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fcustify-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fcustify-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testmonitor","download_url":"https://codeload.github.com/testmonitor/custify-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773722,"owners_count":20993639,"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":["custify","testmonitor"],"created_at":"2024-11-24T09:27:33.419Z","updated_at":"2025-04-10T12:06:02.284Z","avatar_url":"https://github.com/testmonitor.png","language":"PHP","readme":"# TestMonitor Custify Client\n\n[![Latest Stable Version](https://poser.pugx.org/testmonitor/custify-client/v/stable)](https://packagist.org/packages/testmonitor/custify-client)\n[![CircleCI](https://img.shields.io/circleci/project/github/testmonitor/custify-client.svg)](https://circleci.com/gh/testmonitor/custify-client)\n[![StyleCI](https://styleci.io/repos/342627557/shield)](https://styleci.io/repos/342627557)\n[![codecov](https://codecov.io/gh/testmonitor/custify-client/graph/badge.svg?token=V3VTFX5EAP)](https://codecov.io/gh/testmonitor/custify-client)\n[![License](https://poser.pugx.org/testmonitor/custify-client/license)](https://packagist.org/packages/testmonitor/custify-client)\n\nThis package provides a very basic, convenient, and unified wrapper for [Custify](https://docs.custify.com/).\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Examples](#examples)\n- [Tests](#tests)\n- [Changelog](#changelog)\n- [Contributing](#contributing)\n- [Credits](#credits)\n- [License](#license)\n\n## Installation\n\nTo install the client you need to require the package using composer:\n\n\t$ composer require testmonitor/custify-client\n\nUse composer's autoload:\n\n```php\nrequire __DIR__.'/../vendor/autoload.php';\n```\n\nYou're all set up now!\n\n## Usage\n\nYou'll have to instantiate the client using your credentials:\n\n```php\n$custify = new \\TestMonitor\\Custify\\Client('token');\n```\n\nNext, you can start interacting with Custify.\n\n## Examples\n\nGet a list of Custify people:\n\n```php\n$people = $custify-\u003epeople();\n```\n\nCreate a new person:\n\n```php\n$person = $custify-\u003ecreatePerson(new \\TestMonitor\\Custify\\Resources\\Person([\n    'user_id' =\u003e 25,\n    'email' =\u003e 'john.doe@mail.com',\n    'phone' =\u003e '+44 7911 123456',\n    'name' =\u003e 'John Doe',\n]);\n```\n\n## Tests\n\nThe package contains integration tests. You can run them using PHPUnit.\n\n    $ vendor/bin/phpunit\n\n## Changelog\n\nRefer to [CHANGELOG](CHANGELOG.md) for more information.\n\n## Contributing\n\nRefer to [CONTRIBUTING](CONTRIBUTING.md) for contributing details.\n\n## Credits\n\n* **Thijs Kok** - *Lead developer* - [ThijsKok](https://github.com/thijskok)\n* **Stephan Grootveld** - *Developer* - [Stefanius](https://github.com/stefanius)\n* **Frank Keulen** - *Developer* - [FrankIsGek](https://github.com/frankisgek)\n* **Muriel Nooder** - *Developer* - [ThaNoodle](https://github.com/thanoodle)\n\n## License\n\nThe MIT License (MIT). Refer to the [License](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestmonitor%2Fcustify-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestmonitor%2Fcustify-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestmonitor%2Fcustify-client/lists"}