{"id":20066411,"url":"https://github.com/itgalaxy/pillar","last_synced_at":"2026-05-13T00:02:35.853Z","repository":{"id":56994206,"uuid":"75968197","full_name":"itgalaxy/pillar","owner":"itgalaxy","description":"Collection WordPress mini plugins (theme features) to apply theme-agnostic modifications","archived":false,"fork":false,"pushed_at":"2018-12-11T21:25:15.000Z","size":4458,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-29T02:51:06.542Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","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/itgalaxy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-08T19:24:02.000Z","updated_at":"2018-12-14T14:10:04.000Z","dependencies_parsed_at":"2022-08-21T13:50:33.867Z","dependency_job_id":null,"html_url":"https://github.com/itgalaxy/pillar","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/itgalaxy/pillar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fpillar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fpillar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fpillar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fpillar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itgalaxy","download_url":"https://codeload.github.com/itgalaxy/pillar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Fpillar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"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":["wordpress","wordpress-plugin"],"created_at":"2024-11-13T13:57:02.732Z","updated_at":"2026-05-13T00:02:35.808Z","avatar_url":"https://github.com/itgalaxy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pillar\n\n[![Packagist](https://img.shields.io/packagist/v/itgalaxy/pillar.svg?style=flat-square)](https://packagist.org/packages/itgalaxy/pillar)\n[![Build Status](https://img.shields.io/travis/itgalaxy/pillar.svg?style=flat-square)](https://travis-ci.org/itgalaxy/pillar)\n[![Dependency Status](https://www.versioneye.com/user/projects/58a1fab7940b23003d2b0128/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58a1fab7940b23003d2b0128)\n\nCollection WordPress mini plugins (theme features) to apply theme-agnostic modifications.\n\n## Requirements\n\n\u003ctable\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth\u003ePrerequisite\u003c/th\u003e\n      \u003cth\u003eHow to check\u003c/th\u003e\n      \u003cth\u003eHow to install\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePHP \u0026gt;= 5.6.x\u003c/td\u003e\n      \u003ctd\u003e\u003ccode\u003ephp -v\u003c/code\u003e\u003c/td\u003e\n      \u003ctd\u003e\n        \u003ca href=\"http://php.net/manual/en/install.php\"\u003ephp.net\u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n## Installation\n\nYou can install this plugin via the command-line or the WordPress admin panel.\n\n### Via Command-line\n\nIf you're [using Composer to manage WordPress](https://roots.io/using-composer-with-wordpress/), \nadd `Pillar` to your project's dependencies.\n\n```sh\ncomposer require itgalaxy/pillar\n```\n\nThen activate the plugin via [wp-cli](http://wp-cli.org/commands/plugin/activate/).\n\n```sh\nwp plugin activate pillar\n```\n\n### Via WordPress Admin Panel\n\n1. Download the [latest zip](https://github.com/itgalaxy/pillar/releases/latest) of this repo.\n2. In your WordPress admin panel, navigate to `Plugins`-\u003e`Add New`\n3. Click Upload Plugin\n4. Upload the zip file that you downloaded.\n\n## Usage\n\n1. Activate this plugin\n2. Open `function.php` file in your theme.\n3. Add this code for enable mini plugin.\n\n```php\nadd_action('after_setup_theme', function () {\n    add_theme_support('pillar-head-clean-up'); // List of all features placed below\n});\n```\n\n## Features\n\n### What is Feature\n\n1. **Widely applicable.** The features we distribute need to be of importance to a large number of developers. \nIndividual preferences for uncommon patterns are not supported.\n\n2. **Generic.** Features cannot be so specific that users will have trouble understanding when to use them. \n\n3. **Atomic.** Features must function completely on their own. \nFeatures are expressly forbidden from knowing about the state or presence of other features.\nArea of responsibility should be only one (one feature - one area of responsibility).\n\n4. **Unique.** No two features can produce the same things.\n\n5. **No conflicts.** No feature must directly conflict with another feature.\n\n6. **Theme-agnostic.** No styles, no scripts, no images and other stuff.\n\n7. **Open source.** No commercial services, packages, libraries and files.\n\n8. **Simple.** Only action and filters. \n\n- No register new post types, taxonomies, widgets and shortcodes. \n- No database schema modification.\n- No public api for use in plugins, themes and etc. \n- No new markup elements on front-end (buttons, tables, lists and etc). \n\n### List\n\nComming soon...\n\n## Contribution\n\nFeel free to push your code if you agree with publishing under the MIT license.\n\n## [Changelog](CHANGELOG.md)\n\n## [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitgalaxy%2Fpillar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitgalaxy%2Fpillar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitgalaxy%2Fpillar/lists"}