2017 © Pedro Peláez
 

library matrix

Matrix is a highly extensible library for creating and manipulating matrices

image

cleentfaar/matrix

Matrix is a highly extensible library for creating and manipulating matrices

  • Saturday, March 12, 2016
  • by cleentfaar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

matrix

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

Install

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

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*5)

Security

If you discover any security related issues, please email info@casleentfaar.com instead of using the issue tracker., (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

12/03 2016

dev-master

9999999-dev https://github.com/cleentfaar/matrix

Matrix is a highly extensible library for creating and manipulating matrices

  Sources   Download

MIT

The Requires

  • php ^5.5|^7.0

 

The Development Requires

table matrix cleentfaar