PHPackages                             abby-libs/php-xql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. abby-libs/php-xql

ActiveLibrary[Database &amp; ORM](/categories/database)

abby-libs/php-xql
=================

database like retriver on XML/HTML by XPATH for PHP 5.3+

0.2(10y ago)032Apache 2.0PHPPHP &gt;=5.3.0

Since Mar 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/abbychau/phpXQL)[ Packagist](https://packagist.org/packages/abby-libs/php-xql)[ Docs](https://github.com/abbychau/phpXQL)[ RSS](/packages/abby-libs-php-xql/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

phpXQL
======

[](#phpxql)

Inspired by RealDB functions, a database like xpath HTML/XML retriver

Usage:

```
  $objXQL = new abbyLibs\phpXQL($url);
  $path = '//*[@id="DivContentLeft"]/div[3]/div[2]/div[3]/div[1]/table/tr[?]/td[?]';
  $arr = $objXQL->arr($path,[0,4],[0,4]);
  print_r($arr);

  $path = '//*[@id="DivContentLeft"]/div[3]/div[2]/div[3]/div[1]/table/tr[2]/td[?]';
  $arr = $objXQL->row($path,[0,4]);
  print_r($arr);

  $path = '//*[@id="DivContentLeft"]/div[3]/div[2]/div[3]/div[1]/table/tr[2]/td[3]';
  $string = $objXQL->row($path);
  echo $string;
```

Packgist: `https://packagist.org/packages/abby-libs/php-xql`

Composer: `composer require abby-libs/php-xql`

Apache2.0 license. Welcome to fork and use at any cause. I would be happy to hear from any words!

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3766d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/350283?v=4)[Abby](/maintainers/abbychau)[@abbychau](https://github.com/abbychau)

---

Top Contributors

[![abbychau](https://avatars.githubusercontent.com/u/350283?v=4)](https://github.com/abbychau "abbychau (12 commits)")

---

Tags

domXpath

### Embed Badge

![Health badge](/badges/abby-libs-php-xql/health.svg)

```
[![Health](https://phpackages.com/badges/abby-libs-php-xql/health.svg)](https://phpackages.com/packages/abby-libs-php-xql)
```

###  Alternatives

[veewee/xml

XML without worries

1836.6M38](/packages/veewee-xml)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[fluentdom/fluentdom

A fluent api for the php dom extension.

337310.6k17](/packages/fluentdom-fluentdom)[phpunit/phpunit-dom-assertions

DOM assertions for PHPUnit

29365.2k13](/packages/phpunit-phpunit-dom-assertions)[xparse/element-finder

Elegant data scrapping

3546.0k2](/packages/xparse-element-finder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
