php-llm / fabric-pattern
Slim PHP wrapper for Daniel Miessler's fabric pattern
0.1.4.51
2024-06-12 17:51 UTC
Requires
- php: >=8.2
- danielmiessler/fabric: ^1.4
Requires (Dev)
- phpunit/phpunit: ^11.2
- dev-main
- 0.1.4.51
- dev-update-fabric-v1.4.290
- dev-update-fabric-v1.4.289
- dev-update-fabric-v1.4.286
- dev-update-fabric-v1.4.285
- dev-update-fabric-v1.4.284
- dev-update-fabric-v1.4.282
- dev-update-fabric-v1.4.278
- dev-update-fabric-v1.4.272
- dev-update-fabric-v1.4.270
- dev-update-fabric-v1.4.266
- dev-update-fabric-v1.4.264
- dev-update-fabric-v1.4.263
This package is auto-updated.
Last update: 2025-08-18 03:23:22 UTC
README
Slim PHP wrapper for Daniel Miessler's fabric pattern library.
Installation
Use Composer to install the package:
composer require php-llm/fabric-pattern
On top to the PHP wrapper library this also downloads the Python repository into vendor/danielmiessler/fabric
.
Usage
use PhpLlm\FabricPattern\Pattern; // Return markdown of pattern's system prompt $pattern = (new Pattern)->load('extract_wisdom');
You can find the list of available patterns directly in fabric's repository.