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
Requires (Dev)
None
Suggests
- guzzlehttp/guzzle: Allows to use RemoteContent as an adapter of GuzzleHttp\Client.
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-05 02:59:08 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.