https://github.com/lecodeurdudimanche/php-unix-streams
https://github.com/lecodeurdudimanche/php-unix-streams
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lecodeurdudimanche/php-unix-streams
- Owner: LeCodeurDuDimanche
- License: mit
- Created: 2020-09-07T14:25:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T18:17:07.000Z (over 5 years ago)
- Last Synced: 2024-12-29T21:32:12.641Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# PHP Unix Streams
## (Very) simple library to communicate between two PHP scripts via Unix streams
## Requirements
PHP version >= 7.2
## Installation
```
composer require lecodeurdudimanche\php-unix-streams
```
## Basic usage
```
// TODO
```
## TODO
- Add documentation
- Add tests
## License
MIT License