PHPackages                             grena/oxatis-api-php-client - 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. grena/oxatis-api-php-client

ActiveLibrary[API Development](/categories/api)

grena/oxatis-api-php-client
===========================

Oxatis client for the API

v1.0.0(5y ago)024[2 PRs](https://github.com/grena/oxatis-api-php-client/pulls)OSL-3.0PHPPHP &gt;=7.1

Since Jun 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/grena/oxatis-api-php-client)[ Packagist](https://packagist.org/packages/grena/oxatis-api-php-client)[ RSS](/packages/grena-oxatis-api-php-client/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (22)Versions (6)Used By (0)

Oxatis API - PHP Client
=======================

[](#oxatis-api---php-client)

This is a PHP API Client for any [Oxatis](https://www.oxatis.com/) SaaS instance.

[![Build Status](https://camo.githubusercontent.com/5f150ea21db9080f6d0d5754f53a4a82ec275c0acf44df1f051ea559aa88ca53/68747470733a2f2f7472617669732d63692e636f6d2f6772656e612f6f78617469732d6170692d7068702d636c69656e742e7376673f6272616e63683d6d61696e)](https://travis-ci.com/grena/oxatis-api-php-client)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- Composer

Install
-------

[](#install)

```
composer require grena/oxatis-api-php-client
```

How to use
----------

[](#how-to-use)

In your project, import the `OxatisClientBuilder` and build a client with your Oxatis AppID and token:

```
use Heavymind\Oxatis\ApiClient\OxatisClientBuilder;

// Build the Oxatis client with your AppID and Token
$clientBuilder = new OxatisClientBuilder();
$oxatisClient = $clientBuilder->buildAuthenticatedByToken(
    "OXATIS_APP_ID",
    "OXATIS_TOKEN"
);
```

Now you can use the `OxatisClient` to make requests, for example here, retrieving "Country names" for each tax rate:

```
use Heavymind\Oxatis\ApiClient\Type\TaxRateGetList;
use Heavymind\Oxatis\ApiClient\Type\TaxRateEntity;

$response = $oxatisClient->getTaxRateServices()->taxRateGetList(
    new TaxRateGetList($oxatisClient->getWSIdentitySoap())
);

foreach ($response->getDataResultService()->getData()->getTaxRateList()->getTaxRateIDs() as $taxRateID)
{
    /** @var TaxRateEntity $taxRateID */
    var_dump($taxRateID->getCountryName());
}
```

Regenerate the API
------------------

[](#regenerate-the-api)

This API is mainly auto-generated thanks to `phpro/soap-client`.

If the online Soap WSDL files changed on Oxatis side, this API Client **needs to be regenerated** by running:

```
docker-compose run php_74 php generate-soap-api.php
```

This will:

- Generate the needed config files for `phpro/soap-client` in the `config/` folder
- Generate each Type class for each service in `src/Type`
- Generate client and client factory for each service in `src/Services/`

Contribute
----------

[](#contribute)

Clone this project, then:

```
cp docker-compose.yml.dist docker-compose.yml
docker-compose up --build
docker-compose run php_74 ./composer.phar install
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1835d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5af186466f9212b022b9c5fefc726331d1488d12fd5fa4ed5ecb22abe2a8f89e?d=identicon)[grena](/maintainers/grena)

---

Top Contributors

[![grena](https://avatars.githubusercontent.com/u/301169?v=4)](https://github.com/grena "grena (18 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/grena-oxatis-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/grena-oxatis-api-php-client/health.svg)](https://phpackages.com/packages/grena-oxatis-api-php-client)
```

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28150.5k](/packages/phpro-http-tools)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k28.0M318](/packages/openai-php-client)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)

PHPackages © 2026

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