Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Module

Collection of extension modules for Perique.

Registerables

A collection of Abstract Classes for registering Post Types, Taxonomies, Meta Data and Meta Boxes all with help of the DI Container and Registration process.
Docs | Github

Ajax

A simple way to create encapsulated Ajax endpoints with full use of the Registration/DI processes of Perique
Docs | Github

BladeOne Templates

A BladeOne implementation of te core Renderable interface. Can be used to create views using Blade Templating for front and backend UI’s.
Docs | Github

Admin Menu

Allows the creation of Admin Pages and Groups of pages. Allow for full Perique access (DI and App_Config) and can be used with BladeOne or any other Render Engine.
Docs | Github

Hook Subscriber

Register single hook subscribers with full use of the DI AND Registration system. Comes with a hook deferal process, to help with race conditions with global variables.
Docs | Github

Route

Create custom REST routes for your WordPress website with this library which allows for a more conventional (PHP style) way to define single routes and route groups.
Docs | Github

Queue

A queue abstraction for the PinkCrab Perique Plugin Framework. Comes with a built in Action Scheduler implementation, but can be extended to be run with anything.
Docs | Github

Plugin Lifecycle

Events for plugin state changes (Activation, Deactivation and Installation). Allows for full Perique access (DI & App_Config)
Docs | Github

Migrations

Create custom REST routes for your WordPress website with this library which allows for a more conventional (PHP style) way to define single routes and route groups.
Docs | Github