Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thefox/network
Networking Library for PHP.
https://github.com/thefox/network
mit-license network networking php php-library php7 sockets
Last synced: 7 days ago
JSON representation
Networking Library for PHP.
- Host: GitHub
- URL: https://github.com/thefox/network
- Owner: TheFox
- License: mit
- Created: 2017-06-11T15:33:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T09:58:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T23:21:54.918Z (7 days ago)
- Topics: mit-license, network, networking, php, php-library, php7, sockets
- Language: PHP
- Homepage: https://fox21.at
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-v0.md
- License: LICENSE
Awesome Lists containing this project
README
# Networking Library for PHP
- BSD Socket
- Stream Socket## Project Outlines
The project outlines as described in my blog post about [Open Source Software Collaboration](https://blog.fox21.at/2019/02/21/open-source-software-collaboration.html).
- 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](https://packagist.org/packages/thefox/assembly) and [Composer](https://getcomposer.org/). Run the following command to install the package and add it as a requirement to composer.json:
```bash
composer require thefox/network
```