Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.68 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.68 KB

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.