brixlab/core

AI Based content creation

Installs: 280

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/brixlab/core

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

This package is auto-updated.

Last update: 2025-09-30 10:20:42 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: