Skip to content

WSDL (Web Services Description Language) Project using native php

License

Notifications You must be signed in to change notification settings

mirfani340/php-soap

Repository files navigation

Table Of Content

What is this

The WSDL Project using forked NuSOAP

Installation

composer install

or

composer require econea/nusoap

Don't forget to change /uploads directory permission:

chmod ugo+rwx uploads

Also, don't forget to change this variable on config.php:

$servername = "YOUR_DATABASE";
$username = "YOUR_DATABASE_USERNAME";
$password = "YOUR_DATABASE_PASSWORD";
$dbname = "YOUR_DATABASE_NAME";

Dependency

https://github.com/f00b4r/nusoap

About

WSDL (Web Services Description Language) Project using native php

Topics

Resources

License

Stars

Watchers

Forks