| Recommend this page to a friend! |
| Info | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2026-04-05 (2 days ago) | Not yet rated by the users | Total: Not yet counted | Not yet ranked | |||||
| Version | License | PHP version | Categories | |||
| php-ai-client-class 1.0 | MIT/X Consortium ... | 8 | Web services, Chat, Artificial intell..., P... |
| Description | Author | |
This package can call different prompt-based artificial intelligence tools |
<?php
$ai = new AIClient([
'provider' => 'openai', // or gemini
'api_key' => 'YOUR_API_KEY'
]);
$response = $ai->generate("Explain Laravel queues in simple terms");
echo $response;
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| Version Control | Unique User Downloads | |||||||
| 0% |
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.