PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Penelope Asynchronous File Handler using Fibers   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Penelope Asynchronous File Handler using Fibers
Read and write data to files using fibers
Author: By
Last change:
Date: 12 days ago
Size: 621 bytes
 

Contents

Class file image Download
{ "name": "cmatosbc/penelope", "description": "Tentative implementation of asynchronous file handling for PHP.", "type": "library", "license": "gpl-3.0-or-later", "minimum-stability": "dev", "require": { "php": ">=8.1", "psr/log": "^3.0", "monolog/monolog": "^3.0" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { "Penelope\\": "src/" } }, "autoload-dev": { "psr-4": { "Penelope\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit" } }