PHPackages                             devfaysal/static-options - 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. devfaysal/static-options

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

devfaysal/static-options
========================

Collection of array values of different staic option for the select fields

v0.2.0(2y ago)37MITPHPPHP ^7.0|^8.0

Since Aug 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devfaysal/static-options)[ Packagist](https://packagist.org/packages/devfaysal/static-options)[ Docs](https://github.com/devfaysal/static-options)[ RSS](/packages/devfaysal-static-options/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Helper functions that return the array of static options for Select
-------------------------------------------------------------------

[](#helper-functions-that-return-the-array-of-static-options-for-select)

Do not write or copy/paste in every project. Just require the package and use the global function

For Division/District/Upazila data of Bangladesh, check [devfaysal/laravel-bangladesh-geocode](https://github.com/devfaysal/laravel-bangladesh-geocode)

```
composer require devfaysal/static-options
```

### Blood Group

[](#blood-group)

`bloodGroupOptions()`

```
[
    'A+'    => 'A+',
    'B+'    => 'B+',
    'AB+'   => 'AB+',
    'O+'    => 'O+',
    'A-'    => 'A-',
    'B-'    => 'B-',
    'AB-'   => 'AB-',
    'O-'    => 'O-'
]
```

### Religion

[](#religion)

`religionOptions()`

```
[
    'Islam'         => 'Islam',
    'Christianity'  => 'Christianity',
    'Hinduism'      => 'Hinduism',
    'Buddhism'      => 'Buddhism',
    'Other'         => 'Other'
]
```

### Gender

[](#gender)

`genderOptions()`

```
[
    'Male'  => 'Male',
    'Female'=> 'Female',
    'Other' => 'Other'
]
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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

2

Last Release

1057d ago

PHP version history (2 changes)v0.1.0PHP ^7.0

v0.2.0PHP ^7.0|^8.0

### 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 (6 commits)")

---

Tags

optionsphpselectphplaravelstatic options

### Embed Badge

![Health badge](/badges/devfaysal-static-options/health.svg)

```
[![Health](https://phpackages.com/badges/devfaysal-static-options/health.svg)](https://phpackages.com/packages/devfaysal-static-options)
```

###  Alternatives

[amranidev/laracombee

Recommendation system for laravel

11538.8k1](/packages/amranidev-laracombee)[yieldstudio/tailwind-merge-php

Merge Tailwind CSS classes without style conflicts

4975.4k1](/packages/yieldstudio-tailwind-merge-php)[salmanzafar/laravel-geocode

A Laravel Library to find Lat and Long of a given Specific Address

154.4k](/packages/salmanzafar-laravel-geocode)[wujunze/money-wrapper

MoneyPHP Wrapper

103.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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