This repository was archived by the owner on Jul 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " php-llm/llm-chain" ,
3- "description" : " A slim PHP component with tooling around LLMs." ,
4- "license" : " MIT" ,
53 "type" : " library" ,
4+ "description" : " PHP library for building LLM-based and AI-based features and applications." ,
5+ "keywords" : [
6+ " ai" ,
7+ " llm" ,
8+ " huggingface" ,
9+ " transformers"
10+ ],
11+ "license" : " MIT" ,
612 "authors" : [
713 {
814 "name" : " Christopher Hertel" ,
3036 "symfony/uid" : " ^6.4 || ^7.1" ,
3137 "webmozart/assert" : " ^1.11"
3238 },
39+ "conflict" : {
40+ "mongodb/mongodb" : " <1.21"
41+ },
3342 "require-dev" : {
3443 "codewithkyrian/chromadb-php" : " ^0.2.1 || ^0.3" ,
3544 "codewithkyrian/transformers" : " ^0.5.3" ,
4958 "symfony/process" : " ^6.4 || ^7.1" ,
5059 "symfony/var-dumper" : " ^6.4 || ^7.1"
5160 },
52- "conflict" : {
53- "mongodb/mongodb" : " <1.21"
54- },
5561 "suggest" : {
5662 "codewithkyrian/chromadb-php" : " For using the ChromaDB as retrieval vector store." ,
5763 "codewithkyrian/transformers" : " For using the TransformersPHP with FFI to run models in PHP." ,
6066 "symfony/css-selector" : " For using the YouTube transcription tool." ,
6167 "symfony/dom-crawler" : " For using the YouTube transcription tool."
6268 },
69+ "config" : {
70+ "allow-plugins" : {
71+ "codewithkyrian/transformers-libsloader" : true
72+ },
73+ "sort-packages" : true
74+ },
6375 "autoload" : {
6476 "psr-4" : {
6577 "PhpLlm\\ LlmChain\\ " : " src/"
6981 "psr-4" : {
7082 "PhpLlm\\ LlmChain\\ Tests\\ " : " tests/"
7183 }
72- },
73- "config" : {
74- "sort-packages" : true ,
75- "allow-plugins" : {
76- "codewithkyrian/transformers-libsloader" : true
77- }
7884 }
7985}
You can’t perform that action at this time.
0 commit comments