PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Muhammad Umer Farooq   HyperFlow PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HyperFlow PHP
Framework to develop AI agents
Author: By
Last change:
Date: 6 days ago
Size: 715 bytes
 

Contents

Class file image Download
{ "name": "lablnet/hyperflow-php", "description": "HyperFlow PHP port: Framework for building agents that rewrite and test their own improvements.", "type": "library", "require": { "php": "^8.1", "openai-php/client": "^0.19.2", "guzzlehttp/guzzle": "^7.10", "vlucas/phpdotenv": "^5.6" }, "autoload": { "psr-4": { "HyperFlow\\": "src/" } }, "authors": [ { "name": "Muhammad Umer Farooq", "email": "umer@lablnet.com" } ], "minimum-stability": "dev", "prefer-stable": true, "config": { "allow-plugins": { "php-http/discovery": true } } }