|
|
@@ -70,6 +70,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
70
|
70
|
- [Internationalisation and Localisation](#internationalisation-and-localisation)
|
|
71
|
71
|
- [Serverless](#serverless)
|
|
72
|
72
|
- [Configuration](#configuration)
|
|
|
73
|
+ - [LLMs](#llms)
|
|
73
|
74
|
- [Third Party APIs](#third-party-apis)
|
|
74
|
75
|
- [Extensions](#extensions)
|
|
75
|
76
|
- [Miscellaneous](#miscellaneous)
|
|
|
@@ -799,6 +800,15 @@ Libraries to help manage database schemas and migrations.
|
|
799
|
800
|
* [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
|
|
800
|
801
|
* [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml).
|
|
801
|
802
|
|
|
|
803
|
+### LLMs
|
|
|
804
|
+*Libraries for working with Large Language Models.*
|
|
|
805
|
+
|
|
|
806
|
+* [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
|
|
|
807
|
+* [LLPhant](https://github.com/theodo-group/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
|
|
|
808
|
+* [OpenAI Client](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
|
|
|
809
|
+* [OpenAI Client for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
|
|
|
810
|
+* [PHP Mistral AI SDK](https://github.com/SoftCreatR/php-mistral-ai-sdk) - A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects.
|
|
|
811
|
+
|
|
802
|
812
|
### Third Party APIs
|
|
803
|
813
|
*Libraries for accessing third party APIs.*
|
|
804
|
814
|
|