pdik/laravelexactonline is a Laravel package for laravel exactonline package.
It currently has 1 GitHub stars and 1 downloads on Packagist.
Install it with composer require pdik/laravelexactonline.
Discover more Laravel packages by pdik
or browse all Laravel packages to compare alternatives.
Last updated
PHP client library for the Exact Online API. This client lets you integrate with Exact Online, for example by:
Wanted to use Exact online in your Laravel application. We build a easy Laravel wrapper based on the https://github.com/picqer/exact-php-client
First, make sure to add the following keys to your .env file.
EXACT_CLIENT_ID
EXACT_CLIENT_SECRET
EXACT_WEBHOOK
The package made the Oauth connection simple and stores the tokens in DB. This allows you to use the client with multiple users. The focus was to support the Exact webhooks to trigger laravel events to make it is easy to integrate with your application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.