cleentfaar / matrix
Matrix is a highly extensible library for creating and manipulating matrices
Requires
- php: ^5.5|^7.0
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0
Suggests
- cleentfaar/matrix-exporter-csv: For exporting matrices to CSV files
- cleentfaar/matrix-renderer-ascii: For rendering matrices in ASCii
This package is auto-updated.
Last update: 2022-02-01 12:56:22 UTC
README
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.