https://github.com/verbb/verbb-base
Shared UI and framework for Craft plugins
https://github.com/verbb/verbb-base
Last synced: 16 days ago
JSON representation
Shared UI and framework for Craft plugins
- Host: GitHub
- URL: https://github.com/verbb/verbb-base
- Owner: verbb
- License: other
- Created: 2020-01-16T12:39:17.000Z (over 6 years ago)
- Default Branch: craft-5
- Last Pushed: 2025-06-17T02:50:12.000Z (12 months ago)
- Last Synced: 2025-06-17T03:02:27.956Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 119 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Verbb Base Module
A module designed for [Verbb Craft CMS Plugins](https://verbb.io/) to make use of as a sane base package for defaults, bootstrapping and useful common utilities.
While it's geared towards Verbb plugins, you can certainly use this module without one. In particular, our [Base Module](https://github.com/verbb/verbb-base/blob/craft-5/src/base/Module.php) class is a great way to [get started with Craft modules](https://verbb.io/blog/everything-you-need-to-know-about-modules).