dev-master
9999999-dev https://github.com/cleentfaar/matrixMatrix is a highly extensible library for creating and manipulating matrices
MIT
The Requires
- php ^5.5|^7.0
The Development Requires
table matrix cleentfaar
Matrix is a highly extensible library for creating and manipulating matrices
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
Matrix is a highly extensible library for creating and manipulating matrices in PHP. Matrices can either be rendered or exported to different formats using the relevant interfaces. Existing renderers and exporters can be found under the related packages., (*2)
Via Composer, (*3)
``` bash $ composer require cleentfaar/matrix, (*4)
## Usage Please see the [USAGE](USAGE.md) documentation to get started with this library. ## Renderers and converters for [Matrix](https://github.com/cleentfaar/matrix) | Package | Description | |---------|-------------| | [cleentfaar/matrix-renderer-ascii](https://packagist.org/packages/cleentfaar/matrix-converter-ascii) | Converts your matrix into an ASCII string. | | [cleentfaar/matrix-converter-csv](https://packagist.org/packages/cleentfaar/matrix-converter-csv) | Converts your matrix into a CSV file. | NOTE: If you would like your renderer or exporter to be added to this list you can submit a PR for it. ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Testing ``` bash $ composer test
Please see CONTRIBUTING and CONDUCT for details., (*5)
If you discover any security related issues, please email info@casleentfaar.com instead of using the issue tracker., (*6)
The MIT License (MIT). Please see License File for more information., (*7)
Matrix is a highly extensible library for creating and manipulating matrices
MIT
table matrix cleentfaar