PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafa Rodriguez   Div PHP Laze   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Div PHP Laze
Lazy load immutable values using closure functions
Author: By
Last change: minor fixes
Date: 10 days ago
Size: 689 bytes
 

Contents

Class file image Download
{ "name": "divengine/laze", "license": "GPL-3.0-or-later", "description": "Div PHP Laze", "keywords": [ "lazy evaluation", "immutable values", "lazy loading", "constraints", "closures", "constants", "object-oriented", "dependency injection", "lazy initialization" ], "homepage": "https://divengine.org", "version": "1.1.1", "authors": [ { "name": "Rafa Rodriguez", "email": "rafageist@divengine.com", "homepage": "https://rafageist.com", "role": "Author" } ], "require": { "php": ">=8.0.0" }, "autoload": { "psr-4": { "divengine\\": "src/" } }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5" } }