You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install this library make sure you have [composer](https://getcomposer.org/) installed, then run following command:
49
+
36
50
```
37
51
$> composer require dazzle-php/socket
38
52
```
39
53
40
54
## Tests
41
55
56
+
Tests can be run via:
57
+
42
58
```
43
59
$> vendor/bin/phpunit -d memory_limit=1024M
44
60
```
45
61
62
+
## Versioning
63
+
64
+
Versioning of Dazzle libraries is being shared between all packages included in [Dazzle Project](https://github.com/dazzle-php/dazzle). That means the releases are being made concurrently for all of them. On one hand this might lead to "empty" releases for some packages at times, but don't worry. In the end it is far much easier for contributors to maintain and -- what's the most important -- much more straight-forward for users to understand the compatibility and inter-operability of the packages.
65
+
46
66
## Contributing
47
67
48
-
Thank you for considering contributing to this repository! The contribution guide can be found in the [contribution tips][1].
68
+
Thank you for considering contributing to this repository!
69
+
70
+
- The contribution guide can be found in the [contribution tips](https://github.com/dazzle-php/socket/blob/master/CONTRIBUTING.md).
71
+
- Open tickets can be found in [issues section](https://github.com/dazzle-php/socket/issues).
72
+
- Current contributors are listed in [graphs section](https://github.com/dazzle-php/socket/graphs/contributors)
73
+
- To contact the author(s) see the information attached in [composer.json](https://github.com/dazzle-php/socket/blob/master/composer.json) file.
49
74
50
75
## License
51
76
52
-
Dazzle Framework is open-sourced software licensed under the [MIT license][2].
77
+
Dazzle Socket is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
78
+
79
+
<hr>
80
+
<palign="center">
81
+
<i>"Everything is possible. The impossible just takes longer."</i> ― Dan Brown
0 commit comments