jcid/webservices

There is no license information available for the latest version (1.0) of this package.

Package generated from https://ws1.webservices.nl/soap_doclit?wsdl using wsdltophp/packagegenerator

1.0 2018-02-06 09:10 UTC

This package is auto-updated.

Last update: 2024-04-23 19:04:01 UTC


README

Scrutinizer code quality Packagist latest stable version StyleCI Packagist total downloads SensioLabsInsight

Webservices.nl

This package has been generated from the Webservices.nl WSDL using the PackageGenerator project.

Summary

Generating again the package

You can generate again the package's sources using the generate.sh script:

$ git clone https://github.com/JCID/webservices.nl.git jcid-webservices-nl
$ cd jcid-webservices-nl
$ ./generate.sh

Takes into account that it takes about 30 minutes to generate the full package

After generating the package, don't forget to edit the generated composer.json file in order to update the psr-4 autoloading:

"psr-4": {
    "Webservices\\": "./src/",
    "SoapClient\\": "./SoapClient/"
}

Then run:

$ composer update

To learn how to customize the generated package, please read the PackageGenerator's README.

How to use the generated package?

Install the project

$ git clone https://github.com/JCID/webservices.nl.git jcid-webservices-nl
$ cd jcid-webservices-nl
$ composer update

Learn from the tutorial

Start looking into the auto-generated tutorial.php file. This file contains the starting code to use this package. In addition it contains all the operations provided by Webservices.nl and the way to call them.

Need support or having a question?

We can help you understand how to use it and how to customize it. Feel free to contact us at info@jcid.nl.