{"id":21069185,"url":"https://github.com/devfaysal/static-options","last_synced_at":"2025-03-14T02:25:26.952Z","repository":{"id":187844945,"uuid":"677682876","full_name":"devfaysal/static-options","owner":"devfaysal","description":"Helper functions that returns array of static options for Select","archived":false,"fork":false,"pushed_at":"2023-08-28T05:01:56.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T02:53:20.158Z","etag":null,"topics":["options","php","select"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devfaysal.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-12T09:30:25.000Z","updated_at":"2023-08-16T06:06:17.000Z","dependencies_parsed_at":"2024-11-19T18:54:45.114Z","dependency_job_id":null,"html_url":"https://github.com/devfaysal/static-options","commit_stats":null,"previous_names":["devfaysal/static-options"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfaysal%2Fstatic-options","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfaysal%2Fstatic-options/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfaysal%2Fstatic-options/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfaysal%2Fstatic-options/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devfaysal","download_url":"https://codeload.github.com/devfaysal/static-options/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243510171,"owners_count":20302316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["options","php","select"],"created_at":"2024-11-19T18:33:05.206Z","updated_at":"2025-03-14T02:25:26.932Z","avatar_url":"https://github.com/devfaysal.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Helper functions that return the array of static options for Select\nDo not write or copy/paste in every project. Just require the package and use the global function\n\nFor Division/District/Upazila data of Bangladesh, check [devfaysal/laravel-bangladesh-geocode](https://github.com/devfaysal/laravel-bangladesh-geocode)\n\n```bash\ncomposer require devfaysal/static-options\n```\n\n### Blood Group \n`bloodGroupOptions()`\n```php\n[\n    'A+'    =\u003e 'A+',\n    'B+'    =\u003e 'B+',\n    'AB+'   =\u003e 'AB+',\n    'O+'    =\u003e 'O+',\n    'A-'    =\u003e 'A-',\n    'B-'    =\u003e 'B-',\n    'AB-'   =\u003e 'AB-',\n    'O-'    =\u003e 'O-'\n]\n```\n\n### Religion\n`religionOptions()`\n```php\n[\n    'Islam'         =\u003e 'Islam',\n    'Christianity'  =\u003e 'Christianity',\n    'Hinduism'      =\u003e 'Hinduism',\n    'Buddhism'      =\u003e 'Buddhism',\n    'Other'         =\u003e 'Other'\n]\n```\n\n### Gender\n`genderOptions()`\n```php\n[\n    'Male'  =\u003e 'Male',\n    'Female'=\u003e 'Female',\n    'Other' =\u003e 'Other'\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfaysal%2Fstatic-options","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevfaysal%2Fstatic-options","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfaysal%2Fstatic-options/lists"}