WP Manifestindependent plugin directory
manifest / developer / wp-kit

WP Kit

Classes and interfaces for using Symfony Components (and OOP) in WordPress development.

by Kolya Korobochkin · github.com/korobochkin/wp-kit · website

29stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/korobochkin/wp-kit/archive/refs/heads/master.zip

WordPress Kit

If you have been coding with plain WordPress functions and long unreadable code, you need to switch to Object Oriented Programming (OOP) code. It's easy! This library makes WordPress more friendly. Plugin and theme authors can create more reusable components and products by using this library.

Available components

  • Almost Controllers
    Handles AJAX and HTTP requests in controllers with Dependency Injection (DI) container and services.
  • Cron
    WordPress Cron events as DI services.
  • Options, Post Meta, Term Meta, Transients
    Validate, save and retrieve any data with Data Transformers.
  • Pages, Notices and Meta Boxes
    Settings pages with Symfony Forms, Twig and more.
  • Plugins and Themes
    Base classes for plugins and themes to work with DI.
  • Scripts & Styles
    Enqueue and register scripts and styles in single service.
  • Translations
    Load translations for your plugin and themes.
  • Uninstall
    Delete all data after your plugin or theme on uninstall.
  • Utils
    Helpful functions which can save time while developing.

How to install?

Use Composer to install this library in your projects.

composer require korobochkin/wp-kit