A Laravel package to consume the Fortnox API.
You can install the package via composer:
composer require bernskioldmedia/laravel-fortnox
You can publish the config file with:
php artisan vendor:publish --tag="fortnox-config"
This is the contents of the published config file:
return [
];
$laravelFortnox = new BernskioldMedia\Fortnox();
echo $laravelFortnox->echoPhrase('Hello, BernskioldMedia!');
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.