{"id":20737121,"url":"https://github.com/phpexpertsinc/zuora-api-client","last_synced_at":"2026-04-15T11:32:01.570Z","repository":{"id":37522470,"uuid":"212920162","full_name":"PHPExpertsInc/Zuora-API-Client","owner":"PHPExpertsInc","description":"Easily access and manipulate the complete Zuora API via PHP [mirror of GitLab].","archived":false,"fork":false,"pushed_at":"2023-04-19T19:20:07.000Z","size":390,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T23:26:29.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.com/hopeseekr/Zuora-API-Client","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/PHPExpertsInc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","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}},"created_at":"2019-10-04T23:55:37.000Z","updated_at":"2022-10-24T18:48:43.000Z","dependencies_parsed_at":"2025-01-18T01:22:14.576Z","dependency_job_id":"a7c2d178-26f3-4599-859b-b375b8fe1140","html_url":"https://github.com/PHPExpertsInc/Zuora-API-Client","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/PHPExpertsInc/Zuora-API-Client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPExpertsInc%2FZuora-API-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPExpertsInc%2FZuora-API-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPExpertsInc%2FZuora-API-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPExpertsInc%2FZuora-API-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PHPExpertsInc","download_url":"https://codeload.github.com/PHPExpertsInc/Zuora-API-Client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPExpertsInc%2FZuora-API-Client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31839202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-17T06:13:35.043Z","updated_at":"2026-04-15T11:32:01.554Z","avatar_url":"https://github.com/PHPExpertsInc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zuora PHP API Client\n\n[description]\n\n## Usage\n\n```php\n    \n```\n\n## Installation\n\nVia Composer\n\n```bash\ncomposer require phpexperts/zuora-api-client\n```\n\n## Change log\n\nPlease see the [changelog](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n```bash\nphpunit\n```\n## Use Cases\n\nCredit Card (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\Account\\CreditCard)  \n ✔ Can view an account's credit cards  3315 ms  \n\nInvoice (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\Account\\Invoice)  \n ✔ Can view invoices  3377 ms  \n\nAccount (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\Account)  \n ✔ Can create an account  1416 ms  \n ✔ Can fetch account details  1052 ms  \n ✔ Can update account details  3510 ms  \n ✔ Can search accounts  1128 ms  \n ✔ Can delete accounts  1659 ms  \n ✔ Delete test accounts  12018 ms  \n\nContact (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\Contact)  \n ✔ Can create contact  2443 ms  \n ✔ Can fetch a contact  1229 ms  \n ✔ Can update a contact  2298 ms  \n ✔ Can delete a contact  2500 ms  \n\nPayment Gateway (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\PaymentGateway)  \n ✔ Can fetch payment gateways  42 ms  \n\nPayment Method (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\PaymentMethod)  \n ✔ Can create a payment method  2001 ms  \n ✔ Can fetch a payment method  5014 ms  \n ✔ Cannot delete the default payment method  908 ms  \n ✔ Can delete a payment method  2719 ms  \n\nPayment (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\Payment)  \n ✔ Can store a payment  4980 ms  \n ✔ Can fetch a payment  1093 ms  \n\nSubscription (PHPExperts\\ZuoraClient\\Tests\\Integration\\Managers\\Subscription)  \n ✔ Can create a subscription  2326 ms  \n ✔ Can fetch subscription details  947 ms  \n\n## Contributing\n\nPlease take a look at [contributing.md](contributing.md) if you want to make improvements.\n\n\n## Credits\n\n- [Theodore R. Smith](https://www.phpexperts.pro/])\n\n## License\n\nMIT license. Please see the [license file](LICENSE) for more information.\n\n\n[ico-version]: https://img.shields.io/packagist/v/phpexperts/conciseuuid.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/phpexperts/conciseuuid.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/phpexperts/conciseuuid/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/12345678/shield\n\n[link-packagist]: https://packagist.org/packages/phpexperts/conciseuuid\n[link-downloads]: https://packagist.org/packages/phpexperts/conciseuuid\n[link-travis]: https://travis-ci.org/phpexperts/conciseuuid\n[link-styleci]: https://styleci.io/repos/12345678\n[link-author]: https://github.com/phpexperts\n[link-contributors]: ../../contributors]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpexpertsinc%2Fzuora-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpexpertsinc%2Fzuora-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpexpertsinc%2Fzuora-api-client/lists"}