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
- Host: GitHub
- URL: https://github.com/ecomdev/socket-tester
- Owner: EcomDev
- License: mit
- Created: 2018-10-23T17:26:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T17:59:31.000Z (over 7 years ago)
- Last Synced: 2025-02-24T22:23:53.388Z (about 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket Tester Utilities
Set of utilities to ease testing of network applications in PHP
[](https://travis-ci.com/EcomDev/socket-tester) [](https://codeclimate.com/github/EcomDev/message-broker/maintainability) [](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