2017 © Pedro Peláez
 

library nusoap

NuSOAP++ - Clone based on 'NuSOAP - SOAP Toolkit for PHP' v0.9.5

image

jhernandes/nusoap

NuSOAP++ - Clone based on 'NuSOAP - SOAP Toolkit for PHP' v0.9.5

  • Friday, June 29, 2018
  • by jhernandes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NuSOAP++

This is a NuSOAP clone based on NuSOAP - SOAP Toolkit for PHP (v0.9.5), (*1)

Have a look at the original repository here:, (*2)

  • http://nusoap.sourceforge.net/
  • http://sourceforge.net/projects/nusoap/

Install

It's easy if you use composer!, (*3)

edit your composer.json, (*4)

``` json "require": { "jhernandes/nusoap": "dev-master" }, (*5)


or via command line

php composer.phar require jhernandes/nusoap ```, (*6)

License

This library is licensed under the GNU LESSER GENERAL PUBLIC LICENSE v2. For further information see LICENSE file., (*7)

Examples

There are heaps of tutorials and howto out there. Just ask your favorite searchengine or have a look at the following sites:, (*8)

  • http://www.codeproject.com/Articles/140189/PHP-NuSOAP-Tutorial
  • http://www.ahowto.net/php/creating-webservice-server-and-client-using-nusoap/

The Versions

29/06 2018

dev-master

9999999-dev

NuSOAP++ - Clone based on 'NuSOAP - SOAP Toolkit for PHP' v0.9.5

  Sources   Download

LGPL-2.1-or-later

The Requires

  • php >=5.3.3