PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   Google Generative AI   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Google Generative AI
Get answers to prompts using Google Gemini AI
Author: By
Last change:
Date: 4 days ago
Size: 1,007 bytes
 

Contents

Class file image Download
{ "name": "nahid/google-generative-ai", "description": "A PHP package for Google Generative AI service", "type": "library", "require": { "php": ">=8.1", "ext-fileinfo": "*", "guzzlehttp/guzzle": "^7.9", "php-http/discovery": "^1.20", "php-http/multipart-stream-builder": "^1.4", "psr/http-message": "^2.0" }, "require-dev": { "guzzlehttp/psr7": "^2.7", "pestphp/pest": "^2.36", "symfony/var-dumper": "^6.4" }, "license": "MIT", "autoload": { "psr-4": { "Nahid\\GoogleGenerativeAI\\": "src/" } }, "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "minimum-stability": "stable", "config": { "sort-packages": true, "preferred-install": "dist", "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": false } } }