Skip to content

Commit

Permalink
composer package for nusoap
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Manuel Peso committed Aug 19, 2014
1 parent b0445b9 commit 610b6a3
Show file tree
Hide file tree
Showing 41 changed files with 19,475 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ nusoap
======

Nusoap PHP library

Copy of original library for supporting packagist composer.

More info at project webite http://nusoap.sourceforge.net/


23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "deviservi/nusoap",
"type": "library",
"description": "NuSOAP PHP library re-packaged for Packagist/Composer",
"keywords": ["soap","nusoap"],
"license": "LGPLv2",
"authors": [
{
"name": "Dietrich Ayala",
"homepage": "http://sourceforge.net/u/dietricha/profile/"
},
{
"name": "Scott Nichol",
"homepage": "http://sourceforge.net/u/snichol/profile/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"classmap": ["lib/"]
}
}
653 changes: 653 additions & 0 deletions lib/changelog

Large diffs are not rendered by default.

Loading

0 comments on commit 610b6a3

Please sign in to comment.