An open API service indexing awesome lists of open source software.

https://github.com/NumPHP/NumPHP

Mathematical PHP library for scientific computing
https://github.com/NumPHP/NumPHP

complex-numbers linear-algebra math matrix numeric vector

Last synced: 26 days ago
JSON representation

Mathematical PHP library for scientific computing

Awesome Lists containing this project

README

          

# NumPHP

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-coveralls]][link-coveralls]
[![Total Downloads][ico-downloads]][link-downloads]
[![Dependencies][ico-dependencies]][link-dependencies]

> **Note:** The development of NumPHP 2 has started completely from scratch. NumPHP 1.1 can be found at branch
> [1.1](https://github.com/NumPHP/NumPHP/tree/1.1).

NumPHP is a mathematical PHP library for scientific computing. Advanced matrix arithmetic for PHP. More information
under [numphp.org](https://numphp.org/).

## Install

Via Composer

``` bash
$ composer require numphp/numphp
```

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## Security

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

## Credits

- [Gordon Lesti][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/NumPHP/NumPHP.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/NumPHP/NumPHP/master.svg?style=flat-square
[ico-coveralls]: https://img.shields.io/coveralls/NumPHP/NumPHP/master.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/NumPHP/NumPHP.svg?style=flat-square
[ico-dependencies]: https://img.shields.io/librariesio/github/NumPHP/NumPHP.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/NumPHP/NumPHP
[link-travis]: https://travis-ci.org/NumPHP/NumPHP
[link-coveralls]: https://coveralls.io/r/NumPHP/NumPHP?branch=master
[link-downloads]: https://packagist.org/packages/NumPHP/NumPHP
[link-author]: https://gordonlesti.com
[link-contributors]: ../../contributors
[link-dependencies]: https://libraries.io/packagist/numphp%2Fnumphp