PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Clement Sam   PHP Matrix Math Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Matrix Math Library
Perform operations to manipulate matrices
Author: By
Last change:
Date: 7 months ago
Size: 419 bytes
 

Contents

Class file image Download
{ "name": "profclems/maths-matrix", "description": "Perform operations on matrices", "type": "library", "license": "MIT", "authors": [ { "name": "Clement Sam", "email": "clementsam75@gmail.com" } ], "autoload": { "psr-4": { "Profclems\\MathsMatrix\\": "src/" } }, "minimum-stability": "stable", "require": {} }