Download the PHP package phpro/zf-encoding-com without Composer
On this page you can find all versions of the php package phpro/zf-encoding-com. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpro/zf-encoding-com
More information about phpro/zf-encoding-com
Files in phpro/zf-encoding-com
Package zf-encoding-com
Short Description A wrapper for the encoding.com API.
License MIT
Informations about the package zf-encoding-com
Repository abandoned 2020-11-27
This repository has been archived since we are not using it anymore internally. Feel free to use it AS-IS, we won't be providing any support anymore.
zf-encoding-com
This module is a wrapper for calling the Encoding.com API. It is based on package "svilborg/guzzle-encoding-com".
Installation
Add to composer.json
Add to application config
Configuration
Copy the file config/phpro_zf_encoding_com.local.php.dist
to the autoload folder of your application.
Configuration options:
API
- user ID: The API user ID
- user key: The API user key
Notify
- format: xml or json
- notify_route: defaults to encodingcom/notify
- notify_service: the key of the service that needs to be called when receiving a notification. Note: this service must implement NotifyInterface
Local tunnel
When you are running the application on a domain that is not publicly available, it is possible to use a service like ngrok. Ngrok will run on a custom domain name, so you will need to enable this local tunnel in configuration:
- enabled: true / false
- host: the host of the tunnel. E.g: subdomain.ngrok.com
Hash
For security reasons, a hash is added to the notification routes. Please specify a unique string which match regex: [0-9a-zA-Z]*
All versions of zf-encoding-com with dependencies
zendframework/zend-stdlib Version ~2.3
zendframework/zend-servicemanager Version ~2.3
zendframework/zend-mvc Version ~2.3
zendframework/zend-http Version ~2.3
zendframework/zend-modulemanager Version ~2.3
zendframework/zend-json Version ~2.3
zendframework/zend-view Version ~2.3