Download the PHP package janyksteenbeek/laravel-moneybird-sync without Composer

On this page you can find all versions of the php package janyksteenbeek/laravel-moneybird-sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-moneybird-sync

laravel-moneybird-sync

One-way synchronization of contact fields in your Laravel application towards the Moneybird accounting software.

Latest Version on Packagist Total Downloads PHPStan

Installation

You can install the package via composer:

You can publish the config file with:

Set all the required values in the config file or in your environment variables. See section "Setup" for more information.

Next, add the trait to your User model:

Setup instructions

  1. Follow the installation instructions to include the package in your application.
  2. Before you can use this package, you need to register your application with Moneybird. Registration is a one-time event for the developer and can be done here. Make sure you register an application for personal use.
  3. After registering your application, you will receive an access token. This token is used to authenticate your application with Moneybird. Set this token in your environment variables as MONEYBIRD_TOKEN.
  4. Navigate back to your application page and copy the Client ID and Client secret to your environment variables as MONEYBIRD_CLIENT_ID and MONEYBIRD_CLIENT_SECRET.
  5. MONEYBIRD_ADMINISTRATION_ID is the ID of the administration you want to sync with. You can find this ID in the URL of your Moneybird administration. For example, if the URL of your administration is https://moneybird.com/123456789/sales_invoices, the ID is 123456789. Be sure to set this ID in your environment variables.
  6. Make sure you have a User model in your application. This model should have a moneybird_id column. This column will be used to store the Moneybird ID of the contact.
  7. Make sure the other fields you want to sync with Moneybird are present on your User model. You can change these mapping of those fields in the config file.
  8. Add the IsMoneybirdContact trait to your User model.

Security Vulnerabilities

If you are an outside collaborator and discover a security vulnerability within this repository, please send an e-mail to our security team via Webmethod Coordinated Vulnerability Disclosure guidelines at all times.

Credits

License

The MIT License (MIT). Please see License File for more information.

Disclaimer

This package is not affiliated with or endorsed by Moneybird B.V. or any of its affiliates. The use of the trademark Moneybird is solely for the purpose of identifying the company and its products. Moneybird is a registered trademark of Moneybird B.V. and all rights pertaining to the trademark are the exclusive property of the trademark owner. Any references to Moneybird are made strictly for identification purposes and do not imply any endorsement or sponsorship by Moneybird B.V.


All versions of laravel-moneybird-sync with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/contracts Version ^9.0|^10.0
picqer/moneybird-php-client Version ^0.34.1
spatie/laravel-package-tools Version ^1.14.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package janyksteenbeek/laravel-moneybird-sync contains the following files

Loading the files please wait ....