Download the PHP package tomkyle/responsivepicture without Composer
On this page you can find all versions of the php package tomkyle/responsivepicture. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tomkyle/responsivepicture
More information about tomkyle/responsivepicture
Files in tomkyle/responsivepicture
Download tomkyle/responsivepicture
More information about tomkyle/responsivepicture
Files in tomkyle/responsivepicture
Vendor tomkyle
Package responsivepicture
Short Description A PHP wrapper for responsive HTML5 picture elements
License
Package responsivepicture
Short Description A PHP wrapper for responsive HTML5 picture elements
License
Please rate this library. Is it a good library?
Informations about the package responsivepicture
Responsive Picture Elements
A PHP wrapper for HTML5 picture element. See:
Installation
This library has no dependencies except from satooshi/php-coveralls
for testing. Install from command line or composer.json
file:
Command line
composer require tomkyle/responsivepicture
composer.json
"require": {
"tomkyle/responsivepicture": "~1.2"
}
Getting started
Create output
Just create a ResponsivePictureView
instance and echo it, optionally passing your ResponsivePicture
object.
You may start with no parameters and later set the ResponsivePicture, either by setter method or invoking:
Testing
Go to package root, install dependencies with composer update
or install
, run phpunit
.
All versions of responsivepicture with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.9
The package tomkyle/responsivepicture contains the following files
Loading the files please wait ....