https://github.com/dicrtarasov/yii2-http
Инструменты HTTP для Yii2
https://github.com/dicrtarasov/yii2-http
cache cookie dicr html http php proxy yii2 yii2-http
Last synced: 5 months ago
JSON representation
Инструменты HTTP для Yii2
- Host: GitHub
- URL: https://github.com/dicrtarasov/yii2-http
- Owner: dicrtarasov
- Created: 2019-01-05T16:00:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T17:36:41.000Z (over 2 years ago)
- Last Synced: 2025-01-13T21:11:03.853Z (11 months ago)
- Topics: cache, cookie, dicr, html, http, php, proxy, yii2, yii2-http
- Language: PHP
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Утилиты HTTP для Yii2
Расширяют стандартные возможности пакета `yii2\httpclient`.
- `CachingClient` - клиент HTTP с поддержкой кэширования. Наследует `yii2\httpclient`;
- `PesistentCookieBehavior` - поддержка сохранения куков между запросами;
- `HttpCompressionBehavior` - поддержка сжатия (gzip, deflate, compress ...);
- `RequestDelayBehavior` - задержка между запросами;
- `DOMDocumentParser` - компонент парсера html в `DOMDocument`;
- `HTMLDocumentParser` - компонент парсера html в `simplehtmldom\HtmlDocument`;
- `UrlInfo` - модель (парсер/строитель) URL;
- `UserAgent` - стандартные значения `User-Agent`.