Deps + docs update
This commit is contained in:
parent
2ab85a58fe
commit
3a584bfe13
@ -8,6 +8,10 @@ CHANGELOG
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* 0.2.3 (2012-11-17)
|
||||||
|
|
||||||
|
* Bumped deps to use Guzzle v3
|
||||||
|
|
||||||
* 0.2.2 (2012-10-20)
|
* 0.2.2 (2012-10-20)
|
||||||
|
|
||||||
* Bumped deps to use React v0.2
|
* Bumped deps to use React v0.2
|
||||||
|
@ -8,14 +8,14 @@ Build up your application through simple interfaces and re-use your application
|
|||||||
##WebSocket Compliance
|
##WebSocket Compliance
|
||||||
|
|
||||||
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
|
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
|
||||||
* Tested on Chrome 13 - 22, Firefox 6 - 16, Safari 5.0.1 - 6, iOS 4.2, iOS 5 - 6
|
* Tested on Chrome 13 - 23, Firefox 6 - 16, Safari 5.0.1 - 6, iOS 4.2, iOS 5 - 6
|
||||||
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
|
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
|
||||||
|
|
||||||
##Requirements
|
##Requirements
|
||||||
|
|
||||||
Shell access is required and a dedicated machine with root access is recommended.
|
Shell access is required and a dedicated machine with root access is recommended.
|
||||||
To avoid proxy/firewall blockage it's recommended WebSockets are run on port 80, which requires root access.
|
To avoid proxy/firewall blockage it's recommended WebSockets are run on port 80, which requires root access.
|
||||||
Note that you can not run two applications (Apache and Ratchet) on the same port, thus the requirement for a separate machine (for now).
|
Note that you can not run two applications (Apache and Ratchet) on the same port, thus the suggestion for a separate machine (unless you have a reverse proxy).
|
||||||
|
|
||||||
PHP 5.3.3 (or higher) is required. If you have access, PHP 5.4 is *highly* recommended for its performance improvements.
|
PHP 5.3.3 (or higher) is required. If you have access, PHP 5.4 is *highly* recommended for its performance improvements.
|
||||||
|
|
||||||
|
89
composer.lock
generated
89
composer.lock
generated
@ -43,24 +43,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/common",
|
"name": "guzzle/common",
|
||||||
"version": "v3.0.3",
|
"version": "v3.0.4",
|
||||||
"target-dir": "Guzzle/Common",
|
"target-dir": "Guzzle/Common",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/guzzle/common.git",
|
"url": "git://github.com/guzzle/common.git",
|
||||||
"reference": "v3.0.3"
|
"reference": "v3.0.4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/common/archive/v3.0.3.zip",
|
"url": "https://github.com/guzzle/common/archive/v3.0.4.zip",
|
||||||
"reference": "v3.0.3",
|
"reference": "v3.0.4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"symfony/event-dispatcher": "2.1.*"
|
"symfony/event-dispatcher": "2.1.*"
|
||||||
},
|
},
|
||||||
"time": "2012-11-04 20:31:03",
|
"time": "2012-11-12 00:00:24",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -82,17 +82,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/http",
|
"name": "guzzle/http",
|
||||||
"version": "v3.0.3",
|
"version": "v3.0.4",
|
||||||
"target-dir": "Guzzle/Http",
|
"target-dir": "Guzzle/Http",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/guzzle/http.git",
|
"url": "git://github.com/guzzle/http.git",
|
||||||
"reference": "v3.0.3"
|
"reference": "v3.0.4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/http/archive/v3.0.3.zip",
|
"url": "https://github.com/guzzle/http/archive/v3.0.4.zip",
|
||||||
"reference": "v3.0.3",
|
"reference": "v3.0.4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -101,7 +101,7 @@
|
|||||||
"guzzle/parser": "self.version",
|
"guzzle/parser": "self.version",
|
||||||
"guzzle/stream": "self.version"
|
"guzzle/stream": "self.version"
|
||||||
},
|
},
|
||||||
"time": "2012-11-03 00:09:36",
|
"time": "2012-11-11 23:54:57",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -131,17 +131,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/parser",
|
"name": "guzzle/parser",
|
||||||
"version": "v3.0.3",
|
"version": "v3.0.4",
|
||||||
"target-dir": "Guzzle/Parser",
|
"target-dir": "Guzzle/Parser",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/guzzle/parser.git",
|
"url": "git://github.com/guzzle/parser.git",
|
||||||
"reference": "v3.0.3"
|
"reference": "v3.0.4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/parser/archive/v3.0.3.zip",
|
"url": "https://github.com/guzzle/parser/archive/v3.0.4.zip",
|
||||||
"reference": "v3.0.3",
|
"reference": "v3.0.4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -170,24 +170,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/stream",
|
"name": "guzzle/stream",
|
||||||
"version": "v3.0.3",
|
"version": "v3.0.4",
|
||||||
"target-dir": "Guzzle/Stream",
|
"target-dir": "Guzzle/Stream",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/stream",
|
"url": "https://github.com/guzzle/stream",
|
||||||
"reference": "v3.0.3"
|
"reference": "v3.0.4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/stream/archive/v3.0.3.zip",
|
"url": "https://github.com/guzzle/stream/archive/v3.0.4.zip",
|
||||||
"reference": "v3.0.3",
|
"reference": "v3.0.4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"guzzle/common": "self.version"
|
"guzzle/common": "self.version"
|
||||||
},
|
},
|
||||||
"time": "2012-10-31 05:10:58",
|
"time": "2012-11-11 23:54:57",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -215,31 +215,32 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/event-loop",
|
"name": "react/event-loop",
|
||||||
"version": "v0.2.2",
|
"version": "v0.2.3",
|
||||||
"target-dir": "React/EventLoop",
|
"target-dir": "React/EventLoop",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/event-loop",
|
"url": "https://github.com/reactphp/event-loop",
|
||||||
"reference": "v0.2.2"
|
"reference": "v0.2.3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/reactphp/event-loop/zipball/v0.2.2",
|
"url": "https://github.com/reactphp/event-loop/archive/v0.2.3.zip",
|
||||||
"reference": "v0.2.2",
|
"reference": "v0.2.3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-libevent": ">=0.0.5"
|
"ext-libevent": ">=0.0.5",
|
||||||
|
"ext-libev": "*"
|
||||||
},
|
},
|
||||||
"time": "2012-09-10 05:53:22",
|
"time": "2012-11-12 23:00:05",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": [
|
"branch-alias": {
|
||||||
|
"dev-master": "0.2-dev"
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -257,17 +258,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/socket",
|
"name": "react/socket",
|
||||||
"version": "v0.2.2",
|
"version": "v0.2.3",
|
||||||
"target-dir": "React/Socket",
|
"target-dir": "React/Socket",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/socket",
|
"url": "https://github.com/reactphp/socket",
|
||||||
"reference": "v0.2.2"
|
"reference": "v0.2.3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/reactphp/socket/zipball/v0.2.2",
|
"url": "https://github.com/reactphp/socket/archive/v0.2.3.zip",
|
||||||
"reference": "v0.2.2",
|
"reference": "v0.2.3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -276,12 +277,12 @@
|
|||||||
"react/event-loop": "0.2.*",
|
"react/event-loop": "0.2.*",
|
||||||
"react/stream": "0.2.*"
|
"react/stream": "0.2.*"
|
||||||
},
|
},
|
||||||
"time": "2012-09-10 05:56:19",
|
"time": "2012-11-05 13:25:35",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": [
|
"branch-alias": {
|
||||||
|
"dev-master": "0.2-dev"
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -299,17 +300,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/stream",
|
"name": "react/stream",
|
||||||
"version": "v0.2.2",
|
"version": "v0.2.3",
|
||||||
"target-dir": "React/Stream",
|
"target-dir": "React/Stream",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/stream",
|
"url": "https://github.com/reactphp/stream",
|
||||||
"reference": "v0.2.2"
|
"reference": "v0.2.3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/reactphp/stream/zipball/v0.2.2",
|
"url": "https://github.com/reactphp/stream/archive/v0.2.3.zip",
|
||||||
"reference": "v0.2.2",
|
"reference": "v0.2.3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -319,12 +320,12 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"react/event-loop": "0.2.*"
|
"react/event-loop": "0.2.*"
|
||||||
},
|
},
|
||||||
"time": "2012-10-28 03:28:34",
|
"time": "2012-11-05 13:25:35",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": [
|
"branch-alias": {
|
||||||
|
"dev-master": "0.2-dev"
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
|||||||
* The version of Ratchet being used
|
* The version of Ratchet being used
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = 'Ratchet/0.2.1';
|
const VERSION = 'Ratchet/0.2.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A proxy object representing a connection to the application
|
* A proxy object representing a connection to the application
|
||||||
|
Loading…
Reference in New Issue
Block a user