PHP Package: electrolinux/phpquery

PHPQuery is a lightweight, powerful PHP library for parsing HTML documents effortlessly, simplifying web scraping tasks.

Current Version: 0.9.7
Last Updated: Date not available
PHP Requirement: >=5.3.0
Dependencies: None

Package Description

PHPQuery is a feature-rich library designed to simplify the process of parsing and manipulating HTML content in PHP applications. It offers robust functionalities for web scraping, data extraction, and DOM manipulation. With a user-friendly API, PHPQuery streamlines the development of web-related projects, providing efficient solutions for processing HTML data.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.9.7

Download Download v0.9.7

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/electrolinux/phpquery/0.9.7/loader.php';
use PhpQuery\PhpQuery;
use PhpQuery\DomParser;

$obj = new PhpQuery();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.