rollbackpt / url-extractor
PHP Class to extract images and meta data information from URLs
Installs: 146
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 1
Open Issues: 2
pkg:composer/rollbackpt/url-extractor
Requires
- ext-curl: *
This package is not auto-updated.
Last update: 2025-09-27 23:21:16 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
About the author
- Email: joaopedrocr@gmail.com
- Blog: http://joaoperibeiro.com
- Personal Page: http://joaopcribeiro.branded.me