cangokdayi/wp-facades

Useful wrapper classes and facades for WordPress development

0.1.1 2023-07-23 07:31 UTC

This package is auto-updated.

Last update: 2024-05-03 16:22:03 UTC


README

Provides a set of useful wrapper classes and facades for WordPress development.

I use these often on private projects that I work on thus everything is tailored to my own needs.

So it's a public repo because I don't feel like paying for private Composer packages and I'd suggest that you only use this package as an inspiration or on your dev projects only. You shouldn't use it on any of your production sites or projects.

Everything is heavily inspired by Laravel and the MVC pattern but I wrote all the code by myself so you shouldn't expect to find any bug-free code copy-pasted from Laravel's codebase.

Code is optimized for PHP 7.4 and I haven't tested with earlier versions. But I can confirm that I didn't come accross any issues with PHP 8.0 as well.

If you found an issue, feel free to create a PR that fixes it.

#WordPressCodingStandardsMyAss