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.
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
php >=5.3.0
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
The package boeki/universal-connector contains the following files
Loading the files please wait ....