Skip to content

Commit b62acc9

Browse files
committed
Remove Guzzle implementation for async soap client. They will be moved into a new repo.
1 parent 3f36d61 commit b62acc9

File tree

7 files changed

+4
-205
lines changed

7 files changed

+4
-205
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# php-async-soap
2-
An asynchronous SOAP client.
1+
# PHP Asynchronous SOAP
2+
Common interface for asynchronous SOAP client.
33

4-
[![Build Status](https://travis-ci.org/meng-tian/php-async-soap.svg?branch=master)](https://travis-ci.org/meng-tian/php-async-soap)
54
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/meng-tian/php-async-soap/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/meng-tian/php-async-soap/?branch=master)
6-
[![codecov.io](https://codecov.io/github/meng-tian/php-async-soap/coverage.svg?branch=master)](https://codecov.io/github/meng-tian/php-async-soap?branch=master)
75

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
{
22
"name": "meng-tian/php-async-soap",
3-
"description": "An asynchronous SOAP client.",
3+
"description": "Interface for asynchronous SOAP client.",
4+
"keywords": ["SOAP", "asynchronous"],
45
"license": "MIT",
56
"authors": [
67
{
78
"name": "Meng Tian",
89
"email": "[email protected]"
910
}
1011
],
11-
"require": {
12-
"php": ">=5.5.0",
13-
"meng-tian/php-soap-interpreter": "~0.2.0",
14-
"guzzlehttp/guzzle": "^6.1"
15-
},
16-
"require-dev": {
17-
"phpunit/phpunit": "~4.8"
18-
},
1912
"autoload": {
2013
"psr-4": {"Meng\\AsyncSoap\\": "src/"}
2114
}

phpunit.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/Guzzle/Factory.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Guzzle/SoapClient.php

Lines changed: 0 additions & 98 deletions
This file was deleted.

tests/Guzzle/SoapClientTest.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)