jhernandes / nusoap
NuSOAP++ - Clone based on 'NuSOAP - SOAP Toolkit for PHP' v0.9.5
v1.1.1
2019-06-11 14:06 UTC
Requires
- php: >=5.3.3
Suggests
- ext-curl: If you want to use HTTPS transport
This package is auto-updated.
Last update: 2024-10-12 02:29:32 UTC
README
This is a NuSOAP clone based on NuSOAP - SOAP Toolkit for PHP (v0.9.5)
Have a look at the original repository here:
Install
It's easy if you use composer!
edit your composer.json
"require": { "jhernandes/nusoap": "dev-master" }
or via command line
php composer.phar require jhernandes/nusoap
License
This library is licensed under the GNU LESSER GENERAL PUBLIC LICENSE v2. For further information see LICENSE file.
Examples
There are heaps of tutorials and howto out there. Just ask your favorite searchengine or have a look at the following sites: