PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Swoose   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Swoose
Manage sessions stored and retrieved using Swoole
Author: By
Last change:
Date: 1 year ago
Size: 616 bytes
 

Contents

Class file image Download
{ "name": "ahmard/swoose", "description": "Swoole Session", "type": "library", "require-dev": { "phpstan/phpstan": "^0.12.92", "swoole/ide-helper": "^4.6", "ahmard/swotch": "^0.0.1" }, "license": "MIT", "authors": [ { "name": "Ahmard", "email": "Ahmard06@gmail.com" } ], "require": { "PHP": "^8.0", "ext-swoole": "*", "ext-openssl": "*", "ext-mbstring": "*", "symfony/cache": "^5.3" }, "autoload": { "psr-4": { "Swoose\\": "src/" } } }