You can install the package via composer:
composer require appstract/laravel-moneybird
$contact = Moneybird::contact();
$contact->company_name = 'Appstract';
$contact->save();
composer test
Contributions are welcome, thanks to y'all :)
Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.
The MIT License (MIT). Please see License File for more information.