https://github.com/wisembly/elephant.io
Ça trompe énormément
https://github.com/wisembly/elephant.io
Last synced: 6 months ago
JSON representation
Ça trompe énormément
- Host: GitHub
- URL: https://github.com/wisembly/elephant.io
- Owner: Wisembly
- License: mit
- Archived: true
- Created: 2012-01-04T12:59:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T09:16:29.000Z (over 3 years ago)
- Last Synced: 2024-05-22T04:42:46.945Z (almost 2 years ago)
- Language: PHP
- Homepage: https://wisembly.github.io/elephant.io/
- Size: 297 KB
- Stars: 1,169
- Watchers: 83
- Forks: 363
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Elephant.io
===========
[](https://travis-ci.org/Wisembly/elephant.io)
[](https://packagist.org/packages/wisembly/elephant.io)
[](https://packagist.org/packages/wisembly/elephant.io)
[](https://packagist.org/packages/wisembly/elephant.io)
```
___ _,.--.,_ Elephant.io is a rough websocket client
.-~ ~--"~-. ._ "-. written in PHP. Its goal is to ease the
/ ./_ Y "-. \ communications between your PHP Application and
Y :~ ! Y a real-time server.
lq p | / .|
_ \. .-, l / |j Requires PHP 5.4 and openssl, licensed under
()\___) |/ \_/"; ! the MIT License.
\._____.-~\ . ~\. ./
Y_ Y_. "vr"~ T Built-in Engines :
( ( |L j - Socket.io 2.x
[nn[nn..][nn..] - Socket.io 1.x
~~~~~~~~~~~~~~~~~~~ - Socket.io 0.x (courtesy of @kbu1564)
```
NOTICE
======
As this lib is not used anymore by the maintainers, the support has sadly been dropped. But rejoice, as a new repo is now maintained in its own organization : https://github.com/ElephantIO/elephant.io ! :)
Installation
============
We are suggesting you to use composer, with the following : `php composer.phar require wisembly/elephant.io`. For other ways, you can check the release page, or the git clone urls.
Documentation
=============
The docs are not written yet, but you should check [the example directory](https://github.com/Wisembly/elephant.io/tree/master/example)
to get a basic knowledge on how this library is meant to work.
Special Thanks
==============
Special thanks goes to Mark Karpeles who helped the project founder to understand the way websockets works.