{"id":14955152,"url":"https://github.com/hiwelo/raccoon-plugin","last_synced_at":"2025-06-14T16:04:43.433Z","repository":{"id":56984879,"uuid":"51408703","full_name":"hiwelo/raccoon-plugin","owner":"hiwelo","description":"With Raccoon, use a JSON or YAML file to manage WordPress theme features","archived":false,"fork":false,"pushed_at":"2017-08-14T14:26:56.000Z","size":1063,"stargazers_count":20,"open_issues_count":9,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T03:31:43.090Z","etag":null,"topics":["json","wordpress","wordpress-admin","wordpress-configuration","wordpress-development","wordpress-plugin","yaml"],"latest_commit_sha":null,"homepage":"","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/hiwelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-09T23:31:14.000Z","updated_at":"2025-02-06T16:00:38.000Z","dependencies_parsed_at":"2022-08-21T09:10:32.482Z","dependency_job_id":null,"html_url":"https://github.com/hiwelo/raccoon-plugin","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/hiwelo/raccoon-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwelo%2Fraccoon-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwelo%2Fraccoon-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwelo%2Fraccoon-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwelo%2Fraccoon-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiwelo","download_url":"https://codeload.github.com/hiwelo/raccoon-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwelo%2Fraccoon-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259843315,"owners_count":22920309,"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":["json","wordpress","wordpress-admin","wordpress-configuration","wordpress-development","wordpress-plugin","yaml"],"created_at":"2024-09-24T13:10:35.390Z","updated_at":"2025-06-14T16:04:43.406Z","avatar_url":"https://github.com/hiwelo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raccoon WordPress plugin\n\n**[Raccoon Plugin](https://github.com/hiwelo/raccoon-plugin)** is a [_WordPress_](https://wordpress.org/) plugin which allows you to easily manage WordPress theme features with a JSON or YAML configuration file.\n\n[![Build Status](https://travis-ci.org/hiwelo/raccoon-plugin.svg)](https://travis-ci.org/hiwelo/raccoon-plugin)\n\n\n## Summary\n  - [Dev requirements](#dev-requirements)\n  - [Installation](#installation)\n  - [After installation](#after-installation)\n  - [Manifest JSON or YAML file](#manifest-json-or-yaml-file)\n  - [Documentation](https://github.com/hiwelo/raccoon-plugin/wiki)\n  - [Third-part features](#third-part-features)\n\n\n## Dev requirements\nFor its development, **[Raccoon Plugin](https://github.com/hiwelo/raccoon-plugin)** requires:\n  - PHP \u003e= 5.6\n  - Composer\n  - WordPress \u003e= 4.4\n\n\n## Installation\nTo install the **[Raccoon Plugin](https://github.com/hiwelo/raccoon-plugin)** in your\nWordPress project, you can :\n\n1. Clone the repository in your _WordPress_ plugin directory :\n`git clone https://github.com/hiwelo/raccoon-plugin.git`\n\n2. If your using _Composer_ and an environment like _[Bedrock](https://roots.io/bedrock)_ : `composer require hiwelo/raccoon-plugin`\n\n\nIf you want to install this plugin directly in your WordPress without Composer, I suggest you to install it in the *Must-Use Plugins* `mu-plugins/` directory.\n\nIf you want to install this plugin with _Composer_, note that this package has a specific type (`wordpress-muplugin`) for a direct installation into the `mu-plugins/` directory (like in _[Bedrock](https://roots.io/bedrock)_).\n\n\n## After installation\n\nIf the plugin is in the WordPress `mu-plugins/` directory, you do not need to do something special to activate it.\nYou just need to create a `manifest.json` file in your theme's root directory to use it.\n\nIf the plugin is in the WordPress `plugins/` directory, do not forget to activate it in the WordPress admin panel and create the `manifest.json` file in your theme's root directory.\n\n\n## Manifest JSON or YAML file\n\nOnce you created the JSON or YAML file in your theme's root directory, you can use in this file all features described in [this project's wiki](https://github.com/hiwelo/raccoon-plugin/wiki).\n\n\n## Third-part features\n\n### Raccoon loves Bedrock\n_[Bedrock](https://roots.io/bedrock/)_ is a _WordPress_ boilerplate which create a better projet structure mainly with a new `wp-content/` folder renamed `app/`.\n_[Bedrock](https://roots.io/bedrock/)_ use Composer and environments variables.\n\nBy example, **[Raccoon](https://github.com/hiwelo/raccoon/)** can use environments variables from Bedrocks to know the environment status (development, production, staging) and manage which debug informations has to be returned by the theme.\nIf you don't use _[Bedrock](https://roots.io/bedrock/)_, you can manually set environment status in the `manifest.json` file like this :\n```json\n{\n  \"environment-status\": \"development\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiwelo%2Fraccoon-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiwelo%2Fraccoon-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiwelo%2Fraccoon-plugin/lists"}