Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit bf755ad

Browse files
committed
Do not separate between usage in WordPress and outside of WordPress
1 parent 159e6f8 commit bf755ad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ how the runner is implemented.
3030

3131
### Using the libraries
3232

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-
4133
Use composer to install the libraries in a non-WordPress project.
4234

4335
This is the minimal composer.json file you need to consume the libraries:

0 commit comments

Comments
 (0)