All Projects → f00b4r → Nusoap

f00b4r / Nusoap

😏 Fixed NuSOAP for PHP 5.6 - 8.0

Projects that are alternatives of or similar to Nusoap

Goview
Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.
Stars: ✭ 213 (-4.91%)
Mutual labels:  library
Libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
Stars: ✭ 217 (-3.12%)
Mutual labels:  library
C Algorithms
A library of common data structures and algorithms written in C.
Stars: ✭ 2,654 (+1084.82%)
Mutual labels:  library
Glhf
openGL Have Fun - A Go package that makes life with OpenGL enjoyable.
Stars: ✭ 217 (-3.12%)
Mutual labels:  library
Fabulousfilter
Android library to animate Floating Action Button to Bottom Sheet Dialog and vice-versa
Stars: ✭ 2,477 (+1005.8%)
Mutual labels:  library
Sslyze
Fast and powerful SSL/TLS scanning library.
Stars: ✭ 2,623 (+1070.98%)
Mutual labels:  library
Yt Dlc
media downloader and library for various sites.
Stars: ✭ 2,590 (+1056.25%)
Mutual labels:  library
Swift Essentials
A set of essential Swift stuff I use in every single iOS app.
Stars: ✭ 223 (-0.45%)
Mutual labels:  library
Dynamic Support
A complete library to build Android apps with a built-in theme engine.
Stars: ✭ 218 (-2.68%)
Mutual labels:  library
Midir
Cross-platform realtime MIDI processing in Rust.
Stars: ✭ 221 (-1.34%)
Mutual labels:  library
Venom
A lightweight tool that simplifies testing of the process death scenario.
Stars: ✭ 218 (-2.68%)
Mutual labels:  library
Paper Onboarding Android
PaperOnboarding is a material design slider made by @Ramotion
Stars: ✭ 2,496 (+1014.29%)
Mutual labels:  library
Vmime
VMime Mail Library
Stars: ✭ 218 (-2.68%)
Mutual labels:  library
Lwrb
Lightweight generic ring buffer manager library
Stars: ✭ 215 (-4.02%)
Mutual labels:  library
Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (+1429.46%)
Mutual labels:  library
Cgal
The public CGAL repository, see the README below
Stars: ✭ 2,825 (+1161.16%)
Mutual labels:  library
Animatedrecyclerview
RecyclerView with layout animations
Stars: ✭ 220 (-1.79%)
Mutual labels:  library
Androidappshortcuts
App Shortcuts for Android on Pre Nougat 7.1!
Stars: ✭ 223 (-0.45%)
Mutual labels:  library
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (-1.79%)
Mutual labels:  library
Material Backdrop
A simple solution for implementing Backdrop pattern for Android
Stars: ✭ 221 (-1.34%)
Mutual labels:  library

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/


Info

Installation

To install this library use Composer.

composer require econea/nusoap

Bleeding edge

If you want to test bleeding edge, follow this.

{
  "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);

Development

See how to contribute to this package.

This package is currently maintaining by these authors.


Consider to support f3l1x. Also thank you for using this package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].