PHPackages                             uutkukorkmaz/gradstat - 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. uutkukorkmaz/gradstat

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

uutkukorkmaz/gradstat
=====================

A Laravel package that helps to create statistics of your models

00PHP

Since Aug 12Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

A Laravel package that helps to create statistics of your models
================================================================

[](#a-laravel-package-that-helps-to-create-statistics-of-your-models)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5028766646cd1197067709b06ae3bbeb450e32ca7ad1f38b999140581e46cb45/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7575746b756b6f726b6d617a2f67726164737461742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uutkukorkmaz/gradstat)[![GitHub Tests Action Status](https://camo.githubusercontent.com/453e4e49530bdb8092ebb5893844d9735ac02651f674af454e6daefa69064500/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7575746b756b6f726b6d617a2f67726164737461742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/uutkukorkmaz/gradstat/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c01cf3584c2e51c2bfd90f4912268d41a9a54b364dfd4a32f779dbb476e57abb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7575746b756b6f726b6d617a2f67726164737461742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/uutkukorkmaz/gradstat/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f37e1f02d8b86002783cc5c9708809c8d3d01331a824151d47c185d3361638a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7575746b756b6f726b6d617a2f67726164737461742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uutkukorkmaz/gradstat)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require uutkukorkmaz/gradstat
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="gradstat-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="gradstat-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
// soon
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Utku Korkmaz](https://github.com/uutkukorkmaz)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

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

---

Top Contributors

[![uutkukorkmaz](https://avatars.githubusercontent.com/u/19177587?v=4)](https://github.com/uutkukorkmaz "uutkukorkmaz (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/uutkukorkmaz-gradstat/health.svg)

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

###  Alternatives

[bertptrs/phpstreams

A streams library for PHP based on the Java 8 Streams API.

883.2k](/packages/bertptrs-phpstreams)[cheprasov/php-parallel

The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases

1712.5k5](/packages/cheprasov-php-parallel)

PHPackages © 2026

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