cleentfaar/matrix

This package is abandoned and no longer maintained. No replacement package was suggested.

Matrix is a highly extensible library for creating and manipulating matrices

dev-master / 1.0.x-dev 2016-03-12 00:31 UTC

This package is auto-updated.

Last update: 2022-02-01 12:56:22 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

Install

Via Composer

$ composer require cleentfaar/matrix

Usage

Please see the USAGE documentation to get started with this library.

Renderers and converters for Matrix

Package Description
cleentfaar/matrix-renderer-ascii Converts your matrix into an ASCII string.
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 for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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