2017 © Pedro Peláez
 

wordpress-plugin syllables

Syllables are helper classes and functions for WordPress development.

image

goblindegook/syllables

Syllables are helper classes and functions for WordPress development.

  • Sunday, July 19, 2015
  • by goblindegook
  • Repository
  • 2 Watchers
  • 5 Stars
  • 19,170 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

Syllables

Syllables are helper classes and functions for WordPress development., (*1)

Latest Stable Version Latest Unstable Version Build Status Scrutinizer Code Quality Code Coverage, (*2)

Installation

To install this library as a dependency in your WordPress project using Composer, run the following command to get the latest version:, (*3)

$ composer require goblindegook/syllables

By default, Composer will install Syllables as a plugin in the wp-content/plugins/syllables directory. You may then sign into the Dashboard, navigate to "Plugins" and activate "Syllables"., (*4)

Even though Syllables exists as a plugin, it doesn't do anything by itself, but it does make its classes and functions available so you don't have to include it as a dependency in every single one of your plugins or themes., (*5)

Install as a must-use WordPress plugin

To install Syllables as a must-use plugin (which cannot be turned off by users), make sure your site's composer.json file contains an extra.installer-paths section and that goblindegook/syllables is set to install in the correct directory:, (*6)

"extra": {
    "installer-paths": {
        "wp-content/mu-plugins/syllables/": ["goblindegook/syllables"]
    }
}

Running Composer to install your dependencies will place Syllables into the wp-content/mu-plugins/syllables folder instead., (*7)

Now, because WordPress doesn't look for must-use plugins in subfolders, you will also need to copy the syllables-mu.php file provided into the parent directory., (*8)

$ cd /path/to/wp-content/mu-plugins/syllables
$ cp syllables-mu.php ..

Development builds

Syllables uses Gulp to automate builds through the following tasks:, (*9)

  • gulp build: Installs Composer dependencies.
  • gulp test: Runs automated PHPUnit tests.
  • gulp watch: Observes source files for changes and runs unit tests automatically.
  • gulp apigen: Builds documentation using ApiGen.

Acknowledgements

License

Syllables is licensed under the GPL, version 2.0 or any later version. See LICENSE., (*10)

The Versions

19/07 2015

dev-master

9999999-dev https://github.com/goblindegook/Syllables

Syllables are helper classes and functions for WordPress development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

plugin wordpress library toolkit

18/07 2015

0.3.2

0.3.2.0 https://github.com/goblindegook/Syllables

Syllables are helper classes and functions for WordPress development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

plugin wordpress library toolkit

13/02 2015

0.3.1

0.3.1.0 https://github.com/goblindegook/Syllables

Syllables are helper classes and functions for WordPress development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

plugin wordpress library

10/02 2015

0.3.0

0.3.0.0 https://github.com/goblindegook/Syllables

Syllables are helper classes and functions for WordPress development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

plugin wordpress library

22/01 2015

0.2.0

0.2.0.0 https://github.com/goblindegook/Syllables

Syllables are helper classes and functions for WordPress development.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

The Development Requires

wordpress

07/12 2014

0.1.0

0.1.0.0 https://github.com/goblindegook/Syllables

Syllables are helper classes and functions for WordPress development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

wordpress