PHPackages                             wrcx/losquery - 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. wrcx/losquery

ActiveLibrary

wrcx/losquery
=============

PHP wrapper for Osquery

0.0.1(9y ago)5471[1 issues](https://github.com/wrcx/losquery/issues)MITPHPPHP &gt;=5.5.9

Since Jun 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/wrcx/losquery)[ Packagist](https://packagist.org/packages/wrcx/losquery)[ RSS](/packages/wrcx-losquery/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Losquery
========

[](#losquery)

About
-----

[](#about)

Losquery is a PHP wrapper around [Facebook's Osquery](http://osquery.io). With this package you can communicate with osqueryi(query console/shell).

Installation
------------

[](#installation)

#### Composer

[](#composer)

```
    composer require wrcx/losquery:dev-master

```

Usage
-----

[](#usage)

#### Building the query

[](#building-the-query)

```
    $query = new \Wrcx\Losquery\Losquery();
    $query = $query->select('*')
            ->from("users")
            ->get();
```

#### Running the query

[](#running-the-query)

```
    $runner = new \Wrcx\Losquery\Losrunner();
    // json or csv
    echo $runner->run($query, 'json');
```

Notice
------

[](#notice)

Package is still under development.

TODO
----

[](#todo)

- Tests
- Installation information

License
-------

[](#license)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3635d ago

### Community

### Embed Badge

![Health badge](/badges/wrcx-losquery/health.svg)

```
[![Health](https://phpackages.com/badges/wrcx-losquery/health.svg)](https://phpackages.com/packages/wrcx-losquery)
```

PHPackages © 2026

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