Started methods implementation, added login and check auth state methods. Added project license.

This commit is contained in:
conky
2022-10-16 23:44:23 +03:00
parent c6f0c7d8f7
commit 058bbfbc03
9 changed files with 137 additions and 18 deletions

View File

@@ -5,9 +5,13 @@
"homepage": "http://git.devbones.com/Toloka/php-api",
"require": {
"php": ">=7.4",
"psr/simple-cache": "^3.0",
"psr/log": "^3.0",
"psr/http-client": "^1.0"
"psr/http-client": "^1.0",
"psr/simple-cache": "^1.0",
"psr/log": "^1.0",
"symfony/dom-crawler": "^5.4",
"symfony/css-selector": "^5.4",
"dflydev/fig-cookies": "^3.0",
"symfony/polyfill-php80": "^1.26"
},
"license": "MIT",
"autoload": {
@@ -22,6 +26,9 @@
}
],
"require-dev": {
"guzzlehttp/guzzle": "^7.5"
"cache/array-adapter": "^1.2",
"guzzlehttp/guzzle": "^7.5",
"monolog/monolog": "^2.8",
"cache/filesystem-adapter": "^1.2"
}
}