{"id":36419483,"url":"https://github.com/netcore/galerts","last_synced_at":"2026-01-11T17:04:58.963Z","repository":{"id":57025388,"uuid":"83824694","full_name":"netcore/galerts","owner":"netcore","description":"PHP Laravel driven application for handling Google Alerts","archived":false,"fork":false,"pushed_at":"2017-07-10T13:27:08.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-18T03:58:03.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/netcore.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}},"created_at":"2017-03-03T17:39:55.000Z","updated_at":"2020-04-03T16:04:46.000Z","dependencies_parsed_at":"2022-08-23T14:11:19.411Z","dependency_job_id":null,"html_url":"https://github.com/netcore/galerts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/netcore/galerts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fgalerts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fgalerts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fgalerts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fgalerts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netcore","download_url":"https://codeload.github.com/netcore/galerts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fgalerts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28314264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"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":[],"created_at":"2026-01-11T17:04:58.911Z","updated_at":"2026-01-11T17:04:58.958Z","avatar_url":"https://github.com/netcore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Alerts manager\n\n### Installation\n1. Install package using command\n```bash \n    composer require netcore/galerts\n```\n2. Add service provider to your app.php file\n```php\n    'providers' =\u003e [\n        ...\n        Netcore\\GAlerts\\GAlertsServiceProvider::class,\n    ]\n```\n\n### Usage\n\nAt the top of your controller/service put the following\n```php\n    use Netcore\\GAlerts\\GAlert;\n```\n\n- Fetch all existing alerts\n```php\n    GAlert::all();\n```\n\n- Find alert by data id\n```php\n    GAlert::findByDataId('28764d5015595ee0:60bb6f517d7861db:com:en:US:L');\n```\n\n- Find alert by data id\n```php\n    GAlert::findByKeyword('My alert');\n```\n\n- Create an alert\n```php\n    $alert = new GAlert;\n    \n    $alert = $alert\n        -\u003ekeyword('My alert')\n        -\u003edeliverToEmail()\n        -\u003efrequencyWeekly()\n        -\u003elanguage('lv')\n        -\u003esave();\n```\n\n- Update an existing alert\n```php\n    $alert = GAlert::findByKeyword('My alert');\n   \n    $updated = $alert\n        -\u003ekeyword('My new alert')\n        -\u003edeliverToFeed()\n        -\u003eupdate();\n```\n\n- Delete an alert\n```php\n    $alert = GAlert::findByKeyowrd('My alert');\n   \n    $alert-\u003edelete();\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcore%2Fgalerts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcore%2Fgalerts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcore%2Fgalerts/lists"}