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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ potentially very difficult to debug due to dissimilar or unsupported package ver
30
30
## Table of Contents
31
31
32
32
-[Installation](#installation)
33
-
-[Usage](#usage)
34
33
-[Phive](#phive)
35
34
-[PHAR](#phar)
36
35
-[Composer](#composer)
36
+
-[Usage](#usage)
37
37
-[Configuration](#configuration)
38
38
-[Prefix](#prefix)
39
39
-[Finders and paths](#finders-and-paths)
@@ -65,6 +65,7 @@ potentially very difficult to debug due to dissimilar or unsupported package ver
65
65
-[Composer](#composer-autoloader)
66
66
-[Composer Plugins](#composer-plugins)
67
67
-[PSR-0 Partial support](#psr-0-partial-support)
68
+
-[WordPress support](#wordpress-support)
68
69
-[Contributing](#contributing)
69
70
-[Credits](#credits)
70
71
@@ -878,6 +879,12 @@ transforming it to PSR-4, i.e. in the case above:
878
879
879
880
If this will work for the classes under `src/JsonMapper/`, it will not for `JsonMapper.php`.
880
881
882
+
### WordPress
883
+
884
+
As of now PHP-Scoper does not easily allow to completely leave unchanged non-included third-party code causing some hurdles with Wordpress plugins. There is a standing issue about providing a better integration out of the box (See [#303][better-wp-support]) but alternatively you can already use [**WP React Starter**][wp-react-starter] which is a boilerplate for WordPress plugins.
885
+
886
+
If you are not able to migrate you can have a look at the solution itself, read more about it here [#303 (comment)][wp-react-starter-details].
0 commit comments