PHPackages                             numaxlab/dilve-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. numaxlab/dilve-client

ActiveLibrary[API Development](/categories/api)

numaxlab/dilve-client
=====================

Cliente PHP para la API de Dilve.

1.0.0-beta.1(2mo ago)0208↓71.4%[1 PRs](https://github.com/numaxlab/dilve-client/pulls)1MITPHPPHP &gt;=8.1

Since Nov 26Pushed 2mo agoCompare

[ Source](https://github.com/numaxlab/dilve-client)[ Packagist](https://packagist.org/packages/numaxlab/dilve-client)[ RSS](/packages/numaxlab-dilve-client/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (4)Used By (1)

dilve-client
============

[](#dilve-client)

Cliente PHP para la [API de Dilve](https://www.dilve.es), el servicio de información bibliográfica de la industria editorial española.

Requisitos
----------

[](#requisitos)

- PHP &gt;= 8.1
- Extensiones: `libxml`, `simplexml`
- `symfony/http-client` ^7.3

Instalación
-----------

[](#instalación)

```
composer require numaxlab/dilve-client
```

Uso
---

[](#uso)

```
use NumaxLab\Dilve\Client;

$client = new Client('your-username', 'your-password');

// Obtener un producto por ISBN
$product = $client->getProductByIsbn('9788415497219');

echo $product->ean;      // EAN/ISBN
echo $product->title;    // Título
echo $product->coverUrl; // URL de portada (o null)

// Obtener varios productos por ISBN
$products = $client->getProductsByIsbn(['9788415497219', '9788445005576']);

foreach ($products as $product) {
    echo $product->title . PHP_EOL;
}
```

Testing
-------

[](#testing)

```
composer install
composer test
```

Licencia
--------

[](#licencia)

MIT — ver [LICENSE](LICENSE)

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance88

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

60d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26456395?v=4)[Laboratorio NUMAX](/maintainers/numaxlab)[@numaxlab](https://github.com/numaxlab)

---

Top Contributors

[![emanuelnogueiras](https://avatars.githubusercontent.com/u/22733073?v=4)](https://github.com/emanuelnogueiras "emanuelnogueiras (2 commits)")[![ablunier](https://avatars.githubusercontent.com/u/4113587?v=4)](https://github.com/ablunier "ablunier (1 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/numaxlab-dilve-client/health.svg)

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

###  Alternatives

[storyblok/php-management-api-client

Storyblok PHP Client for Management API

1233.5k3](/packages/storyblok-php-management-api-client)

PHPackages © 2026

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