Explorar el Código

Merge 44a7c4b649 into 7f5933d913

pull/1359/merge
Fahad Heylaal hace 1 semana
padre
commit
7e36fa74b0
No account linked to committer's email address
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      README.md

+ 6
- 0
README.md Ver fichero

71
   - [Serverless](#serverless)
71
   - [Serverless](#serverless)
72
   - [Configuration](#configuration)
72
   - [Configuration](#configuration)
73
   - [LLMs](#llms)
73
   - [LLMs](#llms)
74
+  - [Feature management](#feature-management)
74
   - [Third Party APIs](#third-party-apis)
75
   - [Third Party APIs](#third-party-apis)
75
   - [Extensions](#extensions)
76
   - [Extensions](#extensions)
76
   - [Miscellaneous](#miscellaneous)
77
   - [Miscellaneous](#miscellaneous)
798
 * [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.
799
 * [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.
799
 * [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.
800
 * [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.
800
 
801
 
802
+### Feature management
803
+*Libraries for implementing feature flags, a/b tests, and remote configuration*
804
+
805
+* [Featurevisor](https://featurevisor.com) - Feature flags management with Git, supporting [PHP SDK](https://featurevisor.com/docs/sdks/php/).
806
+
801
 ### Third Party APIs
807
 ### Third Party APIs
802
 *Libraries for accessing third party APIs.*
808
 *Libraries for accessing third party APIs.*
803
 
809
 

Loading…
Cancelar
Guardar