1# Installation
2Install Rubix ML into your project using [Composer](https://getcomposer.org/):
3
4```sh
5$ composer require rubix/ml
6```
7
8## Requirements
9- [PHP](https://php.net/manual/en/install.php) 7.2 or above
10
11**Recommended**
12
13- [Tensor extension](https://github.com/RubixML/Tensor) for fast Matrix/Vector computing
14
15**Optional**
16
17- [Extras Package](https://github.com/RubixML/Extras) for experimental features
18- [GD extension](https://php.net/manual/en/book.image.php) for image manipulation
19- [Mbstring extension](https://www.php.net/manual/en/book.mbstring.php) for fast multibyte string manipulation
20- [SVM extension](https://php.net/manual/en/book.svm.php) for Support Vector Machine engine (libsvm)
21- [Redis extension](https://github.com/phpredis/phpredis) for persisting to a Redis DB
22