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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,14 +97,14 @@ _Email any factual inaccuracies to [hi@atanas.dev](mailto:hi@atanas.dev) so they
97
97
WP Emerge does __not__ take over WordPress' routing - it actively works with it. The only exception to this are hardcoded URLs explicitly added by a user.
98
98
- Reinventing WordPress APIs using object-oriented interfaces.
99
99
100
-
WP Emerge does not provide alternative APIs for registering post types, taxonomies or the like for little added benefit. Instead, it provides logical and handy places for developers to use said APIs.
100
+
WP Emerge does not provide alternative APIs for registering post types, taxonomies or the like for little added benefit. Instead, it provides logical and handy places for developers to use core APIs.
101
101
- Using a third party engine by default.
102
102
103
103
WP Emerge uses PHP by default in the same way WordPress does but with added features. Using a third party engine is entirely optional and requires installing an extension.
104
104
- Include most of Laravel or another framework.
105
105
106
-
WP Emerge is lean and tuned for WordPress. While inspired by Laravel, it does not come with any `illuminate/*`package. There are only 2 third party production dependencies:
107
-
-`pimple/pimple` - The one-file PHP service container.
106
+
WP Emerge is lean and tuned for WordPress. While inspired by Laravel, it does not come with any `illuminate/*`packages. There are only 2 third party production dependencies:
107
+
-`pimple/pimple` - The single-file PHP service container.
108
108
-`guzzlehttp/psr7` - A PSR-7 Request and ServerRequest implementation.
0 commit comments