{"id":23530327,"url":"https://github.com/wpessential/wpessential-widgets","last_synced_at":"2026-02-14T00:45:26.850Z","repository":{"id":256229055,"uuid":"839395265","full_name":"wpessential/wpessential-widgets","owner":"wpessential","description":"WPEssential Widgets helpin in registry of widgets in WordPress.","archived":false,"fork":false,"pushed_at":"2025-03-19T14:02:41.000Z","size":29,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T17:45:36.703Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpessential.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,"zenodo":null}},"created_at":"2024-08-07T14:18:51.000Z","updated_at":"2025-03-19T14:02:29.000Z","dependencies_parsed_at":"2024-09-09T18:48:41.657Z","dependency_job_id":"f5500346-9101-4e4e-9290-9c87307326de","html_url":"https://github.com/wpessential/wpessential-widgets","commit_stats":null,"previous_names":["wpessential/wpessential-widgets"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/wpessential/wpessential-widgets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-widgets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-widgets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-widgets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-widgets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpessential","download_url":"https://codeload.github.com/wpessential/wpessential-widgets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-widgets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29427025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"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":"2024-12-25T21:16:37.922Z","updated_at":"2026-02-14T00:45:26.833Z","avatar_url":"https://github.com/wpessential.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPEssential Widgets\n\nHelp to register the widgets in WordPress.\n\n`composer require wpessential/wpessential-widgets`\n\nAdd the single widget to WordPress registry\n\n```php\n$sidebar = \\WPEssential\\Library\\Widget::make();\n$sidebar-\u003eadd('YOUR_NAMESPACE\\CLASS_NAME');\n$sidebar-\u003einit();\n```\n\nAdd the multiple widgets to WordPress registry\n\n```php\n$sidebar = \\WPEssential\\Library\\Widget::make();\n$sidebar-\u003eadds(['YOUR_NAMESPACE\\CLASS_NAME']);\n$sidebar-\u003einit();\n```\n\nRemove the single widget from WordPress registry\n\n```php\n$sidebar = \\WPEssential\\Library\\Widget::make();\n$sidebar-\u003eremove('YOUR_NAMESPACE\\CLASS_NAME');\n$sidebar-\u003einit();\n```\n\nRemove the multiple widget from WordPress registry\n\n```php\n$sidebar = \\WPEssential\\Library\\Widget::make();\n$sidebar-\u003eremoves(['YOUR_NAMESPACE\\CLASS_NAME']);\n$sidebar-\u003einit();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpessential%2Fwpessential-widgets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpessential%2Fwpessential-widgets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpessential%2Fwpessential-widgets/lists"}