{"id":26654841,"url":"https://github.com/samiaraboglu/one-signal-api-bundle","last_synced_at":"2025-04-11T08:18:21.502Z","repository":{"id":62539808,"uuid":"124598095","full_name":"samiaraboglu/one-signal-api-bundle","owner":"samiaraboglu","description":"OneSignal API Symfony Bundle","archived":false,"fork":false,"pushed_at":"2020-02-04T08:51:02.000Z","size":7,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T01:47:49.975Z","etag":null,"topics":["api","one-signal","onesignal","symfony","symfony-bundle"],"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/samiaraboglu.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":"2018-03-09T22:03:05.000Z","updated_at":"2021-04-10T21:12:25.000Z","dependencies_parsed_at":"2022-11-02T15:32:09.485Z","dependency_job_id":null,"html_url":"https://github.com/samiaraboglu/one-signal-api-bundle","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiaraboglu%2Fone-signal-api-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiaraboglu%2Fone-signal-api-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiaraboglu%2Fone-signal-api-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiaraboglu%2Fone-signal-api-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samiaraboglu","download_url":"https://codeload.github.com/samiaraboglu/one-signal-api-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248360727,"owners_count":21090746,"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":["api","one-signal","onesignal","symfony","symfony-bundle"],"created_at":"2025-03-25T05:44:39.965Z","updated_at":"2025-04-11T08:18:21.483Z","avatar_url":"https://github.com/samiaraboglu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# one-signal-api-bundle\n\nUse the OneSignal PHP API [made by Norkunas](https://github.com/norkunas/onesignal-php-api).\n\n### Download the Bundle\n\n```console\n$ composer require samiaraboglu/one-signal-api-bundle\n```\n\n### Enable the Bundle\n\nRegistered bundles in the `app/AppKernel.php` file of your project:\n\n```php\n\u003c?php\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n            new Samiax\\OneSignalApiBundle\\SamiaxOneSignalApiBundle(),\n        );\n        // ...\n    }\n    // ...\n}\n```\n\n### Config\nAdd this to config.yml:\n\n```yaml\nsamiax_one_signal_api:\n    app_id:         \"{ONE_SIGNAL_API_APP_ID}\"\n    app_auth_key:   \"{ONE_SIGNAL_API_APP_AUTH_KEY}\"\n    user_auth_key:  \"{ONE_SIGNAL_API_USER_AUTH_KEY}\"\n```\n\n### Basic Use\nGets all apps:\n\n```php\n$service = $this-\u003eget('samiax_one_signal_api.service');\n\n$myApps = $service-\u003eapps-\u003egetAll();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamiaraboglu%2Fone-signal-api-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamiaraboglu%2Fone-signal-api-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamiaraboglu%2Fone-signal-api-bundle/lists"}