Giter VIP home page Giter VIP logo

nusoap's Introduction

NuSOAP for PHP 5.4 - 7.1

Fork of NuSOAP fixed for PHP 5.4, 5.5, 5.6, 7.0 and 7.1 (tested).

All credits belongs to official author(s): http://nusoap.sourceforge.net.

Build Status Code coverage Licence

Downloads this Month Downloads total Latest stable

Discussion / Help

Join the chat

Install

Stable

Solid rock version is ~0.9.5.x.

composer require econea/nusoap:~0.9.5.1

Next

Just bug fixing for >=0.9.6. Update your composer.json.

{
  "minimum-stability": "dev",
  "prefer-stable": true
}

And install next version.

composer require econea/nusoap:^0.9.6

Development

Total refactored version (split into more files, CI, etc).

composer require econea/nusoap:dev-develop

Version

State Version Branch PHP Composer
development dev-develop develop >= 5.6
next ^0.9.6 0.9.x >= 5.4
stable ~0.9.5.1 master >= 5.4

Usage

// Config
$client = new nusoap_client('example.com/api/v1', 'wsdl');
$client->soap_defencoding = 'UTF-8';
$client->decode_utf8 = FALSE;

// Calls
$result = $client->call($action, $data);

Experimental

Take a look at develop branch. There will be new features and modernizations.

Minimal version is set to PHP 5.6.

composer require econea/nusoap:dev-master

Maintainers


Milan Felix Šulc

Thank you for testing, reporting and contributing.

nusoap's People

Contributors

f3l1x avatar volch avatar milandusek avatar gugiman avatar zawaruddin avatar nawaitesidah avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.