Download the PHP package esyoil-gmbh/collmex without Composer

On this page you can find all versions of the php package esyoil-gmbh/collmex. 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 collmex

Collmex API PHP SDK

This library provides a wrapper for the Collmex API. It's not complete yet, some record types (and maybe some features) are missing.

Please create a pull request if you have implemented a new type/feature or create issues for bugs/feature requests.

There is (or least should be…) a Type class for every Collmex record type ("Satzart"). Currently only the base types (MESSAGE, LOGIN, NEW_OBJECT_ID) and a few normal record types are implemented:

Installation

Using Composer, just add it to your composer.json by running:

If you want to use the included Laravel service provider CollmexServiceProvider, add it to the config/app.php providers array:

Compatibility

The Collmex PHP SDK requires PHP >= 7.1. If you're still using an ancient PHP version, you can install older versions of the Collmex PHP SDK:

New features will only go into the master.

Usage/Examples

Request information from Collmex API

Load a Collmex Customer record:

Create a new Collmex customer record

Create a new Collmex Customer record and get the Collmex customer ID from the response data:

Notes

Collmex expects all strings encoded in code page 1252 (Windows) while the Collmex PHP SDK expects all inputs as UTF-8 and outputs everything as UTF-8. The conversion of string encodings is done transparently with the forceutf8 library before sending a request to the Collmex API and after receiving the response from the API.

Development

Run code checks

To run checks and tests, it's the easiest to use the provided Composer scripts:

To run all checks and tests at once, just use composer ci.

Of course, it's possible to use the test runners directly, e. g. for PHPUnit:

Psalm:

Autoformat the code

You can use a Composer script to autoformat the code:

Collmex API Documentation

https://www.collmex.de/cgi-bin/cgi.exe?1005,1,help,api


All versions of collmex with dependencies

PHP Build Version
Package Version
Requires php Version ~7.1 || ~7.2 || ~7.3
ext-curl Version *
ext-json Version *
ext-zip Version *
neitanod/forceutf8 Version ^2.0
symfony/finder Version ^4.0 || ^5.0
symfony/http-foundation Version ^4.0 || ^5.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 esyoil-gmbh/collmex contains the following files

Loading the files please wait ....