forked from reactphp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.php
64 lines (63 loc) · 1.56 KB
/
components.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php
return [
[
'title' => 'EventLoop',
'repository' => 'reactphp/event-loop',
'category' => 'Core Components'
],
[
'title' => 'Stream',
'repository' => 'reactphp/stream',
'category' => 'Core Components'
],
[
'title' => 'Promise',
'repository' => 'reactphp/promise',
'category' => 'Core Components'
],
[
'title' => 'Socket',
'repository' => 'reactphp/socket',
'category' => 'Network Components'
],
[
'title' => 'Datagram',
'repository' => 'reactphp/datagram',
'category' => 'Network Components'
],
[
'title' => 'HTTP',
'repository' => 'reactphp/http',
'category' => 'Protocol Components'
],
[
'title' => 'HTTPClient',
'repository' => 'reactphp/http-client',
'category' => 'Protocol Components'
],
[
'title' => 'DNS',
'repository' => 'reactphp/dns',
'category' => 'Protocol Components'
],
[
'title' => 'Cache',
'repository' => 'reactphp/cache',
'category' => 'Utility Components'
],
[
'title' => 'ChildProcess',
'repository' => 'reactphp/child-process',
'category' => 'Utility Components'
],
[
'title' => 'PromiseTimer',
'repository' => 'reactphp/promise-timer',
'category' => 'Utility Components'
],
[
'title' => 'PromiseStream',
'repository' => 'reactphp/promise-stream',
'category' => 'Utility Components'
],
];