PHPackages                             yousry/bugloos - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. yousry/bugloos

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

yousry/bugloos
==============

v1.0.0(3y ago)15PHP

Since Nov 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yousry943/bugloos)[ Packagist](https://packagist.org/packages/yousry/bugloos)[ RSS](/packages/yousry-bugloos/feed)WikiDiscussions main Synced 1mo ago

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

Bugloos Package
===============

[](#bugloos-package)

Bugloos Package For Backend Gridview

A Bugloos Package Its for A Backend developer to make a quary in database is more easy and its easy to implement it in any php native projects and its help them with search , pagination , sort, search , filter for a php native projects

Features
--------

[](#features)

- Easy to write quary
- Easy to implement to php native projects
- Easy Make a pagination , sort, search , filter

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

[](#installation)

Install my-project with npm

```
composer require yousry/bugloos
```

Configure the database

```
go to this path  and add  your  database Configuration  src/classloader/env.php
```

Deployment
----------

[](#deployment)

To implemnt the pakage in you project

```
$Gridview = new Gridview('posts'); "add the table name"
```

To select a specific column in this table

```
$Gridview->setColumns("id, name"); "add the column name  "
```

To Filter the data

```
 $Gridview->setWhere("id = 1"); "add the column name and a value "
```

To sort Data

```
$Gridview->setOrder("id DESC");
```

To Limit Data

```
 $Gridview->setLimit("10");
```

To Make a search

```
    $Gridview->setSearchColumns("name");
    $Gridview->setSearchOperator("LIKE");
    $Gridview->setSearchValue("%test%");
    $Gridview->search( "name");
    $Gridview->setSearchType("string");
```

Get data

```
echo $Gridview->dataJson();
```

To get data by Pagination

```
echo  $Gridview->Pagination();

Example for data response :
{
"total_count": "1",
"total_page": 1,
"current_page": 0,
"limit": 1,
"next_page": 1,
"prev_page": -1,
"first_page": 0,
"last_page": 0,
"first_page_url": "localhost/?limit=1&offset=0",
"last_page_url": "localhost/?limit=1&offset=0",
"next_page_url": "localhost/?limit=1&offset=1",
"prev_page_url": "localhost/?limit=1&offset=-1",
"data": [
{
"id": "16",
"name": "test"
}
]
}
```

Support
-------

[](#support)

For support, email  .

Used By
-------

[](#used-by)

This project is used by the following companies:

- bugloos

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1268d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1363e0c1c55a1b53d5b69efeb5c82a8d28c6ceb27f9f55f0f2536771965b4819?d=identicon)[yousry](/maintainers/yousry)

---

Top Contributors

[![ayousry100](https://avatars.githubusercontent.com/u/194289970?v=4)](https://github.com/ayousry100 "ayousry100 (2 commits)")

### Embed Badge

![Health badge](/badges/yousry-bugloos/health.svg)

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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