PHPackages                             heshamfouda/laravel-packages-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. heshamfouda/laravel-packages-manager

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

heshamfouda/laravel-packages-manager
====================================

This is my package laravel-packages-manager

038PHP

Since Nov 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/heshamfouda/laravel-packages-manager)[ Packagist](https://packagist.org/packages/heshamfouda/laravel-packages-manager)[ RSS](/packages/heshamfouda-laravel-packages-manager/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package laravel-packages-manager
===========================================

[](#this-is-my-package-laravel-packages-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/af2eded722e34fe203c22aa46234934f0fa268caa823ee4370ef2034b2c11298/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68657368616d666f7564612f6c61726176656c2d7061636b616765732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/heshamfouda/laravel-packages-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7ebba1f0047c06932975659661aa955459778d0210fd3d23cebcd40cf240200e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68657368616d666f7564612f6c61726176656c2d7061636b616765732d6d616e616765722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/heshamfouda/laravel-packages-manager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c2a1eb45ca129fd8155228e38e15b9c05de97385a3df72ff94c0b4fe4a181c04/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68657368616d666f7564612f6c61726176656c2d7061636b616765732d6d616e616765722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/heshamfouda/laravel-packages-manager/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/144506cf1e1f6c7af36817210008cd9bcc7465cf8d31483f75a2a8dd354e75d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68657368616d666f7564612f6c61726176656c2d7061636b616765732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/heshamfouda/laravel-packages-manager)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this laravel-packages-manager
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/c61f47faa4f0ed17eef69f55293a3e0ef26b63146defd3e39a15f397f637b7ef/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d7061636b616765732d6d616e616765722e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-packages-manager)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require heshamfouda/laravel-packages-manager
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Heshamfouda\PackagesManager\PackagesManagerServiceProvider" --tag="laravel-packages-manager-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Heshamfouda\PackagesManager\PackagesManagerServiceProvider" --tag="laravel-packages-manager-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-packages-manager = new Heshamfouda\PackagesManager();
echo $laravel-packages-manager->echoPhrase('Hello, Heshamfouda!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [HeshamFouda](https://github.com/heshamfouda)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1da9c7b76693fd6dff979ebcc864d67ea9e92fee6051a65b03959695da520331?d=identicon)[etchfoda](/maintainers/etchfoda)

---

Top Contributors

[![hesham-fouda](https://avatars.githubusercontent.com/u/15731469?v=4)](https://github.com/hesham-fouda "hesham-fouda (3 commits)")

### Embed Badge

![Health badge](/badges/heshamfouda-laravel-packages-manager/health.svg)

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

###  Alternatives

[spiral/mcp-server

Spiral bridge for MCP server

541.1k2](/packages/spiral-mcp-server)

PHPackages © 2026

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