Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpexpertsinc/zuora-api-client
Easily access and manipulate the complete Zuora API via PHP [mirror of GitLab].
https://github.com/phpexpertsinc/zuora-api-client
Last synced: about 6 hours ago
JSON representation
Easily access and manipulate the complete Zuora API via PHP [mirror of GitLab].
- Host: GitHub
- URL: https://github.com/phpexpertsinc/zuora-api-client
- Owner: PHPExpertsInc
- License: mit
- Created: 2019-10-04T23:55:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:20:07.000Z (over 1 year ago)
- Last Synced: 2024-03-20T22:33:38.744Z (8 months ago)
- Language: PHP
- Homepage: https://gitlab.com/hopeseekr/Zuora-API-Client
- Size: 381 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Zuora PHP API Client
[description]
## Usage
```php
```## Installation
Via Composer
```bash
composer require phpexperts/zuora-api-client
```## Change log
Please see the [changelog](CHANGELOG.md) for more information on what has changed recently.
## Testing
```bash
phpunit
```
## Use CasesCredit Card (PHPExperts\ZuoraClient\Tests\Integration\Managers\Account\CreditCard)
✔ Can view an account's credit cards 3315 msInvoice (PHPExperts\ZuoraClient\Tests\Integration\Managers\Account\Invoice)
✔ Can view invoices 3377 msAccount (PHPExperts\ZuoraClient\Tests\Integration\Managers\Account)
✔ Can create an account 1416 ms
✔ Can fetch account details 1052 ms
✔ Can update account details 3510 ms
✔ Can search accounts 1128 ms
✔ Can delete accounts 1659 ms
✔ Delete test accounts 12018 msContact (PHPExperts\ZuoraClient\Tests\Integration\Managers\Contact)
✔ Can create contact 2443 ms
✔ Can fetch a contact 1229 ms
✔ Can update a contact 2298 ms
✔ Can delete a contact 2500 msPayment Gateway (PHPExperts\ZuoraClient\Tests\Integration\Managers\PaymentGateway)
✔ Can fetch payment gateways 42 msPayment Method (PHPExperts\ZuoraClient\Tests\Integration\Managers\PaymentMethod)
✔ Can create a payment method 2001 ms
✔ Can fetch a payment method 5014 ms
✔ Cannot delete the default payment method 908 ms
✔ Can delete a payment method 2719 msPayment (PHPExperts\ZuoraClient\Tests\Integration\Managers\Payment)
✔ Can store a payment 4980 ms
✔ Can fetch a payment 1093 msSubscription (PHPExperts\ZuoraClient\Tests\Integration\Managers\Subscription)
✔ Can create a subscription 2326 ms
✔ Can fetch subscription details 947 ms## Contributing
Please take a look at [contributing.md](contributing.md) if you want to make improvements.
## Credits
- [Theodore R. Smith](https://www.phpexperts.pro/])
## License
MIT license. Please see the [license file](LICENSE) for more information.
[ico-version]: https://img.shields.io/packagist/v/phpexperts/conciseuuid.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/phpexperts/conciseuuid.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/phpexperts/conciseuuid/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield[link-packagist]: https://packagist.org/packages/phpexperts/conciseuuid
[link-downloads]: https://packagist.org/packages/phpexperts/conciseuuid
[link-travis]: https://travis-ci.org/phpexperts/conciseuuid
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/phpexperts
[link-contributors]: ../../contributors]