bernskioldmedia/laravel-fortnox

A Laravel package to consume the Fortnox API.

dev-main 2023-06-23 14:17 UTC

This package is not auto-updated.

Last update: 2024-04-28 17:05:38 UTC


README

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.