Plugins
There are already some plugins available for Herbie. The easiest way to install plugins is with the help of Composer.
$ composer require getherbie/plugin-simplecontact
After installation, the plugin only needs to be activated in the configuration file. Plugin settings can also be customized there as desired.
Available plugins
There are currently 8 plugins available.
Dummy
This system plugin shows all possibilities how to extend Herbie. The plugin is helpful during development, but should be disabled in productive environment.
Autor | Herbie-Team |
API-Version | 2.0.0 |
Imagine
This system plugin integrates Imagine, an OOP image editing library, into your Herbie website. Thanks to Imagine, you can edit images directly and apply ready-made filters and effects to them.
Autor | Herbie-Team |
API-Version | 2.0.0 |
Markdown
This system plugin can be used to parse markdown-formatted texts. Internally, the plugin is responsible for parsing markdown-formatted page content.
Autor | Herbie-Team |
API-Version | 2.0.0 |
reStructuredText
This system plugin can be used to parse reStructuredText-formatted texts. Internally, the plugin is responsible for parsing reStructuredText-formatted page content.
Autor | Herbie-Team |
API-Version | 2.0.0 |
Simplecontact
Simplecontact adds a simple contact form with name, email and message fields to a website created with Herbie.
Autor | Herbie-Team |
API-Version | 2.0.0 |
Composer | getherbie/plugin-simplecontact |
Simplesearch
Simplesearch adds a simple but effective search functionality to a website created with Herbie.
Autor | Herbie-Team |
API-Version | 2.0.0 |
Composer | getherbie/plugin-simplesearch |
Textile
This system plugin can be used to parse textile-formatted texts. Internally, the plugin is responsible for parsing textile-formatted page content.
Autor | Herbie-Team |
API-Version | 2.0.0 |
Twig
This system plugin provides several Twig filters, functions and tests that are useful for creating a web project with Herbie.
Autor | Herbie-Team |
API-Version | 2.0.0 |
If you have a useful plugin for Herbie, let us know. Thanks in advance for your support!