Download the PHP package repat/plentymarkets-rest-client without Composer

On this page you can find all versions of the php package repat/plentymarkets-rest-client. 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 plentymarkets-rest-client

plentymarkets-rest-client

Latest Version on Packagist Total Downloads

This is a PHP package for Plentymarkets new REST API. The API is relatively new at time of writing (March 2017), so not everything might work correctly and this package might also be out of date at some point.

I'm not in anyway affiliated with Plentymarkets, nor do I get paid for this by anybody. As it says in the license, this software is 'as-is'. If you want/need more features, open a GitHub ticket or write a pull request. I'll do my best :) That said, I don't work for the company I developed this for anymore, so if you have any interest in becoming a contributor on this repo, let me know.

You can find the Plentymarkets documentation here:

Overview

Installation

Available via composer on Packagist:

composer require repat/plentymarkets-rest-client

Usage

It's possible to use the 4 HTTP verbs like this

It's also possible to use the function like this. It gives you more freedom, since you can specify the method and the $parameters given are directly given to the Guzzle object.

Raw Data

Some endpoints, such as /rest/bi/raw-data/file don't return JSON but a raw file. However, by default a single call tries to json_decode() the response. You can disable it by setting the $jsonDecodeEnabled flag to false.

Errors

TODO

Dependencies

License

Changelog

Contact

Flattr this git repo


All versions of plentymarkets-rest-client with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6 | ^7.0 | ^8.0 | ^8.1
guzzlehttp/guzzle Version ^6.0 | ^7.0
nesbot/carbon Version ^1.22.1 | ^2.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 repat/plentymarkets-rest-client contains the following files

Loading the files please wait ....