{"id":18080826,"url":"https://github.com/joanrodas/plubo-roles","last_synced_at":"2026-05-14T13:34:46.302Z","repository":{"id":62354953,"uuid":"484777922","full_name":"joanrodas/plubo-roles","owner":"joanrodas","description":"WordPress roles simplified","archived":false,"fork":false,"pushed_at":"2022-04-24T12:16:46.000Z","size":28,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T16:42:56.046Z","etag":null,"topics":["plugin","roles-management","wordpress","wordpress-capabilities","wordpress-library","wordpress-plugin","wordpress-role","wordpress-roles","wordpress-roles-capabilities","wp-plugin"],"latest_commit_sha":null,"homepage":"https://plubo.dev","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/joanrodas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"joanrodas","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-04-23T15:00:39.000Z","updated_at":"2022-09-19T01:22:46.000Z","dependencies_parsed_at":"2022-10-31T10:52:10.885Z","dependency_job_id":null,"html_url":"https://github.com/joanrodas/plubo-roles","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/joanrodas/plubo-roles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo-roles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo-roles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo-roles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo-roles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joanrodas","download_url":"https://codeload.github.com/joanrodas/plubo-roles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo-roles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32912795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["plugin","roles-management","wordpress","wordpress-capabilities","wordpress-library","wordpress-plugin","wordpress-role","wordpress-roles","wordpress-roles-capabilities","wp-plugin"],"created_at":"2024-10-31T13:10:39.563Z","updated_at":"2026-05-14T13:34:46.266Z","avatar_url":"https://github.com/joanrodas.png","language":"PHP","funding_links":["https://ko-fi.com/joanrodas"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  Plubo Roles\n\u003c/p\u003e\n\n[![GitHub stars](https://img.shields.io/github/stars/joanrodas/plubo-roles?style=for-the-badge)](https://github.com/joanrodas/plubo-roles/stargazers)\n![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/joanrodas/plubo-roles?style=for-the-badge)\n\nWordPress roles simplified.\n\n\n\u003cbr/\u003e\n\n## Getting started\n\n`composer require joanrodas/plubo-roles`\n\n\u003e You can also install Plubo Roles as a standalone WordPress plugin, simply downloading the zip and placing it in the plugins folder.\n\n\u003cbr/\u003e\n\n## Basic usage\n\n```php\n\u003c?php\nPluboRoles\\RolesProcessor::init();\n\nadd_filter('plubo/roles', function($roles) {\n  $roles[] = pb_role('student', 'Student')-\u003eextend('subscriber')-\u003eaddCaps(['view_lesson', 'view_task']);\n  $roles[] = pb_role('instructor')-\u003eextend('contributor')-\u003erestrictAdmin();\n  $roles[] = pb_role('subscriber')-\u003erename('Member');\n  return $roles;\n}); ?\u003e\n```\n\n\u003cbr\u003e\n\n## Contributions\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=for-the-badge)](https://github.com/joanrodas/plubo-roles/issues)\n[![GitHub issues](https://img.shields.io/github/issues/joanrodas/plubo-roles?style=for-the-badge)](https://github.com/joanrodas/plubo-roles/issues)\n[![GitHub license](https://img.shields.io/github/license/joanrodas/plubo-roles?style=for-the-badge)](https://github.com/joanrodas/plubo-roles/blob/main/LICENSE)\n\n\nFeel free to contribute to the project, suggesting improvements, reporting bugs and coding.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoanrodas%2Fplubo-roles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoanrodas%2Fplubo-roles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoanrodas%2Fplubo-roles/lists"}