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
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# PHP-PM HttpKernel Adapter
2
2
3
+
## Overview
4
+
3
5
This is a fork of PHP-PM's HttpKernel adapter for integrating Drupal with PHP-PM (therefore, also with ReactPHP).
4
6
5
7
See:
@@ -10,7 +12,7 @@ The code is in alpha -- very experimental. Last tested against `drupal-8.0.2`.
10
12
11
13
View / report issues at https://github.com/kentr/php-pm-drupal/issues.
12
14
13
-
### Setup
15
+
### Setup / Usage
14
16
15
17
1. Install Drupal.
16
18
@@ -40,3 +42,26 @@ start \
40
42
--bridge=httpKernel \
41
43
--bootstrap=PHPPM\\Bootstraps\\Drupal
42
44
```
45
+
46
+
## DrupalKernel bridge
47
+
48
+
`\PHPPM\Bridges\DrupalKernel` extends `\PHPPM\Bridges\HttpKernel` to populate various request meta-variables specified by CGI/1.1 (RFC 3875)[http://www.faqs.org/rfcs/rfc3875.html].
49
+
50
+
### Setup / Usage
51
+
52
+
1. Install as described above.
53
+
54
+
2. Include the environment variables and the `--bridge` option in the php-pm start command:
0 commit comments