PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Simple PHP Promise Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Promise Library
Register functions to call when conditions are met
Author: By
Last change:
Date: 3 years ago
Size: 301 bytes
 

Contents

Class file image Download
{ "name": "ahmard/simple-promise", "description": "A simple PHP promise library that works synchronously.", "type": "library", "license": "MIT", "require": { "php": "^7.4" }, "autoload": { "psr-4": { "SimplePromise\\": "src/" } } }