thefox / network
Networking Library
Installs: 4 615
Dependents: 4
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 0
Requires
- php: ^7.1
- ext-sockets: >=0
Requires (Dev)
- phpstan/phpstan: ^0.10
This package is auto-updated.
Last update: 2024-10-14 15:54:10 UTC
README
- BSD Socket
- Stream Socket
Project Outlines
The project outlines as described in my blog post about Open Source Software Collaboration.
- The main purpose of this library is to provide common interfaces to networking functionalities.
- This list is open. Feel free to request features.
Installation
The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:
composer require thefox/network