PHPackages                             devfaysal/laravel-select-option - 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. devfaysal/laravel-select-option

ActiveLibrary

devfaysal/laravel-select-option
===============================

Option for HTML Select

013PHP

Since Jun 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devfaysal/laravel-select-option)[ Packagist](https://packagist.org/packages/devfaysal/laravel-select-option)[ RSS](/packages/devfaysal-laravel-select-option/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Option for HTML Select
======================

[](#option-for-html-select)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1a29c3902e953d77b51c0c9d673c3c0c2d2859ef7304281ba19c887541cafe69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64657666617973616c2f6c61726176656c2d73656c6563742d6f7074696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devfaysal/laravel-select-option)[![GitHub Tests Action Status](https://camo.githubusercontent.com/beb40bb6b1a088a99dca241e2b4af61b21123f8b90eef9497c81489ae501dabe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f64657666617973616c2f6c61726176656c2d73656c6563742d6f7074696f6e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/devfaysal/laravel-select-option/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/a9c494ecf911b70ac58ba568c53323526396dc9b8840324a1bd58d9fbba96ecb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64657666617973616c2f6c61726176656c2d73656c6563742d6f7074696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devfaysal/laravel-select-option)

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

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

[](#installation)

You can install the package via composer:

```
composer require devfaysal/laravel-select-option
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Devfaysal\SelectOption\SelectOptionServiceProvider" --tag="migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Devfaysal\SelectOption\SelectOptionServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-select-option = new Devfaysal\SelectOption();
echo $laravel-select-option->echoPhrase('Hello, Devfaysal!');
```

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)

- [Faysal Ahamed](https://github.com/devfaysal)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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/1f50719e87e4226e3140b479c102248ad1a44f95a059dc34092945a375b68826?d=identicon)[devfaysal](/maintainers/devfaysal)

---

Top Contributors

[![devfaysal](https://avatars.githubusercontent.com/u/16212149?v=4)](https://github.com/devfaysal "devfaysal (13 commits)")

### Embed Badge

![Health badge](/badges/devfaysal-laravel-select-option/health.svg)

```
[![Health](https://phpackages.com/badges/devfaysal-laravel-select-option/health.svg)](https://phpackages.com/packages/devfaysal-laravel-select-option)
```

PHPackages © 2026

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