{"id":21813100,"url":"https://github.com/webdevstudios/oops-wp-demo","last_synced_at":"2025-07-30T14:33:07.046Z","repository":{"id":41723135,"uuid":"237480456","full_name":"WebDevStudios/oops-wp-demo","owner":"WebDevStudios","description":"An example plugin to demonstrate usage of OOPS-WP structures and utilities.","archived":false,"fork":false,"pushed_at":"2023-01-05T06:23:08.000Z","size":3505,"stargazers_count":5,"open_issues_count":19,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T13:45:09.605Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebDevStudios.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-01-31T17:24:51.000Z","updated_at":"2023-10-14T19:10:52.000Z","dependencies_parsed_at":"2023-02-03T15:32:30.615Z","dependency_job_id":null,"html_url":"https://github.com/WebDevStudios/oops-wp-demo","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/WebDevStudios%2Foops-wp-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2Foops-wp-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2Foops-wp-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2Foops-wp-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebDevStudios","download_url":"https://codeload.github.com/WebDevStudios/oops-wp-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248795396,"owners_count":21162766,"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-27T14:27:16.134Z","updated_at":"2025-04-13T23:25:43.919Z","avatar_url":"https://github.com/WebDevStudios.png","language":"PHP","readme":"# OOPS-WP Demo\nThis is a companion repository to the [OOPS-WP](https://github.com/webdevstudios/oops-wp) project.\nIt provides code examples for the various structures and utilities provided by the OOPS-WP\nlibrary.\n\n## Requirements\nThis example requires that you have [Composer](https://getcomposer.org)\nand [Git](https://git-scm.org) installed on your computer, and that you\nare also familiar with how to set up a local WordPress installation.\n\n## Installation\nIdeally, your project would require this plugin via Composer:\n`composer require webdevstudios/oops-wp-demo`\n\nDepending on where your vendor directory is configured to install, you\nwould then require the Composer autoloader. One approach we like to take\nis to [configure Composer to install the vendor directory inside the mu-plugins\ndirectory](https://getcomposer.org/doc/06-config.md#vendor-dir), and create\nan `autoloader.php` mu-plugin, so you wind up with the following directory\nstructure:\n\n/mu-plugins/\n- /vendor/\n- autoloader.php\n\nInside autoloader.php, you would include your require statement:\n\n```\n\u003c?php\n// autoloader.php\nrequire_once __DIR__ . '/vendor/autoload.php';\n```\n\nAlternately, you can simply clone this repo into your plugins directory,\nchange into the directory, then run `composer install` there:\n\n```\ngit clone https://github.com/webdevstudios/oops-wp-demo\ncd oops-wp-demo \u0026\u0026 composer install\n```\n\nOnce complete, you should be able to activate this plugin from the\nWordPress dashboard!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevstudios%2Foops-wp-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevstudios%2Foops-wp-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevstudios%2Foops-wp-demo/lists"}