{"id":18036639,"url":"https://github.com/tareq1988/wp-notification-center","last_synced_at":"2026-03-12T14:16:31.411Z","repository":{"id":52188782,"uuid":"255066498","full_name":"tareq1988/wp-notification-center","owner":"tareq1988","description":"A notification center plugin for WordPress","archived":false,"fork":false,"pushed_at":"2022-09-01T18:50:04.000Z","size":49,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T10:51:07.617Z","etag":null,"topics":["notification","notification-center","plugin","plugins-wordpress","rest-api","wordpress"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tareq1988.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":"2020-04-12T11:19:48.000Z","updated_at":"2025-02-13T06:54:53.000Z","dependencies_parsed_at":"2022-08-27T14:47:22.482Z","dependency_job_id":null,"html_url":"https://github.com/tareq1988/wp-notification-center","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-notification-center","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-notification-center/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-notification-center/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-notification-center/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tareq1988","download_url":"https://codeload.github.com/tareq1988/wp-notification-center/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245809626,"owners_count":20676024,"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":["notification","notification-center","plugin","plugins-wordpress","rest-api","wordpress"],"created_at":"2024-10-30T12:13:49.440Z","updated_at":"2026-03-12T14:16:26.376Z","avatar_url":"https://github.com/tareq1988.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notification Center\n\nA notification center implementation for WordPress. Use this plugin to send user notification (visible only on the dashboard).\n\nQuick links: [Using](#using) | [Installing](#installing)\n\n![Notification Center](http://tareq.in/ojSYXK+)\n\n## Using\n\nFrom your plugin, you can send notifications to a user like this:\n\n```php\nwd_notify()-\u003eto( $receiver_id )\n    -\u003ebody( '\u003cstrong\u003eJohn Doe\u003c/strong\u003e has commented on your post \u003cstrong\u003eHello World\u003c/strong\u003e' )\n    -\u003efrom_user( $sender_id )\n    -\u003elink( 'https://example.com/hello-world/' )\n    -\u003esend();\n```\n\nA plugin also can send a notification to a user:\n\n```php\n$plugin_basename = 'dokan-lite/dokan.php';\n\nwd_notify()-\u003eto( $receiver_id )\n    -\u003ebody( '\u003cstrong\u003eDokan Lite\u003c/strong\u003e v2.4 is available, please upgrade.' )\n    -\u003efrom_plugin( $plugin_basename )\n    -\u003elink( 'https://example.com/wp-admin/plugins.php' )\n    -\u003esend();\n```\n\n## Installing\n\nClone into your plugins folder and run `composer install`\n\n```\ngit clone git@github.com:tareq1988/wp-notification-center.git\ncomposer install\n```\n\n### Author\n\n[Tareq Hasan](https://github.com/tareq1988)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftareq1988%2Fwp-notification-center","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftareq1988%2Fwp-notification-center","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftareq1988%2Fwp-notification-center/lists"}