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
{{ message }}
This repository was archived by the owner on May 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,6 @@ how the runner is implemented.
30
30
31
31
### Using the libraries
32
32
33
-
#### In WordPress
34
-
35
-
The included [WordPress plugin](https://github.com/Automattic/php-toolkit) ships the libraries from this repository. Include it as a dependency in your plugin to use the PHP libraries safely.
36
-
37
-
Why not just ship the libraries with your plugin? Imagine two plugins doing that. They would conflict, trigger a PHP fatal error on every page load, and break the site.
38
-
39
-
#### Outside of WordPress
40
-
41
33
Use composer to install the libraries in a non-WordPress project.
42
34
43
35
This is the minimal composer.json file you need to consume the libraries:
0 commit comments