The Docker client use the stream extension from PHP, which is integrated into the core.
This package is a fork from php-http/socket-client. The goal of this project is to provide a Docker client for PHP.
If you need a socket client, please use php-http/socket-client!
First launch the http server:
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
Then generate ssh certificates:
$ composer gen-ssl
Note: If you are running this on macOS and get the following error: "Error opening CA Private Key privkey.pem", check this file.
Now run the test suite:
$ composer test
The MIT License (MIT). Please see License File for more information.