bernskioldmedia / laravel-fortnox
A Laravel package to consume the Fortnox API.
dev-main
2023-06-23 14:17 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.4
- illuminate/contracts: ^9.0|^10.0
- neam/php-sie: 3.3.3.1
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- spatie/laravel-ray: ^1.26
This package is not auto-updated.
Last update: 2024-11-10 19:35:49 UTC
README
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.