Still in development.
Package to talk to AccountIQ in Laravel.
You can install the package via composer:
composer require steadfastcollective/laravel-accountsiq
After you have added your API credentials to your config/accountsiq.php
file, you should be able to fetch data like this:
return (new \SteadfastCollective\AccountsIQ\Repositories\DepartmentRepository())->getDepartmentList();
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.