Packages from piotrpress

  • PHP

    piotrpress/accessor

    This library provides an access to protected/private, also static, methods/properties of an object/class.

  • PHP

    piotrpress/adjacent-posts

    This WordPress plugin adds Previous/Next posts Query Loop block Variations

  • PHP

    piotrpress/cacher

    This library provides a simple file-based caching solution.

  • PHP

    piotrpress/classmap

    This library generates classmap for autoload.

  • PHP

    piotrpress/composer-classmapper

    This Composer command generates a classmap.php file based on project files.

  • PHP

    piotrpress/composer-downloads

    This composer plugin adds support for environment variables in composer.json packages URLs.

  • PHP

    piotrpress/composer-gravityforms

    This composer plugin enables installation of GravityForms WordPress plugin and its addons.

  • PHP

    piotrpress/configer

    This library loads/saves php array from/to a configuration file.

  • PHP

    piotrpress/dynamic-block

    This WordPress plugin adds a dynamic block which renders an output of a selected php callback function added via a filter hook.

  • JavaScript

    piotrpress/dynamic-format

    This WordPress plugin adds a dynamic format which renders an output of a selected php callback function added via a filter hook.

  • PHP

    piotrpress/elementor

    This library simplifies HTML elements rendering.

  • PHP

    piotrpress/executor

    This library is an object wrapper for an exec PHP function.

  • PHP

    piotrpress/github-composer

    This Composer plugin adds support for using GitHub Workflow Artifacts as Composer Repositories.

  • PHP

    piotrpress/initer

    This library reads/writes flat array data from/to key=value format compatible with .ini and .env files.

  • PHP

    piotrpress/logger

    This library is compatible with PSR-3 file logger implementation.

  • PHP

    piotrpress/meta-block

    This WordPress plugin adds a Meta Block which renders a selected post meta field.

  • PHP

    piotrpress/private-composer

    This composer plugin adds github and bitbucket protocols support to Composer in order to simplify private repositories handling.

  • PHP

    piotrpress/remoter

    This library is a chainable HTTP Client based on file_get_contents() function.

  • PHP

    piotrpress/results-count

    This WordPress plugin adds a Results Count block which renders a number of found posts.

  • PHP

    piotrpress/search-query

    This WordPress plugin adds a Search Query block which renders the contents of the search WordPress query variable.

  • PHP

    piotrpress/singleton

    This library is a Singleton (anti)pattern implementation using a Traits with a support for an Object Inheritance and passing parameters to the constructor.

  • PHP

    piotrpress/slack-corona

    Slack command displaying coronavirus (COVID19) summary data from Johns Hopkins CSSE using covid19api.com.

  • PHP

    piotrpress/streamer

    This library is a custom PHP Stream Wrapper, which provides write/read operations and stores the data in the memory.

  • PHP

    piotrpress/templater

    This library is a simple template engine file loader with variable support.

  • PHP

    piotrpress/wordpress

    This is the Composer project with WordPress setup.

  • PHP

    piotrpress/wordpress-composer

    This composer plugin uses WordPress.org API to download WordPress core, plugins and themes.

  • PHP

    piotrpress/wordpress-config

    This library separates WordPress configuration constants from wp-config.php to .config file.

  • PHP

    piotrpress/wordpress-hooks

    This library uses PHP Attributes (introduced in PHP version 8.0) to automagically add/remove WordPress Hooks (Filters and Actions) to/from functions and methods.

  • piotrpress/wordpress-htaccess

    This is a webroot directory .htaccess file for setup, in which WordPress is installed in a wp-core directory and wp-content directory is moved outside a core directory.

  • PHP

    piotrpress/wordpress-installer

    This composer plugin sets installation paths for WordPress core, plugins, mu-plugins, themes and drop-ins outside of vendor directory.

  • PHP

    piotrpress/wordpress-plugin

    This library is WordPress plugin singleton base class with methods to get data from plugin's header fields.

  • PHP

    piotrpress/wordpress-router

    This library adds WordPress routing to PHP built-in web server