Download the PHP package izica/php-styles without Composer
On this page you can find all versions of the php package izica/php-styles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-styles
Install
Usage
generate inline tag style
insert style
generate style with class(class styles supports media query)
insert style
Documentation
- styles() - returns PhpStyles
- styles(true) - returns PhpStylesInline
- PhpStyles
- inline() - returns PhpStylesInline
- media(sizeFrom: number, sizeTo: number)
- set(key: string, value: string or number, condition: bool(not required)) - returns $this(if condition == false, not set)
- render(condition: bool(not required))- returns unique class name(if condition == false, returns empty string)
- opacity(value, condition(not required))
- name(className: string)
- PhpStylesInline
- set(key: string, value: string or number, condition: bool(not required)) - returns $this(if condition == false, not set)
- render(condition: bool(not required))- returns unique class name(if condition == false, returns empty string)
- opacity(value, condition(not required))
All versions of php-styles with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package izica/php-styles contains the following files
Loading the files please wait ....