Download the PHP package k1sul1/k1kit without Composer
On this page you can find all versions of the php package k1sul1/k1kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package k1kit
k1 kit
The next Jetpack, but with less cancer. Works as a toolkit in WordPress development. "Designed" for REST API driven sites, but handy in traditional WordPress development as well.
New features are subject to be added, but it's up to you to decide if you use them.
As this plugin is in pretty early development, backwards compatibility might break at any given time. After reaching 1.0, the plugin will follow semantic versioning, and breaking changes will always come with a major version number increment: 1.2.3 => 2.0.0
Features
- Custom Gutenberg block support
- Sample blocks available at k1sul1/wordpress-theme-base
- Support for multiple languages using Polylang
- ACF Options page for each language
- Falling back to core i18n functions if Polylang isn't available
- Reusable & combinable data-driven templates
- Since there's no JSX support for PHP yet, they're admittedly a bit ugly
- If you don't like the style, plugging Twig or some other solution should be possible
- Sample templates available at k1sul1/wordpress-theme-base
- URL resolver
- Maintains an index of each resource in wp_posts (filterable)
- Resources can be requested from the REST API with an URL. Handy for single page applications following WordPress permalink structure.
- Transient overhaul
- Built with the assumption of Redis availability
- List of transients & UI for managing*
- Full usage depends on Redis!
- Compact API for REST route generation
- Automagical caching