srag/bexiocurl

This package is abandoned and no longer maintained. No replacement package was suggested.

Connect to Bexio via Curl

v1.2.3 2019-04-12 11:57 UTC

This package is auto-updated.

Last update: 2023-12-08 11:32:07 UTC


README

Connect to Bexio via Curl

Usage

Composer

First add the following to your composer.json file:

"require": {
  "srag/bexiocurl": ">=0.1.0"
},

And run a composer install.

If you deliver your plugin, the plugin has it's own copy of this library and the user doesn't need to install the library.

Tip: Because of multiple autoloaders of plugins, it could be, that different versions of this library exists and suddenly your plugin use an older or a newer version of an other plugin!

So I recommand to use srag/librariesnamespacechanger in your plugin.

Requirements

  • PHP >=7.0

Adjustment suggestions