PHPackages                             dvsoftsrl/pianeta-fibra-coverage - 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. dvsoftsrl/pianeta-fibra-coverage

ActiveLibrary[API Development](/categories/api)

dvsoftsrl/pianeta-fibra-coverage
================================

Client PHP per API di copertura PianetaFibra

1.1.2(9mo ago)0104MITPHPPHP ^8.3CI passing

Since Sep 18Pushed 1mo agoCompare

[ Source](https://github.com/dvsoftsrl/pianeta-fibra-coverage)[ Packagist](https://packagist.org/packages/dvsoftsrl/pianeta-fibra-coverage)[ Docs](https://github.com/dvsoftsrl/pianeta-fibra-coverage)[ GitHub Sponsors]()[ RSS](/packages/dvsoftsrl-pianeta-fibra-coverage/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (15)Versions (11)Used By (0)

Client PHP per API di copertura PianetaFibra
============================================

[](#client-php-per-api-di-copertura-pianetafibra)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e9beaa51dc34eecfcf3d09cb91bf8e6450e423cb8e5fe6bd53fa0f1044424a8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6476736f667473726c2f7069616e6574612d66696272612d636f7665726167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dvsoftsrl/pianeta-fibra-coverage)[![GitHub Tests Action Status](https://camo.githubusercontent.com/cef4845ec5172e9c570bcf4ba70091f3aeaf50c8b3388c4b01b9ad72186a8dbf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6476736f667473726c2f7069616e6574612d66696272612d636f7665726167652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/dvsoftsrl/pianeta-fibra-coverage/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/493856c800d9a1681d62f6053aa3d74a7ec3e65467b00151a92b00bc62f26cad/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6476736f667473726c2f7069616e6574612d66696272612d636f7665726167652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/dvsoftsrl/pianeta-fibra-coverage/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a09669dc43abc9809ad0b586a1c989b147607a2c0aa83b327f0f0b084948ae8c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6476736f667473726c2f7069616e6574612d66696272612d636f7665726167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dvsoftsrl/pianeta-fibra-coverage)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require dvsoftsrl/pianeta-fibra-coverage
```

You can publish the config file with:

```
php artisan vendor:publish --tag="pianeta-fibra-coverage-config"
```

This is the contents of the published config file:

```
return [
    // Token API (header 'authorization: Bearer ')
    'token' => env('PIANETAFIBRA_TOKEN', ''),

    // Endpoint base API
    'base_uri' => env('PIANETAFIBRA_BASE_URI', 'https://api.pianetafibra.it/v2/api.php'),

    // HTTP client
    'timeout' => env('PIANETAFIBRA_TIMEOUT', 10),
    'max_retries' => env('PIANETAFIBRA_MAX_RETRIES', 2),

    // Caching
    'use_cache' => env('PIANETAFIBRA_USE_CACHE', true),
    // Se valorizzato, usa questo store di cache (es. 'redis', 'file'); altrimenti usa quello di default se use_cache=true
    'cache_store' => env('PIANETAFIBRA_CACHE_STORE', null),
    // TTL per anagrafiche city/street/civic (secondi)
    'cache_ttl_seconds' => env('PIANETAFIBRA_CACHE_TTL', 43200),

    // Comportamento di default per la funzione totale (puoi sempre override col parametro)
    // true => match esatto o eccezione; false => ritorna ResolveOutcome::ambiguous(...) con alternative
    'default_match_or_fail' => env('PIANETAFIBRA_MATCH_OR_FAIL', true),
];
```

Usage
-----

[](#usage)

```
PianetaFibraCoverage::resolveCoverageFromLocation($location, CustomerType::Azienda);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [DV Soft srl](https://github.com/dvsoftsrl)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance75

Regular maintenance activity

Popularity12

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.4% 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 ~2 days

Total

4

Last Release

282d ago

PHP version history (2 changes)1.0.0PHP ^8.3|^8.4

1.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c86d96ea972a3b99a7b112e3c0bc63922fac14275b740177422496ab6cbf7e7?d=identicon)[luca-dellorto](/maintainers/luca-dellorto)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (376 commits)")[![mvdnbrk](https://avatars.githubusercontent.com/u/802681?v=4)](https://github.com/mvdnbrk "mvdnbrk (46 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (33 commits)")[![Nielsvanpach](https://avatars.githubusercontent.com/u/10651054?v=4)](https://github.com/Nielsvanpach "Nielsvanpach (23 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (20 commits)")[![pforret](https://avatars.githubusercontent.com/u/474312?v=4)](https://github.com/pforret "pforret (16 commits)")[![luca-dellorto](https://avatars.githubusercontent.com/u/105433803?v=4)](https://github.com/luca-dellorto "luca-dellorto (16 commits)")[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (14 commits)")[![AlexVanderbist](https://avatars.githubusercontent.com/u/6287961?v=4)](https://github.com/AlexVanderbist "AlexVanderbist (12 commits)")[![patinthehat](https://avatars.githubusercontent.com/u/5508707?v=4)](https://github.com/patinthehat "patinthehat (10 commits)")[![riasvdv](https://avatars.githubusercontent.com/u/3626559?v=4)](https://github.com/riasvdv "riasvdv (10 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (8 commits)")[![AdrianMrn](https://avatars.githubusercontent.com/u/12762044?v=4)](https://github.com/AdrianMrn "AdrianMrn (8 commits)")[![thecaliskan](https://avatars.githubusercontent.com/u/13554944?v=4)](https://github.com/thecaliskan "thecaliskan (5 commits)")[![irfanm96](https://avatars.githubusercontent.com/u/42065936?v=4)](https://github.com/irfanm96 "irfanm96 (5 commits)")[![IGedeon](https://avatars.githubusercontent.com/u/694313?v=4)](https://github.com/IGedeon "IGedeon (4 commits)")[![abenerd](https://avatars.githubusercontent.com/u/7523903?v=4)](https://github.com/abenerd "abenerd (3 commits)")[![jessarcher](https://avatars.githubusercontent.com/u/4977161?v=4)](https://github.com/jessarcher "jessarcher (3 commits)")[![koossaayy](https://avatars.githubusercontent.com/u/6431084?v=4)](https://github.com/koossaayy "koossaayy (3 commits)")[![lloricode](https://avatars.githubusercontent.com/u/8251344?v=4)](https://github.com/lloricode "lloricode (3 commits)")

---

Tags

laravelDV Soft srlpianeta-fibra-coverage

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dvsoftsrl-pianeta-fibra-coverage/health.svg)

```
[![Health](https://phpackages.com/badges/dvsoftsrl-pianeta-fibra-coverage/health.svg)](https://phpackages.com/packages/dvsoftsrl-pianeta-fibra-coverage)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)

PHPackages © 2026

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