Skip to content

A class that implements a TCP server and has the option of using a very basic telnet protocol, set by default to do so.

License

Notifications You must be signed in to change notification settings

tech10/php-tcp_server_class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The TCP server class

This class originally started out as a file in the php-tcp_server package, but was split into its own project for easier modification, contribution, and use by others.

Basic use.

See the example.php file.

Contributions

If you're planning to contribute, please keep public methods accepting the arguments as they currently do, in the manor and order in which they currently accept them. If you have a very good reason to modify them outside of these parameters, let me know why, what improvements could be made, etc.

Private methods can be changed, added, reordered, removed as you like, but make certain that it's as stable as you can make it before submitting a pull request and contributing.

About

A class that implements a TCP server and has the option of using a very basic telnet protocol, set by default to do so.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages