Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 884 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 884 Bytes

Elephant.io

Build Status

MIT Licenced - Copyright © 2012. Wisembly

About

Elephant.io is a rough socket.io client written in PHP. Its goal is to ease communications between your PHP application and a socket.io server. Protocol version of socket.io currently supported is 1. Only websocket transport is available at the moment.

Licence

This software is distributed under MIT Licence. See LICENCE for more info.

Requirements

You'll need openssl in your PHP config.

Contributors

Author: Ludovic Barreca [email protected]

Mainteners: Guillaume Potier [email protected] Gabriel Majoulet [email protected]

Special Thanks

Special thanks goes to Mark Karpeles who helped me a bit to understand the way websockets works.