{"id":18301967,"url":"https://github.com/filamentphp/plugin-skeleton","last_synced_at":"2025-05-16T14:04:39.800Z","repository":{"id":103745844,"uuid":"444403794","full_name":"filamentphp/plugin-skeleton","owner":"filamentphp","description":"A package skeleton for developing Filament plugins. ","archived":false,"fork":false,"pushed_at":"2025-05-12T22:36:45.000Z","size":157,"stargazers_count":234,"open_issues_count":4,"forks_count":61,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-12T23:31:50.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"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/filamentphp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"vendor_name"}},"created_at":"2022-01-04T12:04:01.000Z","updated_at":"2025-05-12T22:36:42.000Z","dependencies_parsed_at":"2023-12-25T23:33:04.939Z","dependency_job_id":"ebb9bdbf-d250-414b-b264-f112aa5bbb7a","html_url":"https://github.com/filamentphp/plugin-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filamentphp%2Fplugin-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filamentphp%2Fplugin-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filamentphp%2Fplugin-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filamentphp%2Fplugin-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filamentphp","download_url":"https://codeload.github.com/filamentphp/plugin-skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"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":[],"created_at":"2024-11-05T15:17:35.169Z","updated_at":"2025-05-16T14:04:39.780Z","avatar_url":"https://github.com/filamentphp.png","language":"PHP","funding_links":["https://github.com/sponsors/vendor_name"],"categories":[],"sub_categories":[],"readme":"# :package_description\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/fix-php-code-styling.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A\"Fix+PHP+code+styling\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)\n\n\u003c!--delete--\u003e\n---\nThis repo can be used to scaffold a Filament plugin. Follow these steps to get started:\n\n1. Press the \"Use this template\" button at the top of this repo to create a new repo with the contents of this skeleton.\n2. Run \"php ./configure.php\" to run a script that will replace all placeholders throughout all the files.\n3. Make something great!\n---\n\u003c!--/delete--\u003e\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require :vendor_slug/:package_slug\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\":package_slug-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\":package_slug-config\"\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\":package_slug-views\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\n## Usage\n\n```php\n$variable = new VendorName\\Skeleton();\necho $variable-\u003eechoPhrase('Hello, VendorName!');\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](.github/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- [:author_name](https://github.com/:author_username)\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%2Ffilamentphp%2Fplugin-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilamentphp%2Fplugin-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilamentphp%2Fplugin-skeleton/lists"}