Skip to content

bernskioldmedia/laravel-fortnox

Repository files navigation

Laravel Fortnox

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A Laravel package to consume the Fortnox API.

Installation

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 [
];

Usage

$laravelFortnox = new BernskioldMedia\Fortnox();
echo $laravelFortnox->echoPhrase('Hello, BernskioldMedia!');

Testing

composer test

Changelog

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

Credits

License

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

Releases

No releases published

Languages