PHPackages                             tahiryasin/laravel-product - 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. tahiryasin/laravel-product

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

tahiryasin/laravel-product
==========================

A simple 'Product' module.

01PHP

Since Mar 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tahiryasin/laravel-product)[ Packagist](https://packagist.org/packages/tahiryasin/laravel-product)[ RSS](/packages/tahiryasin-laravel-product/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Product Module
==============

[](#product-module)

A simple "Product" module for Backend Developer- Skill Assessment Test.

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

[](#installation)

1. Download the zip folder from the github repository.
2. Create a directory named `modules/Product` at application root
3. Unzip the downloaded folder and copy contents inside `modules/Product` directory
4. Now open `config/app.php` and register module service provider.

```
'providers' => [
        ...
        /*
         * Package Service Providers...
         */

        \Modules\Product\Providers\ProductServiceProvider::class,
]
```

5. Now open composer.json and go to `autoload psr-4`.

```
    "autoload": {
        "psr-4": {
            ...
            "Modules\\Product\\": "modules/Product/"
        }
    }
```

6. Set application environment variable `MAIL_MAILER=log`
7. Now open the command prompt and run
    `php artisan config:cache`
    `composer dump-autoload`
    `php artisan migrate`

Testing
-------

[](#testing)

Download the postman collection from email attachment and test the APIs.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

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://avatars.githubusercontent.com/u/2690391?v=4)[Tahir Yasin](/maintainers/tahiryasin)[@tahiryasin](https://github.com/tahiryasin)

---

Top Contributors

[![tahiryasin](https://avatars.githubusercontent.com/u/2690391?v=4)](https://github.com/tahiryasin "tahiryasin (2 commits)")

---

Tags

laravel-apilaravel-jobslaravel-learnerlaravel-moduleslaravel-package

### Embed Badge

![Health badge](/badges/tahiryasin-laravel-product/health.svg)

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

###  Alternatives

[florianwolters/component-util-singleton

The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.

13179.3k5](/packages/florianwolters-component-util-singleton)

PHPackages © 2026

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