dropcart/client

Dropcart API Client Module for PHP.

v2.0.0 2017-02-23 16:44 UTC

This package is not auto-updated.

Last update: 2024-04-24 07:15:20 UTC


README

This project comprises the sources of a PHP library for accessing Dropcart. See http://www.dropcart.nl/

For a quick reference to the client class documentation, see API Client documentation.

Requirements

The client library has the following requirements:

  • PHP 5.4 or better

See Checking Compatibility of your hosting provider for more information on running a Dropcart client.

Installation

This client module comes in two flavors:

  • a pre-packaged module, which can be used in any PHP project by copying the files to a dedicated location;
  • a Composer module, used by running composer require dropcart/client

Contributors

Please submit a pull request to send patches or fixes. Note that after changing the API, the documentation can be automatically generated by running "vendor/bin/phpdoc-md" generate module > docs/api.md.