Packages from pinkcrab

  • PHP

    pinkcrab/ajax

    Ajax creation library for the Perique Framework.

  • 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/collection

    A flexible and extendable Collection

  • PHP

    pinkcrab/enqueue

    A fluent API for enqueuing WordPress Scripts and Styles.

  • 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/hook-loader

    An object based hook loader for WordPress.

  • 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/memoize-trait

    Simple Memoize based object cache, used as a trait.

  • 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-form

    A Form builder and handler for the Perique Plugin Framework

  • PHP

    pinkcrab/perique-framework-core

    The core package of the PinkCrab Perique framework.

  • 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/perique-route

    WP REST Endpoint creation library for the Perique Framework.

  • 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-db-migrations

    Creates wpdb migrations as part of the PinkCrab Plugin Framework

  • PHP

    pinkcrab/wp-hook-subscriber

    Creates a single subscriber for a hook, part of the PinkCrab Perique Framework

  • PHP

    pinkcrab/wp-nonce

    Simple class based WP Nonce solution

  • PHP

    pinkcrab/wp-psr16-cache

    A WordPress based implementation of the PSR16 Cacheinterface using transient or the WP_File_System

  • PHP

    pinkcrab/wp-rest-schema

    Library for writing WP Json Rest Schema

  • 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!