wbtranslator / wbt-sdk-php
There is no license information available for the latest version (v0.1.7) of this package.
WBTranslator SDK-PHP
v0.1.7
2017-12-20 14:52 UTC
Requires
- php: ^7
- doctrine/collections: 1.4.*
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2025-02-08 16:19:42 UTC
README
Examples
Get all translations
define('WBT_API_KEY', 'ea84db77506cd5bc8586af4ec4b7a347'); $config = new \WBTranslator\Sdk\Config(); $config->setApiKey(WBT_API_KEY); $sdk = new \WBTranslator\Sdk\WBTranslatorSdk($config); $result = $sdk->translations()->all();
Other examples can viewed in folder ./examples/