softlayer-api-php-client icon indicating copy to clipboard operation
softlayer-api-php-client copied to clipboard

A set of PHP libraries that assist in calling the SoftLayer API.

Results 11 softlayer-api-php-client issues
Sort by recently updated
recently updated
newest added

Currently the unit tests actually try to get the WSDL from api.softlayer.com, and try to make actual API calls during the tests. To fix that we need to do the...

v2.0.0 now only supports php8+, so we should make use of the language features. https://www.php.net/manual/en/language.types.declarations.php

I recently developed a script to monitor all of our virtual servers on the IBM SoftLayer infrastructure. The script relies on their public API, specifically on the `SoftLayer_Metric_Tracking_Object` service and...

I use the SoftLayer API to let user to cancel product. We have use case which let the customer to cancel the the item on anniversary date, then the provider...

SoftLayer_Billing_Item.voidCancelService() generates exception for various type of products - For virtual server/baremetal server, it gives error "The ticket was closed automatically as the cancellation was approved and set to cancel...

There're following methods on SoftLayer_B cancelService cancelServiceOnAnniversaryDate cancelItem -> with option to cancel immediately or cancel on anniversary date For Storage types of product, (e.g Endurance Storage), only cancelService() methods...

[Semantic versioning](http://semver.org/) should be adopted for the release process in order to ease dependency management. This means [`v1.0`](https://github.com/softlayer/softlayer-api-php-client/releases/tag/v1.0) must be converted to `v1.0.0` while [`v1.01`](https://github.com/softlayer/softlayer-api-php-client/releases/tag/v1.01) will become `v1.0.1`.

If I run the following code (where 62928835 is a valid billing item): $object = \SoftLayer\SoapClient::getClient('SoftLayer_Billing_Item', 62928835, $apiUsername, $apiKey); $result = $object->getObject(); print_r($result); I can see [resourceTableId] => 315440 in...

SoftLayer_Product_Package::getCategories is not retrieving data for some packages when using SoftLayer_XmlrpcClient Example: package to use: 263 ========= php script =============