brixlab / core
AI Based content creation
dev-main
2025-07-30 09:57 UTC
Requires
- php: >=8.1
- lack/frontmatter: *
- lack/keystore: *
- lack/openai: *
- phore/cli2: *
- phore/filesystem: *
- phore/hydrator: *
- phore/objectstore: *
- phore/system: *
Requires (Dev)
- phore/tester: *
This package is auto-updated.
Last update: 2026-03-01 00:43:29 UTC
README
composer install brixlab/core
Write brix plugins
Create a /src/boostrap.php file
class SomeFunctionality extends \Brix\Core\AbstractBrixCommand { } \Phore\Cli\CliDispatcher::addClass(SomeFunctionality::class, "some-functionality");
Brix brix-autoload.php File
Register custom commands and plugins in the brix-autoload.php file: