fiisoft / remote-content
The abstraction for a remote content able to be fetch by an abstract reader from some url.
2.0.1
2017-10-22 22:18 UTC
Requires
- php: >=5.6.0
Suggests
- guzzlehttp/guzzle: Allows to use RemoteContent as an adapter of GuzzleHttp\Client.
This package is not auto-updated.
Last update: 2024-11-01 18:38:50 UTC
README
The abstraction for a remote content able to be fetch by an abstract reader from some url.
My advice is - do not use it unless you are enough strong mentally to immune for such bad code. But of course you can if you want.
RemoteContent
Abstraction for some content available in remote location.
RemoteContentReader
Abstaction for reader of RemoteContent.