appstract / laravel-moneybird
Laravel packe for Moneybird
Installs: 1 166
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 3
Open Issues: 0
Requires
- php: ^7.0|^8.0
- picqer/moneybird-php-client: 0.*
Requires (Dev)
- phpunit/phpunit: 5.*
README
Installation
You can install the package via composer:
composer require appstract/laravel-moneybird
Usage
$contact = Moneybird::contact(); $contact->company_name = 'Appstract'; $contact->save();
Testing
composer test
Contributing
Contributions are welcome, thanks to y'all :)
About Appstract
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.
License
The MIT License (MIT). Please see License File for more information.