You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **WARNING:** This library may not function correctly on PHP < 5.6.
11
13
12
14
## Getting Started
13
15
14
16
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
15
17
16
-
17
18
### Installing
18
19
19
20
The supported way of installing the OpenCF Package is via Composer.
OpenCF Package is designed to be very simple and straightforward to use. All you have to do is to load rating data, then predict future ratings based on the training set provided.
28
29
29
-
30
30
## Running the tests
31
31
32
32
you can easly run tests using composer
33
33
34
-
```bash
34
+
```bash
35
35
$ composer test
36
36
```
37
37
38
38
## Built With
39
39
40
-
*[PHP](http://www.php.net) - The programing language used
-[PHPUnit](https://phpunit.de/) - Programmer-oriented testing framework for PHP.
43
43
44
44
## Contributing
45
45
46
46
Please read [CONTRIBUTING](https://gitlab.com/opencf/opencf/wikis/) for details.
47
47
48
48
## Versioning
49
49
50
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.com/opencf/opencf/tags).
50
+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.com/opencf/opencf/tags).
0 commit comments