PHPackages                             arall/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. arall/losquery

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

arall/losquery
==============

PHP wrapper for Osquery

0.0.1(10y ago)029MITPHPPHP &gt;=5.5.9

Since Jun 1Pushed 7y agoCompare

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

READMEChangelogDependencies (3)Versions (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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

3682d ago

### Community

Maintainers

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

---

Tags

phposquery

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M19.4k](/packages/pestphp-pest)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[illuminate/process

The Illuminate Process package.

44869.2k98](/packages/illuminate-process)[b7s/fluentvox

Fluent PHP wrapper for Chatterbox TTS - State-of-the-art text-to-speech with voice cloning

881.1k](/packages/b7s-fluentvox)

PHPackages © 2026

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