PHPackages                             unicodeveloper/laravel-devstatus - 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. unicodeveloper/laravel-devstatus

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

unicodeveloper/laravel-devstatus
================================

Displays your Developer Evangelist Status based on Github's Repo

673PHP

Since Feb 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/unicodeveloper/laravel-devstatus)[ Packagist](https://packagist.org/packages/unicodeveloper/laravel-devstatus)[ RSS](/packages/unicodeveloper-laravel-devstatus/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-DevStatus
=================

[](#laravel-devstatus)

> Laravel 5 Package to Display your status as an Open Source Evangelist

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

[](#installation)

[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.

To get the latest version of Laravel DevStatus, simply add the following line to the require block of your `composer.json` file.

```
"unicodeveloper/laravel-devstatus": "dev-master"

```

You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.

Once Laravel DevStatus is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

- `'Unicodeveloper\DevStatus\DevStatusServiceProvider'`

#### Looking for a laravel 4 compatible version?

[](#looking-for-a-laravel-4-compatible-version)

Chill, it's undergoing development 😺

Configuration
-------------

[](#configuration)

To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish
```

This will create a `config/DevStatus.php` file in your app that you can modify to set your configuration.

Set the GITHUB\_API\_URL constant as an ENVIRONMENT variable on your Server and in your .env file and assign the api url to it e.g

```
GITHUB_API_URL=https://api.github.com
```

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

[](#contributing)

Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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://www.gravatar.com/avatar/ae318eb1f5f21579ddee07834130c1169ae6a0771044c3de671dfb02cd79c59f?d=identicon)[unicodeveloper](/maintainers/unicodeveloper)

---

Top Contributors

[![unicodeveloper](https://avatars.githubusercontent.com/u/2946769?v=4)](https://github.com/unicodeveloper "unicodeveloper (18 commits)")[![szekeresa](https://avatars.githubusercontent.com/u/5613074?v=4)](https://github.com/szekeresa "szekeresa (3 commits)")[![andela-aonyango](https://avatars.githubusercontent.com/u/16223633?v=4)](https://github.com/andela-aonyango "andela-aonyango (1 commits)")

### Embed Badge

![Health badge](/badges/unicodeveloper-laravel-devstatus/health.svg)

```
[![Health](https://phpackages.com/badges/unicodeveloper-laravel-devstatus/health.svg)](https://phpackages.com/packages/unicodeveloper-laravel-devstatus)
```

###  Alternatives

[daverandom/resume

Tiny library to facilitate resumable downloads

3873.7k8](/packages/daverandom-resume)

PHPackages © 2026

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