mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-10-31 19:22:31 +00:00
26 lines
625 B
JSON
26 lines
625 B
JSON
{
|
|
"name": "php-ai/php-ml",
|
|
"type": "library",
|
|
"description": "PHP Machine Learning library",
|
|
"license": "MIT",
|
|
"keywords": ["machine learning","pattern recognition","computational learning theory","artificial intelligence"],
|
|
"homepage": "https://github.com/php-ai/php-ml",
|
|
"authors": [
|
|
{
|
|
"name": "Arkadiusz Kondas",
|
|
"email": "arkadiusz.kondas@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Phpml": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.2"
|
|
}
|
|
}
|