https://github.com/cvar1984/socket-class
Example socket programming with Objective PHP
https://github.com/cvar1984/socket-class
class libraries php socket-programming
Last synced: 12 months ago
JSON representation
Example socket programming with Objective PHP
- Host: GitHub
- URL: https://github.com/cvar1984/socket-class
- Owner: Cvar1984
- License: mit
- Created: 2019-12-24T13:10:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T13:22:54.000Z (over 6 years ago)
- Last Synced: 2025-03-27T21:23:32.368Z (over 1 year ago)
- Topics: class, libraries, php, socket-programming
- Language: PHP
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socket-class
> Example socket programming with Objective PHP
## Server.php
here you create and listen a connection
## Client.php
here you connect to an available connection