An open API service indexing awesome lists of open source software.

https://github.com/ecomdev/socket-tester

Utilities for Helping with testing socket based interactions
https://github.com/ecomdev/socket-tester

Last synced: 7 months ago
JSON representation

Utilities for Helping with testing socket based interactions

Awesome Lists containing this project

README

          

# Socket Tester Utilities

Set of utilities to ease testing of network applications in PHP

[![Build Status](https://travis-ci.com/EcomDev/socket-tester.svg?branch=master)](https://travis-ci.com/EcomDev/socket-tester) [![Maintainability](https://api.codeclimate.com/v1/badges/2109d457b15cdd34b64a/maintainability)](https://codeclimate.com/github/EcomDev/message-broker/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/2109d457b15cdd34b64a/test_coverage)](https://codeclimate.com/github/EcomDev/socket-tester/test_coverage)

## Installation
```bash
composer require --dev ecomdev/socket-tester
```

## Documentation
See [tests](tests)

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details