PHPackages                             evoliz/evoliz-php - 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. evoliz/evoliz-php

ActiveLibrary[API Development](/categories/api)

evoliz/evoliz-php
=================

Evoliz PHP Library

v0.9.0(9mo ago)63.4k↓38.7%1MITPHPPHP &gt;=8.0.0CI failing

Since May 10Pushed 9mo ago3 watchersCompare

[ Source](https://github.com/evoliz/evoliz-php)[ Packagist](https://packagist.org/packages/evoliz/evoliz-php)[ Docs](https://evoliz.com/)[ RSS](/packages/evoliz-evoliz-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (6)Versions (17)Used By (0)

Evoliz PHP
==========

[](#evoliz-php)

[![PHP Version Require](https://camo.githubusercontent.com/7cece5b33ae123d496d0b3b26a788dd1c07a887afe10c161cabb3761c26d121d/687474703a2f2f706f7365722e707567782e6f72672f65766f6c697a2f65766f6c697a2d7068702f726571756972652f706870)](https://packagist.org/packages/evoliz/evoliz-php)[![Latest Stable Version](https://camo.githubusercontent.com/f476580c723ee31df323556e966ba31f9426da41f2a613c926d9049d007cbd34/687474703a2f2f706f7365722e707567782e6f72672f65766f6c697a2f65766f6c697a2d7068702f76)](https://packagist.org/packages/evoliz/evoliz-php)[![Total Downloads](https://camo.githubusercontent.com/9394d63dd15069cadc8ba05c82892fd0af85b84e7e4548e24eac04aba905af8c/687474703a2f2f706f7365722e707567782e6f72672f65766f6c697a2f65766f6c697a2d7068702f646f776e6c6f616473)](https://packagist.org/packages/evoliz/evoliz-php)[![License](https://camo.githubusercontent.com/740aeb4aef1af55ce9950c2aecaccb60539fe04f4bbf799bebef8d6b0ca557b0/687474703a2f2f706f7365722e707567782e6f72672f65766f6c697a2f65766f6c697a2d7068702f6c6963656e7365)](https://packagist.org/packages/evoliz/evoliz-php)

The Evoliz PHP library provides convenient access to the Evoliz API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Evoliz API.

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

[](#requirements)

PHP 8.0.0 and later.

Composer
--------

[](#composer)

You can install the package via [Composer](http://getcomposer.org/). Run the following command:

```
composer require evoliz/evoliz-php
```

To use the package, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

Dependencies
------------

[](#dependencies)

The package require the following extensions in order to work properly:

- [`guzzlehttp/guzzle`](https://packagist.org/packages/guzzlehttp/guzzle), from release 7.0
- [`json`](https://secure.php.net/manual/en/book.json.php)

If you use Composer, these dependencies should be handled automatically.

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
$config = new Evoliz\Client\Config('YOUR_COMPANYID', 'YOUR_PUBLIC_KEY', 'YOUR_SECRET_KEY');
$clientRepository = new ClientRepository($config);

$client = $clientRepository->create(new Client([
    'name' => 'Evoliz',
    'type' => 'Particulier',
    'address' => [
        'postcode' => '83130',
        'town' => 'La Garde',
        'iso2' => 'FR'
    ]
]));
```

### Integration examples

[](#integration-examples)

You can find all the examples for each endpoint in the [examples folder](https://github.com/evoliz/evoliz-php/tree/master/examples).

Documentation
-------------

[](#documentation)

See the [PHP API docs](https://evoliz.io/documentation).

See the [API changelog](https://evoliz.io/changelog) to see all the changes made to the API.

Legacy Version Support
----------------------

[](#legacy-version-support)

### PHP &lt; 8.0.0

[](#php--800)

If you are using a version earlier than PHP 8.0.0, you need to upgrade your environment to use Evoliz.

Development
-----------

[](#development)

Get [Composer](https://getcomposer.org/).

Install dependencies:

```
composer install
```

Install dependencies as mentioned above (which will resolve [PHPUnit](http://packagist.org/packages/phpunit/phpunit)), then you can run the test suite:

```
./vendor/bin/phpunit
```

Disable Guzzle SSL verification:

```
HttpClient::setInstance(['verify' => false], [], true);
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance58

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~149 days

Recently: every ~262 days

Total

9

Last Release

279d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.0.0

v0.8.0PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ce36de5c034be77ee0d7e0348afe3a827338b9babb9a3f0b34726c07c32d39c?d=identicon)[evoliz](/maintainers/evoliz)

---

Top Contributors

[![DyRize](https://avatars.githubusercontent.com/u/40592871?v=4)](https://github.com/DyRize "DyRize (150 commits)")[![julien-libert](https://avatars.githubusercontent.com/u/100412687?v=4)](https://github.com/julien-libert "julien-libert (38 commits)")[![bfevoliz](https://avatars.githubusercontent.com/u/149168440?v=4)](https://github.com/bfevoliz "bfevoliz (24 commits)")[![mahdiabderraouf](https://avatars.githubusercontent.com/u/44200782?v=4)](https://github.com/mahdiabderraouf "mahdiabderraouf (6 commits)")[![florent-dehanne](https://avatars.githubusercontent.com/u/6445402?v=4)](https://github.com/florent-dehanne "florent-dehanne (4 commits)")[![Plamp](https://avatars.githubusercontent.com/u/4570704?v=4)](https://github.com/Plamp "Plamp (1 commits)")[![Cantogrel](https://avatars.githubusercontent.com/u/55429275?v=4)](https://github.com/Cantogrel "Cantogrel (1 commits)")[![jblaizot](https://avatars.githubusercontent.com/u/104352163?v=4)](https://github.com/jblaizot "jblaizot (1 commits)")

---

Tags

apiinvoicingevoliz

###  Code Quality

TestsPHPUnit

Static AnalysisRector

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/evoliz-evoliz-php/health.svg)

```
[![Health](https://phpackages.com/badges/evoliz-evoliz-php/health.svg)](https://phpackages.com/packages/evoliz-evoliz-php)
```

###  Alternatives

[openai-php/laravel

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

3.7k7.6M74](/packages/openai-php-laravel)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[invoiced/invoiced

Invoiced PHP Library

14117.1k](/packages/invoiced-invoiced)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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