julianchz / alegra-sdk-php
Unofficial PHP SDK for Alegra
1.1.2
2022-01-11 02:29 UTC
Requires
- php: >=5.6
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- guzzlehttp/guzzle: ^7.4
- laravel/framework: ^8.78
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-08-11 09:57:13 UTC
README
This library offers easy interaction with the Alegra Servicios API.
Constant updates will be made to cover all the services Alegra offers, however, it is currently only functional:
- Billing
- Products and services
- Contacts
Alegra-SDK offers a table called alegra_logs where you can find everything related to communication, errors, responses and more.
To use with Laravel, be sure to use the following commands:
- php artisan migrate
- php artisan vendor: publish --tag = "alegra-sdk-config"
We will continue working ...