Download the PHP package korobochkin/wp-kit without Composer
On this page you can find all versions of the php package korobochkin/wp-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download korobochkin/wp-kit
More information about korobochkin/wp-kit
Files in korobochkin/wp-kit
Download korobochkin/wp-kit
More information about korobochkin/wp-kit
Files in korobochkin/wp-kit
Vendor korobochkin
Package wp-kit
Short Description Classes and interfaces for WordPress APIs
License GPL-2.0-or-later
Package wp-kit
Short Description Classes and interfaces for WordPress APIs
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package wp-kit
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.
- Code coverage report
- Homepage on Github Pages (with metrics from PHP Unit)
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.
All versions of wp-kit with dependencies
PHP Build Version
Package Version
Requires
symfony/validator Version
^4.4|^5.0
symfony/form Version ^4.4|^5.0
symfony/http-foundation Version ^4.4|^5.0
symfony/twig-bridge Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/form Version ^4.4|^5.0
symfony/http-foundation Version ^4.4|^5.0
symfony/twig-bridge Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
The package korobochkin/wp-kit contains the following files
Loading the files please wait ....