Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus authored Sep 20, 2024
1 parent cb6c590 commit 68de033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
A codebase designed to build WordPress extensions with modern PHP practices.

## Why?
## Motivation

WordPress is a powerful platform, but while PHP has evolved over the years, WordPress development has largely stayed the same. Modern PHP practices like Autoloading with [Composer](https://getcomposer.org) and Dependency Injection aren't commonly used when building WordPress extensions. This situation has caused some gaps between WordPress and the rest of the PHP ecosystem.

This project aims to close that gap by offering functions and classes that make it easier to build WordPress extensions with modern PHP techniques.
This project aims to close that gap by offering functions and classes that make it easier to build WordPress extensions with modern PHP techniques. To see how this package is implemented, you can see our other package [Howdy](https://github.com/syntatis/howdy).

## Inspiration

Expand Down

0 comments on commit 68de033

Please sign in to comment.