PHPackages                             qafeen/manager - 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. qafeen/manager

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

qafeen/manager
==============

Manage, install and search laravel base packages.

v0.2.1(9y ago)122.8kMITPHP

Since Jan 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Qafeen/Manager)[ Packagist](https://packagist.org/packages/qafeen/manager)[ RSS](/packages/qafeen-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (4)Used By (0)

 [![Logo](https://camo.githubusercontent.com/028b910b268602badc35c2769c779ce6a0a00ab41e59a422ae02a4bbf9d373bd/68747470733a2f2f732d6d656469612d63616368652d616b302e70696e696d672e636f6d2f353634782f65622f39392f30362f65623939303632316365663038353831343430346535653639363462393562372e6a7067)](https://camo.githubusercontent.com/028b910b268602badc35c2769c779ce6a0a00ab41e59a422ae02a4bbf9d373bd/68747470733a2f2f732d6d656469612d63616368652d616b302e70696e696d672e636f6d2f353634782f65622f39392f30362f65623939303632316365663038353831343430346535653639363462393562372e6a7067) [![Laravel Package Manager](https://cloud.githubusercontent.com/assets/7669734/21817952/fcb209d8-d78b-11e6-8b84-06d076592be5.png)](https://cloud.githubusercontent.com/assets/7669734/21817952/fcb209d8-d78b-11e6-8b84-06d076592be5.png)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#--------)

[![](https://camo.githubusercontent.com/8523348236093d49322f31d9b1ec3235a61b5aa0d87ce14474e9b4368cd8979d/68747470733a2f2f7472617669732d63692e6f72672f51616665656e2f4d616e616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Qafeen/Manager) [![](https://camo.githubusercontent.com/7f6edf8aa9279054a31613ce24e925c66a98861226f5099a29dcb64268185d7b/68747470733a2f2f706f7365722e707567782e6f72672f71616665656e2f6d616e616765722f762f737461626c65)](https://packagist.org/packages/qafeen/manager) [![](https://camo.githubusercontent.com/8a3262cb58cdccc0d9891bc9eb0e941dbc20cb2c8530d4ee22e43cb70f4e6c65/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f51616665656e2f4d616e616765722f6261646765732f6770612e737667)](https://codeclimate.com/github/Qafeen/Manager) [![](https://camo.githubusercontent.com/0ebaa757ff4976d7e1560109c01e12c262b44cca1d056484506003bef6012b59/68747470733a2f2f706f7365722e707567782e6f72672f71616665656e2f6d616e616765722f762f756e737461626c65)](https://packagist.org/packages/qafeen/manager) [![](https://camo.githubusercontent.com/b362164bb0568428cc240c37729b39a09b4cb52e4df51e2991fdf6416ce04a9a/68747470733a2f2f706f7365722e707567782e6f72672f71616665656e2f6d616e616765722f6c6963656e7365)](https://packagist.org/packages/qafeen/manager)

Manager aims to automate package search and install functionality.
------------------------------------------------------------------

[](#manager-aims-to-automate-package-search-and-install-functionality)

1. Register Service provider and facade.
2. Search relevant package.
3. Run migration.
4. Publish blade and vue files.
5. Run necessary command specific to a package (coming soon).
6. Uninstall package (comming soon).

Installation:
-------------

[](#installation)

Get manager package.

```
  composer require qafeen/manager
```

Register service provider. Possibilities are this will be your last time to do it manually.

```
  Qafeen\Manager\ManagerServiceProvider::class,
```

We are done!
------------

[](#we-are-done)

Now let's install package by using our newly added manager. To search and add a package you need to run:

```
php artisan add passport
```

Manager will look for the package and give you the results:

[![Manager search result if package not found by the given name](https://cloud.githubusercontent.com/assets/7669734/21749504/a17d7970-d5c5-11e6-9104-6edb414d0502.png)](https://cloud.githubusercontent.com/assets/7669734/21749504/a17d7970-d5c5-11e6-9104-6edb414d0502.png)

Once you selected a package then composer will take care to download it and Manager will find service providers and facades to register. Also manager will look for migration files to run.

[![Service providers and facades registration](https://cloud.githubusercontent.com/assets/7669734/21902020/4cb15b1a-d920-11e6-9b3a-cd5cbb485b7e.png)](https://cloud.githubusercontent.com/assets/7669734/21902020/4cb15b1a-d920-11e6-9b3a-cd5cbb485b7e.png)

If you are very specific to a package and know what you want to download then you can do it directly:

```
php artisan add zizaco/entrust:5.2.x-dev
```

Notes:
------

[](#notes)

Manager store your service providers and facades in different file `config/manager.php` and will take care to load it.

Contribution
------------

[](#contribution)

Just do it. You are welcome :)

Credits
-------

[](#credits)

ContributorsTwitterAsk for HelpContact / HireSite[Mohammed Mudasir](https://github.com/Modelizer) (Creator)@[md\_mudasir](https://twitter.com/md_mudasir)[![Get help on Codementor](https://camo.githubusercontent.com/946849bf79fb5d17765232b1fe38f4184923e7d4e532bcb028dd14b2b26ecc52/68747470733a2f2f63646e2e636f64656d656e746f722e696f2f6261646765732f6765745f68656c705f6769746875622e737667)](https://www.codementor.io/modelizer)[http://mudasir.me](http://mudasir.me/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~2 days

Total

3

Last Release

3400d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7669734?v=4)[ Shaikh](/maintainers/modelizer)[@Modelizer](https://github.com/Modelizer)

---

Top Contributors

[![Modelizer](https://avatars.githubusercontent.com/u/7669734?v=4)](https://github.com/Modelizer "Modelizer (52 commits)")

---

Tags

laravelpackage-managerlaravelpackagepackage-manager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/qafeen-manager/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)

PHPackages © 2026

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