Download the PHP package itgalaxy/pillar without Composer
On this page you can find all versions of the php package itgalaxy/pillar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download itgalaxy/pillar
More information about itgalaxy/pillar
Files in itgalaxy/pillar
Package pillar
Short Description Collection WordPress mini plugins (theme features) to apply theme-agnostic modifications
License MIT
Homepage https://github.com/itgalaxy/pillar/
Informations about the package pillar
Pillar
Collection WordPress mini plugins (theme features) to apply theme-agnostic modifications.
Requirements
Prerequisite | How to check | How to install |
---|---|---|
PHP >= 5.6.x | php -v |
php.net |
Installation
You can install this plugin via the command-line or the WordPress admin panel.
Via Command-line
If you're using Composer to manage WordPress,
add Pillar
to your project's dependencies.
Then activate the plugin via wp-cli.
Via WordPress Admin Panel
- Download the latest zip of this repo.
- In your WordPress admin panel, navigate to
Plugins
->Add New
- Click Upload Plugin
- Upload the zip file that you downloaded.
Usage
- Activate this plugin
- Open
function.php
file in your theme. - Add this code for enable mini plugin.
Features
What is Feature
-
Widely applicable. The features we distribute need to be of importance to a large number of developers. Individual preferences for uncommon patterns are not supported.
-
Generic. Features cannot be so specific that users will have trouble understanding when to use them.
-
Atomic. Features must function completely on their own. Features are expressly forbidden from knowing about the state or presence of other features. Area of responsibility should be only one (one feature - one area of responsibility).
-
Unique. No two features can produce the same things.
-
No conflicts. No feature must directly conflict with another feature.
-
Theme-agnostic. No styles, no scripts, no images and other stuff.
-
Open source. No commercial services, packages, libraries and files.
- Simple. Only action and filters.
- No register new post types, taxonomies, widgets and shortcodes.
- No database schema modification.
- No public api for use in plugins, themes and etc.
- No new markup elements on front-end (buttons, tables, lists and etc).
List
Comming soon...
Contribution
Feel free to push your code if you agree with publishing under the MIT license.
Changelog
License
All versions of pillar with dependencies
itgalaxy/bmp2image Version ^2.0.0
chrisjean/php-ico Version ^1.0.4
composer/installers Version ^1.0.0