Download the PHP package weble/cercaimprese without Composer
On this page you can find all versions of the php package weble/cercaimprese. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download weble/cercaimprese
More information about weble/cercaimprese
Files in weble/cercaimprese
Package cercaimprese
Short Description Laravel Package for OpenAPI.it Cerca Imprese Integration
License MIT
Homepage https://github.com/weble/cercaimprese
Informations about the package cercaimprese
Laravel Package for OpenAPI.it Cerca Imprese Integration
With this laravel package you can interact with the Cerca Imprese OpenAPI.
It's built on top of the amazing Saloon Package and requires PHP8.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
You can use directly the Facade to interact with the package:
Base Request
Result is a Laravel Collection of the data of the company requested
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!).
Testing
You need either an env variable set for CERCAIMPRESE_TOKEN
or a .env
file with the same variable set.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Daniele Rosario
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of cercaimprese with dependencies
illuminate/contracts Version ^9.0
sammyjo20/saloon-laravel Version ^0.10.0
spatie/laravel-package-tools Version ^1.9.2