{"id":22238666,"url":"https://github.com/tomatophp/filament-developer-gate","last_synced_at":"2025-10-10T09:10:32.843Z","repository":{"id":231894873,"uuid":"782985763","full_name":"tomatophp/filament-developer-gate","owner":"tomatophp","description":"Secure your selected route by using a middleware with static password for developers only","archived":false,"fork":false,"pushed_at":"2025-08-20T17:29:49.000Z","size":3491,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T19:34:18.692Z","etag":null,"topics":["developer-access","developer-tools","filamentphp","filamentphp-plugin","gate","security"],"latest_commit_sha":null,"homepage":"https://tomatophp.com/en/open-source/filament-developer-gate","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/tomatophp.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["3x1io"]}},"created_at":"2024-04-06T16:02:39.000Z","updated_at":"2025-08-20T17:29:05.000Z","dependencies_parsed_at":"2024-06-03T20:10:48.065Z","dependency_job_id":"7cbc9ec5-81c9-4bc5-842e-25df519b8e12","html_url":"https://github.com/tomatophp/filament-developer-gate","commit_stats":null,"previous_names":["tomatophp/filament-developer-gate"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tomatophp/filament-developer-gate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-developer-gate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-developer-gate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-developer-gate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-developer-gate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomatophp","download_url":"https://codeload.github.com/tomatophp/filament-developer-gate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-developer-gate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003389,"owners_count":26083579,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["developer-access","developer-tools","filamentphp","filamentphp-plugin","gate","security"],"created_at":"2024-12-03T03:17:11.512Z","updated_at":"2025-10-10T09:10:32.837Z","avatar_url":"https://github.com/tomatophp.png","language":"PHP","funding_links":["https://github.com/sponsors/3x1io"],"categories":["Plugins List"],"sub_categories":["Filament Developer Gate"],"readme":"![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-developer-gate/master/arts/fadymondy-tomato-developer-gate.jpg)\n\n# Filament developer gate\n\n[![Dependabot Updates](https://github.com/tomatophp/filament-developer-gate/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/tomatophp/filament-developer-gate/actions/workflows/dependabot/dependabot-updates)\n[![PHP Code Styling](https://github.com/tomatophp/filament-developer-gate/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/tomatophp/filament-developer-gate/actions/workflows/fix-php-code-styling.yml)\n[![Tests](https://github.com/tomatophp/filament-developer-gate/actions/workflows/tests.yml/badge.svg)](https://github.com/tomatophp/filament-developer-gate/actions/workflows/tests.yml)\n[![Latest Stable Version](https://poser.pugx.org/tomatophp/filament-developer-gate/version.svg)](https://packagist.org/packages/tomatophp/filament-developer-gate)\n[![License](https://poser.pugx.org/tomatophp/filament-developer-gate/license.svg)](https://packagist.org/packages/tomatophp/filament-developer-gate)\n[![Downloads](https://poser.pugx.org/tomatophp/filament-developer-gate/d/total.svg)](https://packagist.org/packages/tomatophp/filament-developer-gate)\n\nSecure your selected route by using a middleware with static password for developers only\n\n## Screenshots\n\n![Login](https://raw.githubusercontent.com/tomatophp/filament-developer-gate/master/arts/login.png)\n![Logout](https://raw.githubusercontent.com/tomatophp/filament-developer-gate/master/arts/logout-action.png)\n![Logout Confirm](https://raw.githubusercontent.com/tomatophp/filament-developer-gate/master/arts/logout-confirm.png)\n\n\n## Installation\n\n```bash\ncomposer require tomatophp/filament-developer-gate\n```\n\nfinally reigster the plugin on `/app/Providers/Filament/AdminPanelProvider.php`\n\n```php\n$panel-\u003eplugin(\\TomatoPHP\\FilamentDeveloperGate\\FilamentDeveloperGatePlugin::make())\n```\n\n\n## Usage\n\nto secure selected resource or page you can use this trait\n\n```php\nuse TomatoPHP\\FilamentDeveloperGate\\Traits\\InteractWithDeveloperGate;\n```\n\nor you can use the middleware direct on your routes like this\n\n```php\nRoute::middleware([\\TomatoPHP\\FilamentDeveloperGate\\Http\\Middleware\\DeveloperGateMiddleware::class])-\u003egroup(function () {\n    Route::get('/dashboard', function () {\n        return view('dashboard');\n    })-\u003ename('dashboard');\n});\n```\n\nyou can add a logout action button to your page or resource by using this trait\n\n```php\nuse TomatoPHP\\FilamentDeveloperGate\\Traits\\DeveloperGateLogoutAction;\n```\n\nor you can use direct action like this\n\n```php\nuse TomatoPHP\\FilamentDeveloperGate\\Actions\\DeveloperLogoutAction;\n\n\nDeveloperLogoutAction::make();\n```\n\n## Publish Assets\n\nyou can publish config file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-developer-gate-config\"\n```\n\nyou can publish views file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-developer-gate-views\"\n```\n\nyou can publish languages file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-developer-gate-lang\"\n```\n\nyou can publish migrations file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-developer-gate-migrations\"\n```\n\n## Testing\n\nif you like to run `PEST` testing just use this command\n\n```bash\ncomposer test\n```\n\n## Code Style\n\nif you like to fix the code style just use this command\n\n```bash\ncomposer format\n```\n\n## PHPStan\n\nif you like to check the code by `PHPStan` just use this command\n\n```bash\ncomposer analyse\n```\n\n\n## Other Filament Packages\n\nCheckout our [Awesome TomatoPHP](https://github.com/tomatophp/awesome)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Ffilament-developer-gate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomatophp%2Ffilament-developer-gate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Ffilament-developer-gate/lists"}