modelflow-ai / symfony-bundle
An integration of modelflow-ai via a bundle into the Symfony Framework.
Installs: 1 067
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 0
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
- symfony/config: ^6.2 | ^7.0
- symfony/console: ^6.2 | ^7.0
- symfony/dependency-injection: ^6.2 | ^7.0
- symfony/framework-bundle: ^6.2 | ^7.0
- symfony/http-kernel: ^6.2 | ^7.0
Requires (Dev)
- asapo/remove-vendor-plugin: ^0.1
- modelflow-ai/anthropic-adapter: ^0.2
- modelflow-ai/chat: ^0.2
- modelflow-ai/completion: ^0.2
- modelflow-ai/embeddings: ^0.2
- modelflow-ai/experts: ^0.2
- modelflow-ai/fireworksai-adapter: ^0.2
- modelflow-ai/image: ^0.2
- modelflow-ai/mistral-adapter: ^0.2
- modelflow-ai/ollama-adapter: ^0.2
- modelflow-ai/openai-adapter: ^0.2
- modelflow-ai/prompt-template: ^0.2
- php-cs-fixer/shim: ^3.15
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.10, <1.10.55
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^10.3
- rector/rector: ^0.18.1
- symfony/filesystem: ^6.2 | ^7.0
- symfony/yaml: ^6.2 | ^7.0
Suggests
- modelflow-ai/anthropic-adapter: Adapter to interact with anthropic models.
- modelflow-ai/chat: Library to handle chat requests.
- modelflow-ai/completion: Library to handle completion requests.
- modelflow-ai/embeddings: Library to manage embeddings.
- modelflow-ai/experts: Library that provide experts.
- modelflow-ai/fireworksai-adapter: Adapter to interact with fireworksai models.
- modelflow-ai/image: Library to generate and manipulate images.
- modelflow-ai/mistral-adapter: Adapter to interact with mistral models.
- modelflow-ai/ollama-adapter: Adapter to interact with ollama models.
- modelflow-ai/openai-adapter: Adapter to interact with openai models.
This package is auto-updated.
Last update: 2024-10-25 19:14:09 UTC
README
Modelflow AI
Symfony Integration
This bundle integrates Modelflow-AI into a Symfony project.
Note: This is part of the
modelflow-ai
project create issues in the main repository.
Note: This project is heavily under development and any feedback is greatly appreciated.
Installation
To install the Symfony Integration package, you need to have PHP 8.2 or higher and Composer installed on your machine. Then, you can add the package to your project by running the following command:
composer require modelflow-ai/symfony-bundle
Usage
Detailed usage instructions will be provided in the future. For now, you can refer to the source code and unit tests for usage examples.
Contributing
Contributions are welcome. Please open an issue or submit a pull request in the main repository at https://github.com/modelflow-ai/.github.
License
This project is licensed under the MIT License. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.