brixlab/core

AI Based content creation

Maintainers

Package info

github.com/brix-project/brix-core

Homepage

Type:project

pkg:composer/brixlab/core

Statistics

Installs: 283

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-07-30 09:57 UTC

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: