PHPackages                             paulobezerr/soap\_threads - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. paulobezerr/soap\_threads

ActiveLibrary[HTTP &amp; Networking](/categories/http)

paulobezerr/soap\_threads
=========================

Simple code to make SOAP requests with thread

1.1.0(9y ago)0693GPL-3.0PHPPHP ^7.0

Since Jan 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/paulobezerr/php_soap_pthreads)[ Packagist](https://packagist.org/packages/paulobezerr/soap_threads)[ RSS](/packages/paulobezerr-soap-threads/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

SOAP threaded
=============

[](#soap-threaded)

[![Average time to resolve an issue](https://camo.githubusercontent.com/7d5d6ce66f71c76f42fa5526a8be6f1963062ff04d217163a71eb3b07d80a3d1/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f7265736f6c7574696f6e2f7061756c6f62657a6572722f7068705f736f61705f70746872656164732e737667)](http://isitmaintained.com/project/paulobezerr/php_soap_pthreads "Average time to resolve an issue")[![Percentage of issues still open](https://camo.githubusercontent.com/d2a00c752e63c6f4cb463a2c2d2f3066ab2d15f1ca05b52868c6851074cad87c/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f6f70656e2f7061756c6f62657a6572722f7068705f736f61705f70746872656164732e737667)](http://isitmaintained.com/project/paulobezerr/php_soap_pthreads "Percentage of issues still open")

This is a very simple library that facilitates the SOAP threaded requests.
The code can be used as an example of pthread usage or a real implementation of SOAP requests in separated threads.

Requirements
------------

[](#requirements)

- PHP7+
- Pthreads 3.1.6

Examples
--------

[](#examples)

### With pimple and Pool

[](#with-pimple-and-pool)

```
