{"id":21611507,"url":"https://github.com/underpin-wp/underpin","last_synced_at":"2025-07-22T03:04:25.644Z","repository":{"id":44353869,"uuid":"299755715","full_name":"Underpin-WP/underpin","owner":"Underpin-WP","description":"A WordPress Framework that makes building scale-able plugins and themes easier.","archived":false,"fork":false,"pushed_at":"2023-03-31T04:27:05.000Z","size":281,"stargazers_count":90,"open_issues_count":14,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-23T17:50:04.113Z","etag":null,"topics":["composer-package","hacktoberfest","php","wordpress","wordpress-framework","wordpress-library","wordpress-plugin-api","wordpress-plugin-library","wordpress-theme-api"],"latest_commit_sha":null,"homepage":"https://docs.underp.in","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/Underpin-WP.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}},"created_at":"2020-09-29T22:53:00.000Z","updated_at":"2024-05-22T20:15:17.000Z","dependencies_parsed_at":"2024-06-19T01:57:00.282Z","dependency_job_id":null,"html_url":"https://github.com/Underpin-WP/underpin","commit_stats":{"total_commits":84,"total_committers":3,"mean_commits":28.0,"dds":"0.13095238095238093","last_synced_commit":"b69f3d7bb2ad6df8423c6ccd83f2c74096b7a8b6"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/Underpin-WP/underpin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Underpin-WP%2Funderpin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Underpin-WP%2Funderpin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Underpin-WP%2Funderpin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Underpin-WP%2Funderpin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Underpin-WP","download_url":"https://codeload.github.com/Underpin-WP/underpin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Underpin-WP%2Funderpin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266417041,"owners_count":23925300,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["composer-package","hacktoberfest","php","wordpress","wordpress-framework","wordpress-library","wordpress-plugin-api","wordpress-plugin-library","wordpress-theme-api"],"created_at":"2024-11-24T21:12:56.472Z","updated_at":"2025-07-22T03:04:25.623Z","avatar_url":"https://github.com/Underpin-WP.png","language":"PHP","readme":"# Underpin\n\nThe goal of Underpin is to provide a pattern that makes building PHP projects easier. It\nprovides support for useful utilities that plugins need as they mature, such as a solid error logging utility, a batch\nprocessor for upgrade routines, and a decision tree class that makes extending _and_ debugging multi-layered decisions\nway easier than traditional WordPress hooks.\n\n## Installation\n\nUnderpin can be installed in any place you can write code.\n\n### Via Composer\n\n`composer require underpin/underpin`\n\n**Note** This will add Underpin as a `mu-plugin`, but due to how WordPress handles must-use plugins, this does _not\nactually add the plugin to your site_. You must also manually require the file in a mu-plugin PHP file:\n\n```php\n\u003c?php\n\nif ( ! defined( 'ABSPATH' ) ) {\n\texit;\n}\n\n// Load Underpin, and its dependencies.\n$autoload = plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';\n\nrequire_once( $autoload );\n```\n\n### Manually\n\nIf you're developing Underpin directly, or simply don't want to use Composer, follow these steps to use:\n\n1. Clone this repository, preferably in the `mu-plugins` directory.\n1. Require `Underpin.php`, preferably as a `mu-plugin`.\n\n\nI recently released the 3.0 version of this project, and unfortunately, with how I approached this build I did not document things as well as I should have. I KNOW shame on me. I'll get to it someday...\n\nSo many projects, so little time.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funderpin-wp%2Funderpin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funderpin-wp%2Funderpin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funderpin-wp%2Funderpin/lists"}