yandex-direct-api
yandex-direct-api copied to clipboard
PHP-обёртка над API Яндекс.Директ v5
Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...
Такое объявление: public function get(DictionariesFieldEnum $DictionaryName): array генерит ошибку: PHP Fatal error: Uncaught TypeError: Argument 1 passed to directapi\\services\\dictionaries\\DictionariesService::get() must be an instance of directapi\\services\\dictionaries\\enum\\DictionariesFieldEnum, string given Такое изменение помогло....
Надо отвязаться от прямого использования Guzzle и переписать всё на PSR-интерфейсы чтобы можно было использовать любой подходящий http-клиент.
`"Msg": "Ошибка при отправке запроса к яндексу: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.direct.yandex.com/json/v5/reports. Response: Code: 0", "Line": 99, "Code": 0,...
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. Release notes Sourced from friendsofphp/php-cs-fixer's releases. v3.14.2 Oliva DX: Drop support for doctrine/lexer 1 (#6729) Changelog Sourced from friendsofphp/php-cs-fixer's changelog....
Updates the requirements on netresearch/jsonmapper to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...