PHPackages                             quince/auto-provider - 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. quince/auto-provider

AbandonedLibrary

quince/auto-provider
====================

Automatically register service providers located in app\\Providers for laravel 5

v0.1.3(11y ago)7341MITPHPPHP &gt;=5.4.0

Since Feb 6Pushed 11y ago2 watchersCompare

[ Source](https://github.com/QuincePHP/AutoProvider)[ Packagist](https://packagist.org/packages/quince/auto-provider)[ RSS](/packages/quince-auto-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

AutoProvider
============

[](#autoprovider)

Automatically register service providers located in `Providers` for laravel 5

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

[](#installation)

Add auto-provider package to your composer.json file:

```
"require": {
  "quince/auto-provider": "~0.1"
}
```

Update your projrct dependencies by typing this on terminal:

```
$ composer update

```

### Register the Package

[](#register-the-package)

Register package service provider in `providers` array inside `config/app.php`:

```
'providers' => [
    // ...

    'Quince\AutoProvider\AutoProviderServiceProvider',
],
```

### Publish Package Configs

[](#publish-package-configs)

In your terminal type:

```
$ php artisan vendor:publish

```

the configuration file can be found in `config\auto-provider.php`. there's two option inside the config file; `providers_folder_path` and `app_namespace`.

- `providers_folder_path` is path to `Providers` folder where you keep your service providers there. If you put your service providers somewhere else, you should point this option to your desired folder.
- `app_namespace` is your application namespace. All laravel 5 application has `App` namespace for `app` folder by default. If you changed your application namespace by running `$ php artisan app:name YouDesiredNameSpace` you should update this option to your new application namespace. *In version 0.1.1, packge will detect application namespace from your project composer.json*

> **Notice:** The package would not work properly if you do not publish configs

TODO
----

[](#todo)

- For now, service providers which is deffered, would not be automatically registered.
- Unit Test

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Every ~12 days

Total

2

Last Release

4106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8192cd48d3e7a454dc5859818253ac59d87bd58fa3216d8e0a2f0c93417d1f1d?d=identicon)[behzadsh](/maintainers/behzadsh)

---

Top Contributors

[![behzadsh](https://avatars.githubusercontent.com/u/635441?v=4)](https://github.com/behzadsh "behzadsh (24 commits)")

---

Tags

laravelautoloadservice providerlaravel 5Auto provider

### Embed Badge

![Health badge](/badges/quince-auto-provider/health.svg)

```
[![Health](https://phpackages.com/badges/quince-auto-provider/health.svg)](https://phpackages.com/packages/quince-auto-provider)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11120.2M21](/packages/anourvalar-eloquent-serialize)[ricardofontanelli/laravel-telegram

A simple and lightweight Laravel 4 and 5 wrapper to interact with Telegram Bot.

103.6k](/packages/ricardofontanelli-laravel-telegram)

PHPackages © 2026

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