library laravel-fluig
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
plazari15/laravel-fluig
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
- Thursday, June 21, 2018
- by pedroadias
- Repository
- 1 Watchers
- 1 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 6 Versions
- 0 % Grown
Laravel TOTVS Fluig Package
, (*1)
This is a package that turns easy the Communication between Laravel and TOTVS Fluig by REST API., (*2)
This is a package developed to Work with Laravel >= 4.2., (*3)
To make a new installationĀ
1. just run this composer command, (*4)
composer require plazari15/laravel-fluig
- Insert the provider at
app\config.php
'Plazari15\LaravelFluig\LaravelFluigServiceProvider'
- Publish the config file
php artisan config:publish plazari15/laravel-fluig
-
Set your ENVs following the Totvs TDNĀ , (*5)
Env Sample, (*6)
'FLUIGPHP' => array(
'FLUIG_CONSUMER_KEY'=>'',
'FLUIG_CONSUMER_SECRET'=>'',
'FLUIG_ACCESS_TOKEN'=>'',
'FLUIG_TOKEN_SECRET'=>'',
'FLUIG_CONSUMER_KEY_POST'=>'',
'FLUIG_CONSUMER_SECRET_POST'=>'',
'FLUIG_ACCESS_TOKEN_POST'=>'',
'FLUIG_TOKEN_SECRET_POST'=>'',
'FLUIG_URL'=>''
)
TODO, (*7)
- Make Tests
- Make an new api to get and send attachments
- improve docs
dev-master
9999999-dev
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
Sources
Download
MIT
The Requires
by
Pedro Lazari
1.0.2.1
1.0.2.1
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
Sources
Download
MIT
The Requires
by
Pedro Lazari
1.0.3
1.0.3.0
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
Sources
Download
MIT
The Requires
by
Pedro Lazari
1.0.2
1.0.2.0
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
Sources
Download
MIT
The Requires
by
Pedro Lazari
1.0.1
1.0.1.0
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
Sources
Download
MIT
The Requires
by
Pedro Lazari
1.0.0
1.0.0.0
Laravel Package for TOTVS Fluig REST Api. Compatible with Fluig >= 1.5.
Sources
Download
MIT
The Requires
by
Pedro Lazari