PHPackages                             magdasaif/products - 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. magdasaif/products

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

magdasaif/products
==================

this package to handle product basic details

024PHP

Since Aug 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/magdasaif/products)[ Packagist](https://packagist.org/packages/magdasaif/products)[ RSS](/packages/magdasaif-products/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
===============================================================================
# this package used to handle product bascis details

===============================================================================
# to use it you can follow this steps
    1- install package through this command
        composer require magdasaif/products:dev-dev

    2- if you need to publish migrations files do
        php artisan vendor:publish --tag=product-migrations

    3- if you need to publish blade views do
        php artisan vendor:publish --tag=product-views

    4- if you need to publish route file do
        php artisan vendor:publish --tag=product-routes

    5- if you deal with images , put below disk to filesystem
        'product-images' => [
            'driver'        => 'local',
            'root'          => storage_path('app/public/product-images'),  //storage-app-public-product-images
            'url'           => env('APP_URL') . '/storage/product-images',
            'visibility'    => 'public',
        ],

    [//]: # 3- if you need to publish all package folders do
    [//]: #    php artisan vendor:publish --tag=product-module

then you can
    - access any route in this package
    - migrate any files in package
    - publish migration files to able to edit on them
    - publish blade files to able to edit on them
    - publish route files to able to edit on them

===============================================================================
you can publish package files through this command
    php artisan vendor:publish

===============================================================================
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

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/059e19abb16b9ac1e95d6204eb0c10f35029dcc94c8aee6ce45a2739da047e49?d=identicon)[magdasaif](/maintainers/magdasaif)

---

Top Contributors

[![magdasaif](https://avatars.githubusercontent.com/u/44680408?v=4)](https://github.com/magdasaif "magdasaif (31 commits)")

### Embed Badge

![Health badge](/badges/magdasaif-products/health.svg)

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

PHPackages © 2026

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