PHPackages                             olivierbarbier/zuora-soap-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. olivierbarbier/zuora-soap-api

ActiveLibrary[API Development](/categories/api)

olivierbarbier/zuora-soap-api
=============================

Zuora SOAP API for PHP

v2.1.1(10y ago)172811MITPHP

Since Jan 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/OlivierBarbier/Zuora-Soap-Api)[ Packagist](https://packagist.org/packages/olivierbarbier/zuora-soap-api)[ RSS](/packages/olivierbarbier-zuora-soap-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (11)Used By (1)

Zuora SOAP API for PHP
======================

[](#zuora-soap-api-for-php)

[![Latest Stable Version](https://camo.githubusercontent.com/bcb1747445fe3df1b554f8a880545524006ee730d0aa14e699356e3176da575b/68747470733a2f2f706f7365722e707567782e6f72672f6f6c6976696572626172626965722f7a756f72612d736f61702d6170692f762f737461626c65)](https://packagist.org/packages/olivierbarbier/zuora-soap-api) [![Total Downloads](https://camo.githubusercontent.com/3b18e92f736af30b6dab0ab406fdd678149f03530d923cc4c5a27a678992e1c8/68747470733a2f2f706f7365722e707567782e6f72672f6f6c6976696572626172626965722f7a756f72612d736f61702d6170692f646f776e6c6f616473)](https://packagist.org/packages/olivierbarbier/zuora-soap-api) [![Latest Unstable Version](https://camo.githubusercontent.com/65d9591401ace226a2828559170a5eb0ff02487c8bc2d7fe894545c1a19cbc80/68747470733a2f2f706f7365722e707567782e6f72672f6f6c6976696572626172626965722f7a756f72612d736f61702d6170692f762f756e737461626c65)](https://packagist.org/packages/olivierbarbier/zuora-soap-api) [![License](https://camo.githubusercontent.com/a071fa8c84b54286f080cb78bafc0d42558e918aebf73aacb16edf275aaac2f0/68747470733a2f2f706f7365722e707567782e6f72672f6f6c6976696572626172626965722f7a756f72612d736f61702d6170692f6c6963656e7365)](https://packagist.org/packages/olivierbarbier/zuora-soap-api)

Installing Zuora SOAP API
-------------------------

[](#installing-zuora-soap-api)

```
composer require olivierbarbier/zuora-soap-api
```

Example: performing a ZOQL query
--------------------------------

[](#example-performing-a-zoql-query)

```
require 'vendor/autoload.php';

use Zuora\Soap\Api;

$api = Api::getInstance((object) ['wsdl' => 'path_to_your_zuora_wsdl']);

try {
	$api->login('your_login', 'your_password');

	$query = $api->query('SELECT Id, Name FROM Account');

	var_dump($query);
} catch(\Exception $e) {
	echo '>',$e->getMessage();
	die;
}
```

If you want more examples please have a look at [Zuora PHP Quickstart](https://github.com/OlivierBarbier/php-quickstart)

An other approach
-----------------

[](#an-other-approach)

An other approach to work with Zuora Soapi API is explained [here](https://github.com/OlivierBarbier/Zuora-Soap-Api/blob/wsdl-71-sandbox/doc.md#the-right-way-imho)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 82.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

9

Last Release

3755d ago

Major Versions

v1.0.5 → v2.0.02016-01-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/15f8956e80c2213502a48b46aa466797f88c2b1749ccf2a30854294dc63b7230?d=identicon)[OlivierBarbier](/maintainers/OlivierBarbier)

---

Top Contributors

[![OlivierBarbier](https://avatars.githubusercontent.com/u/6861055?v=4)](https://github.com/OlivierBarbier "OlivierBarbier (19 commits)")[![OlivierZenchef](https://avatars.githubusercontent.com/u/16759082?v=4)](https://github.com/OlivierZenchef "OlivierZenchef (4 commits)")

---

Tags

phpapisoapzuora

### Embed Badge

![Health badge](/badges/olivierbarbier-zuora-soap-api/health.svg)

```
[![Health](https://phpackages.com/badges/olivierbarbier-zuora-soap-api/health.svg)](https://phpackages.com/packages/olivierbarbier-zuora-soap-api)
```

###  Alternatives

[hiddeco/transip

The better TransIP API client.

22319.8k2](/packages/hiddeco-transip)[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
