{"id":25852822,"url":"https://github.com/omar-haris/filament-timezone-field","last_synced_at":"2026-03-17T23:07:20.485Z","repository":{"id":212500711,"uuid":"731674484","full_name":"omar-haris/filament-timezone-field","owner":"omar-haris","description":"A Laravel Filament component that enables users to choose a specific timezone grouped by regions, with support for multiple languages.","archived":false,"fork":false,"pushed_at":"2024-09-29T13:06:57.000Z","size":195,"stargazers_count":17,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-12T14:34:34.237Z","etag":null,"topics":["filament","filament-plugin","laravel","php","timezone-picker"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omar-haris.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"omar-haris"}},"created_at":"2023-12-14T15:59:29.000Z","updated_at":"2025-10-27T09:11:35.000Z","dependencies_parsed_at":"2023-12-14T16:03:23.118Z","dependency_job_id":"82770661-5e62-4e6d-a3e4-a9bb77e374ec","html_url":"https://github.com/omar-haris/filament-timezone-field","commit_stats":null,"previous_names":["omar-haris/filament-timezone-field"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/omar-haris/filament-timezone-field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-haris%2Ffilament-timezone-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-haris%2Ffilament-timezone-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-haris%2Ffilament-timezone-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-haris%2Ffilament-timezone-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omar-haris","download_url":"https://codeload.github.com/omar-haris/filament-timezone-field/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omar-haris%2Ffilament-timezone-field/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["filament","filament-plugin","laravel","php","timezone-picker"],"created_at":"2025-03-01T14:29:04.795Z","updated_at":"2026-03-17T23:07:20.473Z","avatar_url":"https://github.com/omar-haris.png","language":"PHP","funding_links":["https://github.com/sponsors/omar-haris"],"categories":["Plugins"],"sub_categories":["Administration \u0026 Management"],"readme":"# Laravel Filament Timezone Field\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/omar-haris/filament-timezone-field.svg?style=flat-square)](https://packagist.org/packages/omar-haris/filament-timezone-field)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/omar-haris/filament-timezone-field/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/omar-haris/filament-timezone-field/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/omar-haris/filament-timezone-field/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/omar-haris/filament-timezone-field/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/omar-haris/filament-timezone-field.svg?style=flat-square)](https://packagist.org/packages/omar-haris/filament-timezone-field)\n[![Total Stars](https://img.shields.io/github/stars/omar-haris/filament-timezone-field?style=flat-square)](https://github.com/omar-haris/filament-timezone-field)\n\nA Laravel Filament component that enables users to choose a specific timezone grouped by regions, with support for multiple languages.\n\n\u003cimg src=\"https://github.com/omar-haris/filament-timezone-field/blob/main/docs/timezone.png?raw=true\" width=\"400\"/\u003e \u003cimg src=\"https://raw.githubusercontent.com/omar-haris/filament-timezone-field/main/docs/timezone-arabic.png?raw=true\" width=\"400\"/\u003e\n\n## Requirements\n\n- PHP 8.1^\n- Filament v3\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require omar-haris/filament-timezone-field\n```\nYou can publish the translation languages files with:\n\n```bash\nphp artisan vendor:publish --tag=\"filament-timezone-field-translations\"\n```\nSupported languages\n\n- Arabic\n- English\n\n## Usage\n\n#### Add to your filament form resource:\n\n```php\nuse OmarHaris\\FilamentTimezoneField\\Forms\\Components\\Timezone as TimezoneComponent;\n \npublic static function form(Form $form): Form\n{\n    return $form\n        -\u003eschema([\n            // ...\n            TimezoneComponent::make('timezone')\n                -\u003esearchable()\n                -\u003erequired(),\n            // ...\n        ]);\n}\n```\n\n#### Add to your filament table resource:\n\n```php\nuse OmarHaris\\FilamentTimezoneField\\Tables\\Columns\\Timezone as TimezoneColumn;\n \npublic static function form(Form $form): Form\n{\n    return $form\n        -\u003ecolumns([\n            // ...\n            TimezoneColumn::make('timezone')\n                -\u003esortable()\n                -\u003etoggleable(),\n            // ...\n        ]);\n}\n```\n\n#### You can use it as a table filter\n```php\nuse OmarHaris\\FilamentTimezoneField\\Tables\\Filters\\Timezone as TimezoneFilter;\n\npublic static function table(Table $table): Table\n{\n    return $table\n        //...\n        -\u003efilters([\n            TimezoneFilter::make('timezone'),\n            // ...\n        ])\n}\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Omar Haris](https://github.com/omar-haris)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar-haris%2Ffilament-timezone-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomar-haris%2Ffilament-timezone-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar-haris%2Ffilament-timezone-field/lists"}