Download the PHP package zozocorp/worker without Composer
On this page you can find all versions of the php package zozocorp/worker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zozocorp/worker
More information about zozocorp/worker
Files in zozocorp/worker
Package worker
Short Description The Worker SDK provides methods for all API functions.
License MIT
Informations about the package worker
Worker PHP client
This is the Worker PHP SDK. This SDK contains methods for easily interacting with the Worker API. Below are examples to get you started. For additional examples, please see our official documentation at https://worker.zozo.vn/
Installation
To install the SDK, you will need to be using Composer in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer:
The Worker API Client is not hard coupled to Guzzle, Buzz or any other library that sends HTTP messages. Instead, it uses the PSR-18 client abstraction. This will give you the flexibility to choose what PSR-7 implementation and HTTP client you want to use.
If you just want to get started quickly you should run the following command:
Usage
You should always use Composer autoloader in your application to automatically load your dependencies. All the examples below assume you've already included this in your file:
Here's how to send a message using the SDK:
Attention: $domain
must match to the domain you have configured on worker.zozo.vn.
All usage examples
You will find more detailed documentation at /doc and on https://documentation.worker.com.
VERIFY EMAIL
If you'd rather work with an array than an object you can inject the ArrayHydrator
to the Worker class.
MINIFY
The result of an API call is, by default, a domain object. This will make it easy to understand the response without reading the documentation. One can just read the doc blocks on the response classes. This provides an excellent IDE integration.
MINIFY HTML
If you'd rather work with an array than an object you can inject the ArrayHydrator
to the Worker class.
CONVERT HTML TO AMP
If you'd rather work with an array than an object you can inject the ArrayHydrator
to the Worker class.
MINIFY IMAGES
C1: Use the api post header form data or push directly from the form
C2: use api post images curl
GEO IP
You can also use the NoopHydrator
to get a PSR7 Response returned from
the API calls.
URL screenshot
You can also use the NoopHydrator
to get a PSR7 Response returned from
the API calls.
URL screenshot
You can also use the NoopHydrator
to get a PSR7 Response returned from
the API calls.
URL short
You can also use the NoopHydrator
to get a PSR7 Response returned from
the API calls.
SEARCH
Search full text
Search keyword trending
Insert data
Get data
Delete data
Create index
Delete index
Create QR code
TYPE: use type text (name, email, phone, url, meta)
TYPE: use type mecard (name, address, phone, email, url)
TYPE: use type vcard (first_name, last_name, title, company, street, province, country, phone, email, url)
All versions of worker with dependencies
php-http/client-common Version ^2.2.1
php-http/discovery Version ^1.9.1
php-http/multipart-stream-builder Version ^1.1.2
psr/http-client Version ^1.0.1
webmozart/assert Version ^1.9.1