modelflow-ai / api-client
Base classes which can be used to build an api-client.
Installs: 1 070
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- symfony/http-client: ^6.4 || ^7.0
- webmozart/assert: ^1.11
Requires (Dev)
- asapo/remove-vendor-plugin: ^0.1
- jangregor/phpstan-prophecy: ^1.0
- php-cs-fixer/shim: ^3.15
- phpspec/prophecy-phpunit: ^2.0@dev
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.10, <1.10.55
- phpstan/phpstan-phpunit: ^1.3@stable
- phpunit/phpunit: ^10.3
- rector/rector: ^0.18.1
This package is auto-updated.
Last update: 2024-10-25 19:14:18 UTC
README
Modelflow AI
Api-Client
The ModelflowAI API Client serves as a foundational package, designed to be utilized by other API clients such as Mistral and Ollama. It provides a robust base, facilitating seamless integration and interaction with these clients.
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 Api-Client 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/api-client
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.