PHPackages                             weble/cercaimprese - 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. weble/cercaimprese

ActiveLibrary

weble/cercaimprese
==================

Laravel Package for OpenAPI.it Cerca Imprese Integration

1.1.0(4y ago)035[3 PRs](https://github.com/Weble/CercaImpreseOpenApi/pulls)MITPHPPHP ^8.0

Since Feb 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Weble/CercaImpreseOpenApi)[ Packagist](https://packagist.org/packages/weble/cercaimprese)[ Docs](https://github.com/weble/cercaimprese)[ RSS](/packages/weble-cercaimprese/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (7)Used By (0)

Laravel Package for OpenAPI.it Cerca Imprese Integration
========================================================

[](#laravel-package-for-openapiit-cerca-imprese-integration)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5f8b03f8b25034bf1ae04300ca0ddf4e3a280cea80558984189711628d363e19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7765626c652f6365726361696d70726573652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weble/cercaimprese)[![GitHub Tests Action Status](https://camo.githubusercontent.com/187895378ec409d0f31ff0b7c0a37d1599a4f0b0ee3f510818c872eb66982c2e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7765626c652f4365726361496d70726573654f70656e4170692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/weble/CercaImpreseOpenApi/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4416b5a666b3d16b8fddb35a81110a5cc5884217eddd05c40593671aeb08ea28/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7765626c652f4365726361496d70726573654f70656e4170692f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/weble/cercaimprese/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/34313c5e6defde2eacdbb50193302feddc32fe4cccbf0ca8125c28c002d5c494/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7765626c652f6365726361696d70726573652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weble/cercaimprese)

With this laravel package you can interact with the [Cerca Imprese OpenAPI](https://openapi.it/business-information/cerca-azienda).

It's built on top of the amazing [Saloon Package](https://github.com/Sammyjo20/Saloon) and requires PHP8.

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

[](#installation)

You can install the package via composer:

```
composer require weble/cercaimprese
```

You can publish the config file with:

```
php artisan vendor:publish --tag="cercaimprese-config"
```

This is the contents of the published config file:

```
return [
    'token' => env('CERCAIMPRESE_TOKEN', ''),
    'test' => env('CERCAIMPRESE_TEST', true)
];
```

Usage
-----

[](#usage)

You can use directly the Facade to interact with the package:

### Base Request

[](#base-request)

Result is a Laravel Collection of the data of the company requested

```
$result = \Weble\CercaImprese\Facades\CercaImprese::base(search: '[PIVA_OR_CF_OR_ID]');
```

### Advanced Request

[](#advanced-request)

The result is a Laravel Collection of the resulting list of companies.

You can search by anoyone of the parameters, or all of them together in any combination (thanks php8 named parameters!).

```
$result = \Weble\CercaImprese\Facades\CercaImprese::advanced(
    denominazione: $denominazione,
    provincia: $provincia,
    codice_ateco: $codice_ateco,
    fatturato_min: $fatturato_min,
    fatturato_max: $fatturato_max,
    dipendenti_min: $dipendenti_min,
    dipendenti_max: $dipendenti_max,
    limite: $limite,
    dry_run: $dry_run
);
```

Testing
-------

[](#testing)

You need either an env variable set for `CERCAIMPRESE_TOKEN` or a `.env` file with the same variable set.

```
composer test
```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Daniele Rosario](https://github.com/Skullbock)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~7 days

Total

3

Last Release

1527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fe88932c3280467c9a30f79205c0f2c85aecd28dae3a9e8b035d773ef6218ef?d=identicon)[Skullbock](/maintainers/Skullbock)

---

Top Contributors

[![Skullbock](https://avatars.githubusercontent.com/u/1104083?v=4)](https://github.com/Skullbock "Skullbock (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")

---

Tags

laravelweblecercaimprese

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/weble-cercaimprese/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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