helios-ag / gigachat-symfony-ai-platform-bridge
Adds gigachat support to Symfony
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 1
Type:lib
pkg:composer/helios-ag/gigachat-symfony-ai-platform-bridge
Requires
- php: >=8.2
- phpdocumentor/reflection-docblock: ^5.4
- phpstan/phpdoc-parser: ^2.1
- psr/log: ^3.0
- symfony/clock: ^6.4 || ^7.1
- symfony/http-client: ^6.4 || ^7.1
- symfony/property-access: ^6.4 || ^7.1
- symfony/property-info: ^6.4 || ^7.1
- symfony/serializer: ^6.4 || ^7.1
- symfony/type-info: ^7.2.3
- symfony/uid: ^6.4 || ^7.1
- webmozart/assert: ^1.11
Requires (Dev)
- async-aws/bedrock-runtime: ^0.1.0
- google/auth: ^1.47
- icanhazstring/composer-unused: dev-main
- phpstan/phpstan: ^2.1.17
- phpstan/phpstan-symfony: ^2.0.6
- phpunit/phpunit: ^11.5
- symfony/ai-agent: @dev
- symfony/console: ^6.4 || ^7.1
- symfony/dotenv: ^6.4 || ^7.1
- symfony/event-dispatcher: ^6.4 || ^7.1
- symfony/finder: ^6.4 || ^7.1
- symfony/process: ^6.4 || ^7.1
- symfony/var-dumper: ^6.4 || ^7.1
Suggests
- symfony/ai-platform: Symfony AI Platform integration
This package is auto-updated.
Last update: 2026-01-08 07:09:54 UTC
README
This is a library that provides a bridge between your Symfony-based PHP application and the GigaChat AI platform.
Features
- Easy integration with Symfony or any other modern PHP applications
- Helper services for sending prompts and handling responses
- MIT License
Requirements
- At least PHP 8.2
- GigaChat API credentials (Client ID, Client Secret, Scope)
Installation
composer require helios-ag/gigachat-symfony-ai-platform-bridge
Configuration
Obtain your credentials from the GigaChat developer portal. Check example folder for more details.
Library made compatible with Symfony AI
Usage Example
Check the example directory for more details.
About GigaChat
https://developers.sber.ru/docs/ru/gigachat/api/main
License
MIT License. See LICENSE for details.