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
[](https://packagist.org/packages/clue/ssdp-react)
5
5
6
-
Async [Simple Service Discovery Protocol (SSDP)](http://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol), built on top of [ReactPHP](https://reactphp.org/).
6
+
Async [Simple Service Discovery Protocol (SSDP)](https://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol), built on top of [ReactPHP](https://reactphp.org/).
7
7
8
-
SSDP is part of [Universal Plug and Play (UPnP)](http://de.wikipedia.org/wiki/Universal_Plug_and_Play)
8
+
SSDP is part of [Universal Plug and Play (UPnP)](https://de.wikipedia.org/wiki/Universal_Plug_and_Play)
9
9
and is commonly used to discover network services on home networks without
10
10
requiring any manual configuration, such as automatically discovering printers,
11
11
multimedia devices and network routers.
@@ -15,7 +15,7 @@ This library implements SSDP as defined in the
15
15
and uses HTTP over Multicast UDP (HTTPMU) as defined in the
As an alternative, some devices use DNS-Based Service Discovery (DNS-SD) instead
18
-
as defined in [RFC 6763](http://tools.ietf.org/html/rfc6763).
18
+
as defined in [RFC 6763](https://tools.ietf.org/html/rfc6763).
19
19
20
20
**Table of Contents**
21
21
@@ -48,11 +48,11 @@ $client->search()->then(
48
48
);
49
49
```
50
50
51
-
See also the [examples](examples).
51
+
See also the [examples](examples/).
52
52
53
53
## Install
54
54
55
-
The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)
55
+
The recommended way to install this library is [through composer](https://getcomposer.org/). [New to composer?](https://getcomposer.org/doc/00-intro.md)
56
56
57
57
```JSON
58
58
{
@@ -65,21 +65,21 @@ The recommended way to install this library is [through composer](http://getcomp
65
65
This project aims to run on any platform and thus does not require any PHP
66
66
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
67
67
HHVM.
68
-
It's *highly recommended to use PHP 7+* for this project.
68
+
It's *highly recommended to use the latest supported PHP version* for this project.
69
69
70
70
## Tests
71
71
72
72
To run the test suite, you first need to clone this repo and then install all
0 commit comments