Download the PHP package themehybrid/hybrid-core without Composer
On this page you can find all versions of the php package themehybrid/hybrid-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download themehybrid/hybrid-core
More information about themehybrid/hybrid-core
Files in themehybrid/hybrid-core
Package hybrid-core
Short Description Hybrid Core: A theme framework for developing modern WordPress themes.
License
Informations about the package hybrid-core
Hybrid Core: WordPress Framework
Hybrid Core is a framework for developing WordPress plugins and themes.
The core package is the application layer that primarily consists of a service container. It can be used alone or alongside any of the available Hybrid packages.
The framework simplifies many of the complexities of WordPress development and helps you write more modern PHP code. Its goal is to provide elegant functions, classes, and interfaces for writing code without the need to rebuild everything from scratch with each project.
Requirements
- WordPress 6.1+
- PHP 8.0+
- Composer 2.0+
Donations
Hybrid Core is free. However, donations to the project are also welcome.
Documentation
The documentation is handled via Hybrid Core's wiki. This is community-contributed documentation that I hope you will add to if you use the framework.
Installation
Use the following command from your preferred command line utility to install the package.
If bundling this directly in your plugin, add the following code.
For plugins:
For themes:
Bootstrapping Hybrid Core
Hybrid Core isn't launched until an instance of its Hybrid\Core\Application
class is created and its boot()
method has been called.
Because the Application
class can be called multiple times via both plugins and themes, developers need to check the Hybrid\booted()
function before attempting to create a new app. If one exists, they should use the existing instance via the Hybrid\app()
helper function.
Resources
Copyright and License
This project is licensed under the GNU GPL, version 2 or later.
Hybrid Core uses code from Laravel Framework. The Laravel framework is open-sourced software licensed under the MIT license. License: MIT - https://opensource.org/licenses/MIT
2008 – 2024 © Theme Hybrid.