PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cyril Ogana   PHP Math Finance   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Math Finance
Perform math operations for financial applications
Author: By
Last change:
Date: 13 days ago
Size: 1,107 bytes
 

Contents

Class file image Download
{ "keywords": [ "finance", "math" ], "autoload" : { "files" : [ "src/config/NamedConstant.php" ], "psr-4" : { "rhossis\\Exception\\" : "src/Exception", "rhossis\\mathfinance\\" : "src" }, "psr-0" : { "Pear" : "external/Pear" } }, "autoload-dev" : { "psr-4" : { "rhossis\\mathfinance\\tests\\" : "tests" } }, "name" : "rhossis/mathfinance", "type" : "library", "description" : "Package for financial math functions", "license" : "BSD-3-Clause", "require" : { "php" : ">=7.4.0" }, "require-dev" : { "phpunit/phpunit" : "9.*" }, "support" : { "email" : "[email protected]", "source" : "https://github.com/rhossis/mathfinance" }, "authors" : [{ "name" : "Cyril Ogana", "email" : "[email protected]", "homepage" : "https://github.com/rhossis", "role" : "Maintainer" }], "homepage" : "https://github.com/rhossis/mathfinance" }