Packages from pinkcrab
-
-
PHP
pinkcrab/bladeone-engine
An implementation of the PinkCrab Renderable Interface used in the PinkCrab Plugin Framework V2+.
-
PHP
pinkcrab/bladeone-provider
An implementation of the PinkCrab Renderable Interface used in the PinkCrab Plugin Framework.
-
pinkcrab/coding-standards
Custom set of phpcs rules for PinkCrab
-
-
-
PHP
pinkcrab/form_fields
A simple form field creator ideal for wp-admin hook calls where a simple input is needed only as html.
-
PHP
pinkcrab/function-constructors
A collection of functions to make working with the standard php library a little easier for function composition. Allows the creation of partially applied library functions, to work as close to pure fucntions as possible.
-
-
PHP
pinkcrab/http
Wrapper around Nyholm\Psr7 library with a few helper methods and a basic emitter. For use in WordPress during ajax calls.
-
-
PHP
pinkcrab/perique-admin-menu
The PinkCrab framework package for creating admin pages/groups using inheritance very easyly from plugins and themes.
-
-
-
PHP
pinkcrab/perique-migration
A module for the Perique Framework which makes use of the PinkCrab Table Builder and PinkCrab Migration libraries.
-
PHP
pinkcrab/perique-plugin-lifecycle
A module for the PinkCrab Perique Framework which makes it easy to add subscribers which are triggered during various events within a plugins life cycle(Activation, Deactivation, Uninstall, Update etc).
-
-
PHP
pinkcrab/queue
A simple queue system for the Perique Framework, with a simple interface to allow for use with other queue systems. Comes with a built in driver for the woocommerce action scheduler
-
PHP
pinkcrab/registerables
Abstract classes for creating post types, taxonomies, metaboxes and ajax calls.
-
PHP
pinkcrab/table_builder
Used to define a tables schema and to create the table in most SQL database.
-
-
PHP
pinkcrab/wp-hook-subscriber
Creates a single subscriber for a hook, part of the PinkCrab Perique Framework
-
-
PHP
pinkcrab/wp-psr16-cache
A WordPress based implementation of the PSR16 Cacheinterface using transient or the WP_File_System
-
-
PHP
pinkcrab/admin-pages
The PinkCrab framework package for creating admin pages/groups using inheritance very easyly from plugins and themes.
Abandoned! See pinkcrab/perique-admin-menu
-
PHP
pinkcrab/plugin-framework
The core package of the PinkCrab Perique framework.
Abandoned! See pinkcrab/perique-framework-core
-
PHP
pinkcrab/settings_pages
PinkCrab frameworks settings page api wrapper. Requires the PinkCrab framework and PinkCrab Form_Fields libraries.
Abandoned!