Skip to content

This is a package that turns easy the Communication between Laravel and TOTVS Fluig by REST API.

License

Notifications You must be signed in to change notification settings

plazari15/laravel-fluig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel TOTVS Fluig Package

stable

This is a package that turns easy the Communication between Laravel and TOTVS Fluig by REST API.

This is a package developed to Work with Laravel >= 4.2.

**To make a new installation **

  1. just run this composer command
composer require plazari15/laravel-fluig
  1. Insert the provider at app\config.php
'Plazari15\LaravelFluig\LaravelFluigServiceProvider'
  1. Publish the config file
php artisan config:publish plazari15/laravel-fluig
  1. Set your ENVs following the Totvs TDN 

    Env Sample

    '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

    • Make Tests
    • Make an new api to get and send attachments
    • improve docs

About

This is a package that turns easy the Communication between Laravel and TOTVS Fluig by REST API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages