Download the PHP package passchn/digistore-api-wrapper without Composer

On this page you can find all versions of the php package passchn/digistore-api-wrapper. 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 digistore-api-wrapper

Digistore24 Api Wrapper plugin for PHP

No further development

I'm not using Digistore24 anymore myself. So it is very unlikely that I will further develop this package.

Installation

You can install this plugin using composer.

The recommended way to install composer packages is:

Connect to the API

To connect to the Api, create an instance of DigistoreClient, passing your api key from Digistore24.com:

Test the connection:

If false, or some API-call went wrong, and you got a null-response, check for the last error message, or all errors that have occurred:

Get data from the API

This plugin is a wrapper for thr original Digistore24 API. See the full reference here: dev.digistore24.com.

The aim is to have known return types (e.g., Buyer or Purchase with defined fields), and to provide an easier access.

However, ust a few of the possible queries are supported right now. In general, you can always use this method to call any endpoint:

Supported wrapper-endpoints

Purchases

Get one DigistoreApi\Purchases\Purchase or null by order id / purchase id:

Get a DigistoreApi\Purchases\Purchase[] or null by passing an array of order ids:

Buyers

Get a DigistoreApi\Buyers\Buyer (or null) by id or email.

Get an array of Buyers or null by passing a list of emails or ids:

Deliveries

Count Deliveries that have not been processed yet.

Find Deliveries by purchase id / order id:

Find Deliveries for a certain time range (defaults to last 6 weeks):

Find Deliveries by type/state, e.g. request (not processed yet), delivery (sent by you), or cancelled.

Contribution

You can contribute to this plugin via Pull Requests.


All versions of digistore-api-wrapper with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-curl Version *
nette/utils Version ^3.2
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 passchn/digistore-api-wrapper contains the following files

Loading the files please wait ....