brixlab / core
AI Based content creation
Installs: 254
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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: 2025-01-28 11:22:43 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: