Coder Social home page Coder Social logo

nusoap's Introduction

NuSOAP

NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.

๐Ÿ•น f3l1x.io | ๐Ÿ’ป f3l1x | ๐Ÿฆ @xf3l1x

All credits belongs to official authors, take a look at sourceforge.net/projects/nusoap/


Versions

State Version Branch PHP
stable ~0.9.7 master >= 5.4
development dev-develop develop >= 5.6

Installation

To install this pkg use Composer.

composer require econea/nusoap

Stable

Solid rock version is ~0.9.7.

composer require econea/nusoap

Development

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

{
  "require": {
    "econea/nusoap": "dev-develop"
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}

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-develop

Help

Join the chat

Maintainers


NuSOAP

Milan Felix ล ulc

Thank you for testing, reporting and contributing.

nusoap's People

Contributors

f3l1x avatar gugiman avatar igedeon avatar jerimiahmilton avatar milandusek avatar nawaitesidah avatar perschebo avatar volch avatar yipeecaiey avatar zawaruddin avatar

Watchers

 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.