Download the PHP package webfoersterei/domain-bestellsystem-api-client without Composer
On this page you can find all versions of the php package webfoersterei/domain-bestellsystem-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webfoersterei/domain-bestellsystem-api-client
More information about webfoersterei/domain-bestellsystem-api-client
Files in webfoersterei/domain-bestellsystem-api-client
Package domain-bestellsystem-api-client
Short Description A client to use the XML-SOAP-API of domain-bestellsystem.de (usable for domain-offensive)
License MIT
Informations about the package domain-bestellsystem-api-client
domain-bestellsystem API Client
A client to use the XML-SOAP-API of domain-bestellsystem.de
Installation
You can include this library in your project by adding it to your composer dependencies:
Requirements
- PHP version >= 8.0
- PHP ext-soap (SOAP-Extension)
- composer - Dependency Manager for PHP (see https://getcomposer.org/)
Usage
Just use the factory to create your needed API-client and use it:
Logging
You can inject your Monolog logger into all clients by telling the factory about it before using the factory:
Debugging
There's a DebugClientFactory that sets the SOAP trace-flag and provides a default logger to STDOUT.
You can use it alternatively to the ClientFactory to see the low level request and response bodies:
Contribute
Feel free to contribute to this project by reporting bugs and issues or by creating pull requests: https://github.com/webfoersterei/domain-bestellsystem-api-client
Please notice that this is an open source project and you have to agree with the given LICENSE
All versions of domain-bestellsystem-api-client with dependencies
ext-soap Version *
symfony/serializer Version ^4.1
symfony/property-access Version ^4.1
symfony/property-info Version ^4.1
phpdocumentor/reflection-docblock Version ^4.1
monolog/monolog Version ^1.23