PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafa Rodriguez   Div PHP Matrix Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Div PHP Matrix Library
Define matrices with dynamic cell calculations
Author: By
Last change: release 1.3.0
Date: 4 months ago
Size: 677 bytes
 

Contents

Class file image Download
{ "name": "divengine/matrix", "license": "GPL-3.0-or-later", "description": "Div PHP Matrix", "keywords": [ "backend logic", "matrix manipulation", "spreadsheets features" ], "homepage": "https://divengine.org/docs/div-php-matrix", "version": "1.3.0", "authors": [ { "name": "Rafa Rodriguez", "email": "rafageist@divengine.com", "homepage": "https://rafageist.com", "role": "Founder" } ], "require": { "php": ">=8.0.0" }, "autoload": { "psr-4": { "divengine\\": "src/" } }, "require-dev": { "phpstan/phpstan": "^1.10" } }