Download the PHP package boeki/universal-connector without Composer

On this page you can find all versions of the php package boeki/universal-connector. 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 universal-connector

Boeki UniversalConnector

UniversalConnector is a native PHP library allowing the instantiation of a multitude of common APIs on the market. The library is updated regularly with the contribution of new instances and new methods within the API.

Versions

Versions Date Features
v1.0.0 06/04/2021 Magento2 API
v2.0.0 27/08/2021 SendinBlue API

Requirements

Installation

Usage

Instantiating the desired API class

Initialization of the connection pipe

Optional: you can provide a default website ID for the next request for Magento2

Request examples

Magento2 methods

HTTP Method Arguments Description
POST POST_tierPrices array tierPrices Add or update product prices. If any items will have invalid price, price type, website id, sku, customer group or quantity, they will be marked as failed and excluded from update list and \Magento\Catalog\Api\Data\PriceUpdateResultInterface[] with problem description will be returned. If there were no failed items during update empty array will be returned. If error occurred during the update exception will be thrown.

SendinBlue methods

HTTP Method Arguments Description
GET GET_all_contacts int limit = 50,
int offset = 0,
string sort = "desc",
\DateTime modifiedSince = null
Get all contacts with pagination filters
POST POST_contact string email,
array attributes,
array listIds,
bool updateEnabled,
bool emailBlacklisted,
bool smsBlacklisted
Post one contact
POST POST_contacts string fileBody,
array listIds = null,
array newList = null,
bool updateExistingContacts = true,
bool emptyContactsAttributes = false,
string notifyUrl = null,
bool emailBlacklist = false,
bool smsBlacklist = false
Import multiple contacts from an FileBody CSV style
PUT UPDATE_contact string identifier,
array attributes = null,
bool emailBlacklisted = null,
bool smsBlacklisted = null
Update attribute and RGPD of one contact. Identifier can be the email or the contact's system ID
DELETE DELETE_contact string identifier Delete one contact from the SendinBlue database. Identifier can be the email or the contact's system ID
GET GET_account N\A Get current API Key account informations

All versions of universal-connector with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 boeki/universal-connector contains the following files

Loading the files please wait ....