Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
53% | Total: 1,580 | All time: 2,495 This week: 560 |
Version | License | Categories | ||||
simpleserver 1.0 | GNU General Publi... | Networking |
Description | Author | |||||||||||||||||||||||
This class provides an interface for implementing TCP socket servers by handling the connections, sending and retrieving data to the clients that connect to the server. |
|
Files (5) |
File | Role | Description |
---|---|---|
echo_server.php | Example | A Simple ECHO Server, acts interactive to the clients input - Demonstrates the "connection keep alive" routine.. |
foo_callback_server.php | Example | A funny FOO server, demonstrates how to use the Callback based interface of SimpleServerCallback.class.php |
SimpleServer.class.php | Class | The main class - Providing all the functions needed.. |
SimpleServerCallback.class.php | Class | Derivation of the main class, providing a Callback based interface. |
time_server.php | Example | A simple timeserver, prints out the local server time in ISO 8601 - Demonstrates the "connection close" routine.. |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Download of the (old) version 0.9.8 of this package as Zip Archive |
Download of the (new) version 0.9.9 of this package as Zip Archive |
Homepage of the class |