| Recommend this page to a friend! |
| Info | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2026-04-05 (2 months 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... |
<?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. |
| php-ai-client-class-2026-04-05.zip 1KB | |
| php-ai-client-class-2026-04-05.tar.gz 1KB | |
| Install with Composer |
| 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.