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
- Host: GitHub
- URL: https://github.com/NumPHP/NumPHP
- Owner: NumPHP
- License: mit
- Created: 2014-12-02T07:43:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T13:59:39.000Z (over 6 years ago)
- Last Synced: 2025-11-06T22:29:26.285Z (4 months ago)
- Topics: complex-numbers, linear-algebra, math, matrix, numeric, vector
- Language: PHP
- Homepage: https://numphp.org/
- Size: 316 KB
- Stars: 144
- Watchers: 13
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-php-ml - NumPHP/NumPHP
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