The WordPress Development Framework for Creators
Theme Hybrid is one of the longest-running WordPress sites in the world with over 13 years of providing tools for people to run successful Web sites.
<?php
// Create a new application.
$pluginslug = \Hybrid\booted()
? \Hybrid\app()
: new \Hybrid\Core\Application();
// Add service providers.
$pluginslug->provider( \PluginName\Provider::class );
// Bootstrap application.
$pluginslug->boot();
Hybrid Core
The WordPress development framework for the modern plugin and theme creator.
- Application layer for plugins and themes.
- Modern PHP coding standards.
- Elegant interfaces, classes, and functions.
- Add-on packages for common dev problems.