Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (32 loc) · 1.76 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.76 KB

Laravel AccountsIQ

Still in development.

Latest Version on Packagist Build Status Quality Score Total Downloads

Package to talk to AccountIQ in Laravel.

Installation

You can install the package via composer:

composer require steadfastcollective/laravel-accountsiq

Usage

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();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.