Download the PHP package pixaven/pixaven-php without Composer
On this page you can find all versions of the php package pixaven/pixaven-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pixaven/pixaven-php
More information about pixaven/pixaven-php
Files in pixaven/pixaven-php
Package pixaven-php
Short Description Official PHP integration for the Pixaven Image API - enterprise-grade image processing SaaS running entirely on Apple® platform. Resize, scale, crop, mask, filter and enhance your images with blazing speed.
License MIT
Homepage https://www.pixaven.com
Informations about the package pixaven-php
Pixaven is a modern, GPU-powered image processing API.
We transform, enhance, adjust, crop, stylize, filter and watermark your images with blazing speed.
The official PHP integration for the Pixaven API.
Documentation
See the Pixaven API docs.
Installation
Quick examples
Pixaven API enables you to provide your images for processing in two ways - by uploading them directly to the API (Image Upload) or by providing a publicly available image URL (Image Fetch).
You may also choose your preferred response method on a per-request basis. By default, the Pixaven API will return a JSON response with rich metadata pertaining to input and output images. Alternatively, you can use binary responses. When enabled, the API will respond with a full binary representation of the resulting (output) image. This PHP integration exposes two convenience methods for interacting with binary responses: toFile()
and toBuffer()
.
Image upload
Here is a quick example of uploading a local file for processing. It calls toJSON()
at a final step and instructs the API to return a JSON response.
Image fetch
If you already have your source visuals publicly available online, we recommend using Image Fetch by default. That way you only have to send a JSON payload containing image URL and processing steps. This method is also much faster than uploading a full binary representation of the image.
License
This software is distributed under the MIT License. See the LICENSE file for more information.
All versions of pixaven-php with dependencies
lib-curl Version >=7.20.0
ext-curl Version *
ext-json Version *