Download the PHP package brickrouge/css-class-names without Composer
On this page you can find all versions of the php package brickrouge/css-class-names. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brickrouge/css-class-names
More information about brickrouge/css-class-names
Files in brickrouge/css-class-names
Package css-class-names
Short Description An API to support CSS class names.
License BSD-3-Clause
Homepage http://icanboogie.org/
Informations about the package css-class-names
CSSClassNames
An API to support CSS class names.
Helper
CSSClassNames and CSSClassNamesProperty
Classes that implements the CSSClassNames
interface might want to use the CSSClassNamesProperty
trait that provides support for the css_class
and css_class_names
magic properties.
An instance of such a Node
class could be used as follows:
Requirement
The package requires PHP 5.4 or later.
Installation
The recommended way to install this package is through Composer.
Create a composer.json
file and run php composer.phar install
command to install it:
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone git://github.com/Brickrouge/CSSClassNames.git
Documentation
The documentation for the package and its dependencies can be generated with the make doc
command. The documentation is generated in the docs
directory using ApiGen.
The package directory can later by cleaned with the make clean
command.
Testing
The test suite is ran with the make test
command. Composer is
automatically installed as well as all the dependencies required to run the suite. The package
directory can later be cleaned with the make clean
command.
The package is continuously tested by Travis CI.
License
Brickrouge/CSSClassNames is licensed under the New BSD License - See the LICENSE file for details.