PHPackages                             infinety-es/custom-providers - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. infinety-es/custom-providers

ActiveLibrary[File &amp; Storage](/categories/file-storage)

infinety-es/custom-providers
============================

Load custom Laravel service providers

1.0(10y ago)013MITPHPPHP ^5.5.9 || ^7.0

Since Jun 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Krato/Laravel-5-Custom-Providers)[ Packagist](https://packagist.org/packages/infinety-es/custom-providers)[ RSS](/packages/infinety-es-custom-providers/feed)WikiDiscussions master Synced 4w ago

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

Laravel 5 Custom Providers
==========================

[](#laravel-5-custom-providers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ea970e1d8cb2d6577bcb557089c3db4d66ce35cf5bdd67c912d541a9cb696c14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e66696e6574792d65732f637573746f6d2d70726f7669646572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/infinety-es/custom-providers)[![Total Downloads](https://camo.githubusercontent.com/0f6524577663b88668f991ff56eba00970b89cb15f5d7cb44184d2ebd654262f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e66696e6574792d65732f656e762d70726f7669646572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/infinety-es/custom-providers)[![Software License](https://camo.githubusercontent.com/6c711032aff1ca0eb6b211aa6cb3649ce7fd64a7714e1181d4bb457f9680e7cf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![StyleCI](https://camo.githubusercontent.com/abb7288ff5876aa6fb53ab492119cfa4dc8b88b25e2f9c819a42040347288e88/68747470733a2f2f7374796c6563692e696f2f7265706f732f36303736383133332f736869656c64)](https://styleci.io/repos/60768133)

This package allows you to configure the environment certain service providers and aliases are loaded in.

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

[](#installation)

Via [composer](http://getcomposer.org):

```
$ composer require infinety-es/custom-providers
```

Or add the package to your dependencies in `composer.json` and run `composer update` to download the package:

```
{
    "require": {
        "infinety-es/custom-providers": "^1.0"
    }
}
```

Next, add the `CustomServiceProvider` to your `providers` array in `config/app.php`:

```
// config/app.php
'providers' => [
    ...
    Infinety\CustomProviders\CustomServiceProvider::class,
];
```

Usage
-----

[](#usage)

You must publish this package's configuration file for it to work correctly. To do so, run the following command:

```
$ php artisan vendor:publish --provider="Infinety\CustomProviders\CustomServiceProvider"
```

After that, you should have see the file `config/providers.php`.

### Environments

[](#environments)

In the `environments` array you can define what environments the provider group should respond to. You may use an asterisk (`*`) to make that group's providers and aliases load regardless of the application's environment.

**Note**: You can set your application's environment in either `config/app.php`under `env` or via your `.env` file.

### Providers

[](#providers)

The `providers` array is where you can put the providers you want to have loaded in the defined environments. This should be pretty straight forward as it is the same as how you would register service providers in `config/app.php`.

### Aliases

[](#aliases)

In the `aliases` array you may put all the aliases (facades) you want to register.

As with the providers, this is the same as how you would register aliases in the default `config/app.php` configuration file.

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

[](#contributing)

All contributions (in the form on pull requests, issues and feature-requests) are welcome. See the [contributors page](../../graphs/contributors) for all contributors.

License
-------

[](#license)

MIT License (MIT). Please see the [license file](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

3673d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

[![Krato](https://avatars.githubusercontent.com/u/74367?v=4)](https://github.com/Krato "Krato (1 commits)")[![p0rt4lH4ck](https://avatars.githubusercontent.com/u/275758635?v=4)](https://github.com/p0rt4lH4ck "p0rt4lH4ck (1 commits)")

---

Tags

laravelfileproviderserviceprovider

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/infinety-es-custom-providers/health.svg)

```
[![Health](https://phpackages.com/badges/infinety-es-custom-providers/health.svg)](https://phpackages.com/packages/infinety-es-custom-providers)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1212.0k](/packages/zing-laravel-flysystem-obs)

PHPackages © 2026

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