PHPackages                             sahil/first - 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. sahil/first

ActiveLaravel

sahil/first
===========

This is my first package.

2.2(7y ago)1582MITPHP

Since Jan 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sahilgupta-ucreate/first-larvel-package)[ Packagist](https://packagist.org/packages/sahil/first)[ RSS](/packages/sahil-first/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Contact Us Package
==================

[](#contact-us-package)

This package will provide you a contact us form which save all information in database table.

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

[](#installation)

Install using following command.

```
composer require sahil/first
```

Configurations
--------------

[](#configurations)

Then open `config/app/php` and add following class to providers array.

```
Sahil\First\FirstServiceProvider::class,
```

After that, Install migration using following commands in terminal.

```
php artisan migrate
```

Usage
-----

[](#usage)

Try following path for contact us form.

`www.yourdomain.com/pkg/contact`

For getting list of all message. Use following in your controller

```
use Sahil\First\ContactHelper;
```

After that, Try following code in your function.

```
$contact_helper = new ContactHelper();
$msg_list = $contact_helper->GetAllMessages();
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

5

Last Release

2662d ago

Major Versions

1.1 → 2.02019-01-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5b6bf6475e42c8b71d8198c316ee081ec065dd4bf973f1d008ce49697a94653?d=identicon)[sahilgupta-ucreate](/maintainers/sahilgupta-ucreate)

---

Top Contributors

[![sahilgupta28](https://avatars.githubusercontent.com/u/46046618?v=4)](https://github.com/sahilgupta28 "sahilgupta28 (1 commits)")

### Embed Badge

![Health badge](/badges/sahil-first/health.svg)

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

PHPackages © 2026

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