laravel-clearsale-id maintained by rodrigopedra
Description
Laravel ClearSale ID WebService Integration
Author
Last update
2020/09/07 05:04
(dev-master)
License
Downloads
273
Tags
Last update
2020/09/07 05:04
License
Require
- ext-openssl *
- ext-soap *
- ext-xml *
- php ^7.1.3
- illuminate/support ^5.6|^5.7|^5.8
- illuminate/contracts ^5.6|^5.7|^5.8
- illuminate/http ^5.6|^5.7|^5.8
- rodrigopedra/clearsale-id 1.0.*
Last update
2020/09/07 05:04
License
Require
- php ^7.1.3
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 1.0.*
- illuminate/support ^5.6|^5.7|^5.8
- illuminate/contracts ^5.6|^5.7|^5.8
- illuminate/http ^5.6|^5.7|^5.8
Last update
2020/09/05 15:19
License
Require
- php ^7.1.3
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 1.0.*
- illuminate/support ^5.6|^5.7|^5.8
- illuminate/contracts ^5.6|^5.7|^5.8
- illuminate/http ^5.6|^5.7|^5.8
Last update
2020/09/05 14:59
License
Require
- php ^7.1.3
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 1.0.*
- illuminate/support ^5.6|^5.7|^5.8
- illuminate/contracts ^5.6|^5.7|^5.8
- illuminate/http ^5.6|^5.7|^5.8
Last update
2020/09/01 23:46
License
Require
- php ^7.1.3
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 0.5.*
- illuminate/support ^5.6|^5.7|^5.8
- illuminate/contracts ^5.6|^5.7|^5.8
- illuminate/http ^5.6|^5.7|^5.8
Last update
2018/09/12 16:00
License
Require
- php >=5.6.4
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 0.5.*
- illuminate/support ^5.3|^5.4|^5.5|^5.6|^5.7
- illuminate/contracts ^5.3|^5.4|^5.5|^5.6|^5.7
- illuminate/http ^5.3|^5.4|^5.5|^5.6|^5.7
Last update
2018/09/12 00:32
License
Require
- php >=5.6.4
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 0.5.*
- illuminate/support ^5.4|^5.5|^5.6|^5.7
- illuminate/contracts ^5.4|^5.5|^5.6|^5.7
- illuminate/http ^5.4|^5.5|^5.6|^5.7
Last update
2018/09/12 00:18
License
Require
- php >=5.6.4
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 0.5.*
- illuminate/support ^5.4|^5.5|^5.6|^5.7
- illuminate/contracts ^5.4|^5.5|^5.6|^5.7
- illuminate/http ^5.4|^5.5|^5.6|^5.7
Last update
2018/08/20 19:55
License
Require
- php >=5.6.4
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 0.4.*
- illuminate/support 5.4.*
- illuminate/contracts 5.4.*
- illuminate/http 5.4.*
Last update
2017/09/11 04:51
License
Require
- php >=5.5.0
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 0.4.*
- illuminate/support 5.3.*
- illuminate/contracts 5.3.*
- illuminate/http 5.3.*
Last update
2017/08/10 04:42
License
Require
- php >=5.5.0
- ext-openssl *
- ext-soap *
- ext-xml *
- rodrigopedra/clearsale-id 0.4.*
- illuminate/support 5.3.*
- illuminate/contracts 5.3.*
- illuminate/http 5.3.*
Last update
2017/07/13 13:18
License
Require
- php >=5.5.0
- rodrigopedra/clearsale-id 0.4.*
- illuminate/support 5.3.*
- illuminate/contracts 5.3.*
- illuminate/http 5.3.*
Last update
2017/07/13 11:55
License
Require
- php >=5.5.0
- rodrigopedra/clearsale-id 0.3.*
- illuminate/support 5.3.*
- illuminate/contracts 5.3.*
- illuminate/http 5.3.*
Last update
2017/07/10 16:31
License
Require
- php >=5.5.0
- rodrigopedra/clearsale-id 0.2.*
- illuminate/support 5.3.*
- illuminate/contracts 5.3.*
- illuminate/http 5.3.*
Last update
2017/07/10 16:05
License
Require
- php >=5.5.0
- rodrigopedra/clearsale-id 0.2.*
- illuminate/support 5.3.*
- illuminate/contracts 5.3.*
- illuminate/http 5.3.*
Last update
2017/07/10 15:37
License
Require
- php >=5.5.0
- rodrigopedra/clearsale-id 0.2.*
- illuminate/support 5.3.*
- illuminate/contracts 5.3.*
- illuminate/http 5.3.*
API ClearSale
Integração com o WebService da ClearSale ID para Laravel.
Implementação do manual de integração do ClearSale ID versão 9.6
Requisitos
-
PHP 7.1.3+
-
Laravel 5.6+
-
Extensões PHP
ext-openssl ext-soap ext-xml
No Ubuntu, você pode instalar através do seguinte comando:
sudo apt-get install openssl php-soap php-xml
A extensão openssl deve ser habilitada em seu arquivo php.ini.
Instalação
A maneira mais fácil de instalar a biblioteca é através do Composer.
composer require rodrigopedra/laravel-clearsale-id
Se for necessário, é possível modificar o arquivo de configuração diretamente, executando o comando abaixo:
php artisan vendor:publish --provider="RodrigoPedra\LaravelClearSaleID\ClearSaleIDServiceProvider"