jmichaelward / oops-wp-plus
A custom extension of the OOPS-WP library.
0.1.2
2021-02-27 23:52 UTC
Requires
- webdevstudios/oops-wp: ^1.0
This package is auto-updated.
Last update: 2024-10-28 07:43:05 UTC
README
This repository is an extension of OOPS-WP from WebDevStudios.
Installation
Simply run composer require jmichaelward/oops-wp-plus
and the package will
be installed to your local project. You'll need to require your Composer
autoload.php file just as you would for any other project today.
require_once __DIR__ . '/vendor/autoload.php
;
Following installation and setup, the library's collection of interfaces should be available to you, as well as the core version of the OOPS-WP library.