PHPackages                             opendaje/enola-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. opendaje/enola-client

ActiveLibrary[API Development](/categories/api)

opendaje/enola-client
=====================

Unofficial Openapi.it api client.

0.1.8(2y ago)09[12 PRs](https://github.com/OpenDaje/enola-client/pulls)MITPHPPHP &gt;=7.4 || ^8.2CI passing

Since Dec 2Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/OpenDaje/enola-client)[ Packagist](https://packagist.org/packages/opendaje/enola-client)[ Docs](https://github.com/OpenDaje/enola-client)[ RSS](/packages/opendaje-enola-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (10)Versions (22)Used By (0)

Enola Client
============

[](#enola-client)

[![Latest Stable Version](https://camo.githubusercontent.com/7116c6b158fedd51dc49f22d24dfadaf637c021650f4c4b8cd53de11ea5a0b74/687474703a2f2f706f7365722e707567782e6f72672f6f70656e64616a652f656e6f6c612d636c69656e742f76)](https://packagist.org/packages/opendaje/enola-client) [![Total Downloads](https://camo.githubusercontent.com/a43f26738206b7fa0c8f0719818007cf491db90b74018dc65388355fa880e7fa/687474703a2f2f706f7365722e707567782e6f72672f6f70656e64616a652f656e6f6c612d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/opendaje/enola-client) [![Latest Unstable Version](https://camo.githubusercontent.com/3f07655677717cc5edccee38a56ae404625298f40e2f41fd4193d4b191acc8e2/687474703a2f2f706f7365722e707567782e6f72672f6f70656e64616a652f656e6f6c612d636c69656e742f762f756e737461626c65)](https://packagist.org/packages/opendaje/enola-client) [![License](https://camo.githubusercontent.com/4a5d4946c0984e4d1c6d7d38e7afc8abee369910edad8ba6da42c9a463977ac5/687474703a2f2f706f7365722e707567782e6f72672f6f70656e64616a652f656e6f6c612d636c69656e742f6c6963656e7365)](https://packagist.org/packages/opendaje/enola-client) [![PHP Version Require](https://camo.githubusercontent.com/f0b7f2fc6110574f607358eed88dc86e6aaa03688b798f6bc0f4d038f9327e1e/687474703a2f2f706f7365722e707567782e6f72672f6f70656e64616a652f656e6f6c612d636c69656e742f726571756972652f706870)](https://packagist.org/packages/opendaje/enola-client)

[![CD/CI](https://github.com/OpenDaje/enola-client/actions/workflows/cd-ci.yaml/badge.svg)](https://github.com/OpenDaje/enola-client/actions/workflows/cd-ci.yaml) [![codecov](https://camo.githubusercontent.com/6a78c3d4c8c71d9e09ed5063c56a677a4a6594f75bbf00056c2b092a551e03ec/68747470733a2f2f636f6465636f762e696f2f67682f4f70656e44616a652f656e6f6c612d636c69656e742f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d4e565a5a55304b444948)](https://codecov.io/gh/OpenDaje/enola-client)

Unofficial [OpenApi.it](https://developers.openapi.it/) api client.

⚠ Launching early stage releases (0.x.x) could break the API according to [Semantic Versioning 2.0](https://semver.org/). We are using *minor* for breaking changes. This will change with the release of the stable `1.0.0` version.

Questa libreria fornisce un'api client per parte delle api di [OpenApi.it](https://developers.openapi.it/) ( [official client](https://github.com/openapi-it/OpenApi-PHP) )

A differenza del client ufficiale, il client enola è sviluppato sulle specifiche [PSR](https://www.php-fig.org/psr/psr-18/) per http, quindi la libreria non viene distribuita con uno specifico http client, ma è compatibile con quelli presenti in questa [lista](https://packagist.org/providers/psr/http-client-implementation)

Servizi/Api supportati
----------------------

[](#serviziapi-supportati)

- Cap
- Europena Vat
- Imprese
- Car

INSTALLAZIONE
-------------

[](#installazione)

```
composer require opendaje/enola-client

// installa un Http client compatibile con lo standard PSR

composer require http-interop/http-factory-guzzle php-http/guzzle6-adapter
```

Uso
---

[](#uso)

```
$token = 'MY_TOKEN';
$isSandbox = true;

$client = new EnolaClient($token, $isSandbox);
$response = $client->api('cap')->getRegioni();
print_r($response);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance58

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58% 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 ~61 days

Recently: every ~121 days

Total

9

Last Release

765d ago

PHP version history (2 changes)0.1.0PHP &gt;=7.4 || ^8.1

0.1.6PHP &gt;=7.4 || ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d51ae970b2a5a1cee867a4426c457841fd61409077b8182332b4ee34c232e0e?d=identicon)[teclaizerai](/maintainers/teclaizerai)

---

Top Contributors

[![zerai](https://avatars.githubusercontent.com/u/2405279?v=4)](https://github.com/zerai "zerai (220 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (159 commits)")

---

Tags

apiopenapi.it

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/opendaje-enola-client/health.svg)

```
[![Health](https://phpackages.com/badges/opendaje-enola-client/health.svg)](https://phpackages.com/packages/opendaje-enola-client)
```

###  Alternatives

[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[m4tthumphrey/php-gitlab-api

GitLab API v4 client for PHP

9485.4M64](/packages/m4tthumphrey-php-gitlab-api)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[dhope0000/lxd

PHP-based API wrapper for LXD REST API.

136.2k](/packages/dhope0000-lxd)

PHPackages © 2026

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