kilitary / php-web-article-extractor
Web Article Extractor
0.1.2
2015-10-04 13:33 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2025-07-05 00:52:26 UTC
README
Web Article Extractor is a PHP library that detects and extracts the primary 'article' content from a web page
composer require kilitary/php-web-article-extractor
Features
- Extracts a clean article and headline from a web page quickly.
- Identifies the language of the extracted article.
- Identifies keywords for the extracted article.
- Designed to easily integrate into pipeline or microservice project architectures.