Provides integration for Ultipro SDK for PHP (Unofficial) for your Symfony 3.x|4.x project
$ composer require brianfreytag/ultipro-sdk-php-bundleThis will handle all of the things.
$ composer require brianfreytag/ultipro-sdk-php-bundleThis command requires you to have Composer installed globally, as explained in the installation chapter of the Composer Documentation.
To enable the bundle by adding the following line in the app/AppKernel.php file of your project:
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new Ultipro\UltiproBundle\UltiproBundle(),
];
// ...
}
// ...
}ultipro_sdk:
username: 'WebServicesUser'
password: 'web@services*password'
customer_api_key: 'XY0XX'
base_uri: 'https://service5.ultipro.com/'Coming soon
- Update the documentation to include further usage details