Micro Web Crawler in PHP & Manticore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "yggverse/yo",
|
|
|
|
"description": "Yo! Micro Web Crawler in PHP & Manticore",
|
|
|
|
"type": "project",
|
|
|
|
"license": "MIT",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Yggverse\\Yo\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "YGGverse"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"manticoresoftware/manticoresearch-php": "^3.1",
|
|
|
|
"symfony/css-selector": "^6.3",
|
|
|
|
"symfony/dom-crawler": "^6.3",
|
|
|
|
"jdenticon/jdenticon": "^1.0",
|
|
|
|
"yggverse/ftp": "^1.0",
|
|
|
|
"gregwar/captcha": "^1.2",
|
|
|
|
"yggverse/net": "^1.3",
|
|
|
|
"yggverse/yo-tools": "dev-main"
|
|
|
|
}
|
|
|
|
}
|