{"id":20614951,"url":"https://github.com/borsaco/pushenotification","last_synced_at":"2025-08-16T18:07:48.934Z","repository":{"id":98733573,"uuid":"195951622","full_name":"borsaco/PusheNotification","owner":"borsaco","description":"PHP pushe.co API wrapper","archived":false,"fork":false,"pushed_at":"2019-07-09T07:07:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T18:50:23.079Z","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/borsaco.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-09T07:03:00.000Z","updated_at":"2019-07-09T07:07:40.000Z","dependencies_parsed_at":"2023-03-13T09:01:05.918Z","dependency_job_id":null,"html_url":"https://github.com/borsaco/PusheNotification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borsaco/PusheNotification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borsaco%2FPusheNotification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borsaco%2FPusheNotification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borsaco%2FPusheNotification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borsaco%2FPusheNotification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borsaco","download_url":"https://codeload.github.com/borsaco/PusheNotification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borsaco%2FPusheNotification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270749194,"owners_count":24638673,"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-08-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2024-11-16T11:13:58.427Z","updated_at":"2025-08-16T18:07:48.921Z","avatar_url":"https://github.com/borsaco.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PusheNotification\nPHP pushe.co API wrapper\n\n## Install\n\nVia Composer\n\n``` bash\ncomposer require borsaco/pushe-notification\n```\n## Initialise\n\nfirst initialise with this code and token you get from http://poushe.co\n\n```php\n\u003c?php\n\n  $token = '7fb1***********29b464c';\n  $pushNotification = new \\Borsaco\\PusheNotification\\PushNotification($token);\n  \n?\u003e\n```\n## Usage\n\nFor set add application:\n```php\n\u003c?php\n\n  $pushNotification-\u003eaddApplication('com.example.app');\n\n?\u003e\n```\n\nFor set Notification part:\n```php\n\u003c?php\n\n  $notification = new \\Borsaco\\PusheNotification\\Entities\\Notification();\n  $notification-\u003esetTitle('title');\n  $notification-\u003esetContent('test content');\n\n  $pushNotification-\u003esetNotification($notification);\n\n?\u003e\n```\n\nFinaly you can send notification with ```send()``` method:\n```php\n\u003c?php\n\n  $pushNotification-\u003esend();\n\n?\u003e\n```\n\n## More\n\nYou can find more information in: http://panel.pushe.co/documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborsaco%2Fpushenotification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborsaco%2Fpushenotification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborsaco%2Fpushenotification/lists"}