Download the PHP package twobeesolution/laravel-arubapec without Composer
On this page you can find all versions of the php package twobeesolution/laravel-arubapec. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download twobeesolution/laravel-arubapec
More information about twobeesolution/laravel-arubapec
Files in twobeesolution/laravel-arubapec
Download twobeesolution/laravel-arubapec
More information about twobeesolution/laravel-arubapec
Files in twobeesolution/laravel-arubapec
Vendor twobeesolution
Package laravel-arubapec
Short Description ArubaPec API client per Laravel
License GPL-3.0
Package laravel-arubapec
Short Description ArubaPec API client per Laravel
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package laravel-arubapec
Laravel-ArubaPec
Laravel-ArubaPec è una semplice (e, al momento, incompleta) libreria Laravel per l'interrogazione delle API di ArubaPec. Permette di verificare se un'anagrafica o un'email sono già state create, e permette di creare anagrafiche ed email.
Installazione
composer require twobeesolution/laravel-arubapec
php artisan vendor:publish --provider='TwoBeeSolution\ArubaPec\ArubaPecServiceProvider'
Aggiungere a config/app.php
nell'array providers
:
TwoBeeSolution\ArubaPec\ArubaPecServiceProvider::class,
e nell'array aliases
'ArubaPec' => TwoBeeSolution\ArubaPec\ArubaPecWsClient::class,
Utilizzo
[in progress]
All versions of laravel-arubapec with dependencies
PHP Build Version
Package Version
The package twobeesolution/laravel-arubapec contains the following files
Loading the files please wait ....