contactlab / soap-api-php-client
The PHP client for the ContactLab SOAP API
Installs: 7 264
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 22
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
- ext-soap: *
Requires (Dev)
- fabpot/php-cs-fixer: ~1.6
- league/url: ~3.3
- phing/phing: ~2.10
- wsdl2phpgenerator/wsdl2phpgenerator: ~2.5
README
The PHP client for the ContactLab SOAP API
Installation
Composer
Add this package to your project dependencies using Composer:
Require the last version
You can choose to install any version of the client, but if you don't specify any version, Composer will automatically select the last available version for you, using the ^
operator:
composer require contactlab/soap-api-php-client
Customization
The PHP classes of the client are generated from the WSDL document describing the service. If you need, you can regenerate the code running the following command:
vendor/bin/phing generate:code
In this way, you are able to modify the generator task and customize the generated code according to your needs.