brianfreytag/ultipro-sdk-php-bundle
Provides integration for Ultipro SDK for PHP (Unofficial) for your Symfony 3.x|4.x project
$ composer require brianfreytag/ultipro-sdk-php-bundle
This will handle all of the things.
$ composer require brianfreytag/ultipro-sdk-php-bundle
This 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
How can I help you explore Laravel packages today?