Download the PHP package lemmotresto/laravel-moneybird without Composer
On this page you can find all versions of the php package lemmotresto/laravel-moneybird. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lemmotresto/laravel-moneybird
More information about lemmotresto/laravel-moneybird
Files in lemmotresto/laravel-moneybird
Package laravel-moneybird
Short Description Fork of Casdr/laravel-moneybird. Moneybird package for Laravel based on Picq'ers client
License MIT
Homepage https://github.com/lemmotresto/laravel-moneybird
Informations about the package laravel-moneybird
laravel-moneybird
This Laravel package is a wrapper for picqer/moneybird-php-client.
This is an updated and maintained fork of casdr/laravel-moneybird.
Install
Via Composer
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel without auto-discovery:
If you don't use auto-discovery, add the ServiceProvider and the Facade to your config/app.php
:
Then run the following command to publish the config to your config/ directory.
You then need to generate an application in the Moneybird interface and set the configuration in your environment file. See config/moneybird.php
for all environment variables available.
Usage
There is additional documentation on the MoneybirdFacade class using phpdoc annotations. For more usage information, see picqer/moneybird-php-client
Credits
License
The MIT License (MIT). Please see License File for more information.