{"id":17119905,"url":"https://github.com/clarkeash/shield","last_synced_at":"2025-04-13T02:32:05.164Z","repository":{"id":56953373,"uuid":"97971185","full_name":"clarkeash/shield","owner":"clarkeash","description":"A laravel middleware to protect against unverified webhooks from 3rd party services.","archived":false,"fork":false,"pushed_at":"2017-10-19T07:42:31.000Z","size":69,"stargazers_count":94,"open_issues_count":0,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T17:49:53.250Z","etag":null,"topics":["laravel","laravel-package","php","webhooks"],"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/clarkeash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-21T17:18:58.000Z","updated_at":"2025-02-16T04:24:44.000Z","dependencies_parsed_at":"2022-08-21T08:20:30.575Z","dependency_job_id":null,"html_url":"https://github.com/clarkeash/shield","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkeash%2Fshield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkeash%2Fshield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkeash%2Fshield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkeash%2Fshield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarkeash","download_url":"https://codeload.github.com/clarkeash/shield/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657793,"owners_count":21140842,"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":["laravel","laravel-package","php","webhooks"],"created_at":"2024-10-14T17:58:25.143Z","updated_at":"2025-04-13T02:32:04.732Z","avatar_url":"https://github.com/clarkeash.png","language":"PHP","readme":"# Project Moved\n\nThis project has moved to https://github.com/laravel-shield/shield.\n\nI am still happy for your contributions please read the guide here: http://laravel-shield.com/contributing\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n# Shield\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/clarkeash/shield\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/clarkeash/shield.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/clarkeash/shield\"\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/github/clarkeash/shield.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://scrutinizer-ci.com/g/clarkeash/shield\"\u003e\n    \u003cimg src=\"https://img.shields.io/scrutinizer/g/clarkeash/shield.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/clarkeash/shield/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/clarkeash/shield.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/clarkeash\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/author-@clarkeash-blue.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nShield is a laravel middleware to protect against unverified webhooks from 3rd party services.\n\n## Installation\n\nYou can pull in the package using [composer](https://getcomposer.org):\n\n```bash\n$ composer require clarkeash/shield\n```\n\nPublish the package configuration:\n\n```bash\n$ php artisan vendor:publish --tag=config\n```\n\n## Usage\n\nCreate your webhook route in `routes/api.php` and add the middleware like so:\n\n```php\nRoute::middleware('shield:github')-\u003epost('/hooks/github', 'HooksController@github');\n```\n\nThe name after `shield:` is the name set in `config/shield.php` in the `enabled` section.\n\n## Services\n\n* GitHub\n* GitLab\n* Stripe\n* Zapier\n\nFeel free to submit a PR to support other services.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarkeash%2Fshield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarkeash%2Fshield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarkeash%2Fshield/lists"}