rollbackpt/url-extractor
PHP Class to extract images and meta data information from URLs
Maintainers
v1.0.0
2015-10-23 16:27 UTC
Requires
- ext-curl: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT a8cdc4d037e479a828805ff164a2e4b4ad4c8690
- Joao Ribeiro <joaopedrocr.woop@gmail.com>
This package is not auto-updated.
Last update: 2026-06-21 02:52:02 UTC
README
PHP Class to extract images and meta data information from URLs
Usage
With composer:
composer require rollbackpt/url-extractor
... or manually:
require_once 'src/UrlExtractor/UrlExtractor.php'; $urlExtractor = new \rollbackpt\UrlExtractor\UrlExtractor(); echo $urlExtractor->extractAll("http://some-url.com");
Demo Screenshots
Test the demo here: http://urlextractor.joaoperibeiro.com/demo/index.html
👁 urlextractor1
👁 urlextractor2
👁 urlextractor3
About the author
- Email: joaopedrocr@gmail.com
- Blog: http://joaoperibeiro.com
- Personal Page: http://joaopcribeiro.branded.me
