Download the PHP package almalio/api-php without Composer
On this page you can find all versions of the php package almalio/api-php. 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 api-php
PHP wrapper for Almalio API
Instalation
Usage
Available methods
__construct(string $apiKey, string $apiUrl = 'https://almalio.com/api/v1')
Create new instance of Almalio API wrapper.
Parameters
string $apiKey
- API keystring $apiUrl
- API URL
addContact(string $siteKey, array $data)
Add contact to the Almalio system.
Parameters
string $siteKey
- Site keyarray $data
- Contact dataorder_number
- Order number (required|string|between:1,255
)order_total
- Order total (required|numeric|min:0
)order_currency
- Order currency code (required|string|size:3
) - ISO 4217, e.g. EURorder_delivery_type
- Order delivery type (required|integer|in:1,2
) - ENUM, see belowfirstname
- First name (required|string|between:1,255|regex:/^[\p{L} ]+$/u
)lastname
- Last name (required|string|between:1,255|regex:/^[\p{L} ]+$/u
)email
- Email (required|email|between:1,255
)phone
- Phone (required|string|between:1,255
)street
- Street (required|string|between:1,255|regex:/^(?=.*\d)(?=.*[a-zA-Z].*[a-zA-Z]).+$/
)city
- City (required|string|between:1,255|regex:/^[\p{L} ]+$/u
)postcode
- Postcode (required|string|between:1,255
)country_code
- Country code (required|string|size:2
) - ISO 3166-1 alpha-2, e.g. SKtesting
- Testing mode (optional|boolean
)
Order delivery type ENUM
1
- Delivery to the address2
- Personal pickup
Responses
Validation error
Status code: 400
Imported
Status code: 200
Duplicate
Status code: 200
Test successful
Status code: 200
All versions of api-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package almalio/api-php contains the following files
Loading the files please wait ....