riezahughes / ccp-php
A wrapper for the XML API of cloud commerce pro. For use in PHP.
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:wrapper
Requires
- php: >=5.6
- ext-curl: *
- wsdl2phpgenerator/wsdl2phpgenerator: ^3.4
README
Using a generator, this has broken down the cloud commerce pro wsdl into usable classes in php. While this is primarily to save myself some time, it's also open for anyone else who wants to pitch in. I am slowly working my way through the important calls in order to keep this as simple as possible.
It's also available through composer, and usable in projects. I don't recommend using this in any production environment as this is still heavilly WIP.
composer install riezahughes/ccp-php
Current functions that work:
PRODUCT WSDL -
-
getProductByManufacturerSKU
-
getProductByID
-
getProductByBarcode
-
getProductByExternalProductIDcurrently not working. -
getProductImages
ORDER WSDL -
- getOrderDetailsByReference
CUSTOMER WSDL -
- AddCustomer
I will work through the rest when i have time.