{"id":21625085,"url":"https://github.com/ntidev/notificationbundle","last_synced_at":"2025-04-11T12:34:46.568Z","repository":{"id":51144171,"uuid":"128984066","full_name":"ntidev/NotificationBundle","owner":"ntidev","description":"Sending notifications throw different applications.","archived":false,"fork":false,"pushed_at":"2021-05-21T14:51:58.000Z","size":119,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T18:15:32.036Z","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/ntidev.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-04-10T19:20:56.000Z","updated_at":"2021-05-21T14:17:48.000Z","dependencies_parsed_at":"2022-09-19T08:10:47.739Z","dependency_job_id":null,"html_url":"https://github.com/ntidev/NotificationBundle","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/ntidev%2FNotificationBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FNotificationBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FNotificationBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FNotificationBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntidev","download_url":"https://codeload.github.com/ntidev/NotificationBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248402308,"owners_count":21097328,"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-25T01:07:51.742Z","updated_at":"2025-04-11T12:34:46.534Z","avatar_url":"https://github.com/ntidev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"NotificationBundle\n===\nThis bundle provide capability to register and send notifications throw multiple applications.\n\n## Installation\n\n\n#### Step 1: Download the Bundle\n\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```bash\n$ composer require nti/notification-bundle\n```\n\nThis command requires you to have Composer installed globally, as explained\nin the [installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\n#### Step 2: Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles\nin the `app/AppKernel.php` file of your project:\n\n```php\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            new NTI\\NotificationBundle\\NotificationBundle(),\n        );\n    }\n}\n```\n#### Step 3: Configuration\n Fill the bundle configuration in the `config.yml` file.\n \n ```yaml\n nti_notification:\n     user_destination_get_method: getEmail\n     user_authentication_roles: [ROLE_USER]\n ```\n \n The bundle use your User class entity as a notification destination so you\n can easily set your security authentication role and unique property get method that\n you want to use as destination identifier.\n \n #### Documentation:\n \n * [How it works](/Resources/docs/HOW_IT_WORKS.md)\n * [API](/Resources/docs/API_NOTIFICATION.md)\n    * [Notification](/Resources/docs/API_NOTIFICATION.md)\n    * [Destination](/Resources/docs/API_DESTINATION.md)\n * [Commands and cron-jobs](/Resources/docs/COMMANDS_AND_CRON_JOBS.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Fnotificationbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntidev%2Fnotificationbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Fnotificationbundle/lists"}