Download the PHP package aist/aist-insight without Composer
On this page you can find all versions of the php package aist/aist-insight. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aist/aist-insight
More information about aist/aist-insight
Files in aist/aist-insight
Download aist/aist-insight
More information about aist/aist-insight
Files in aist/aist-insight
Vendor aist
Package aist-insight
Short Description ZF2 View helper plugin for SensioLabsInsight.
License BSD-3-Clause
Homepage http://mateuszsitek.com/projects/aist-insight
Package aist-insight
Short Description ZF2 View helper plugin for SensioLabsInsight.
License BSD-3-Clause
Homepage http://mateuszsitek.com/projects/aist-insight
Please rate this library. Is it a good library?
Informations about the package aist-insight
AistInsight 
ZF2 View helper plugin for SensioLabsInsight.
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
-
Install the module via composer by running:
or download it directly from github and place it in your application's
module/
directory. - Add the
AistInsights
module to the module section of yourconfig/application.config.php
Use
Required Insight project key.
echo $this->insight('project_key', ['badge_size' => Insight::SIZE_BIG, 'linked' => true], ['class' => 'pull-right']);
echo $this->insight('project_key', [], ['class' => 'pull-right']);
echo $this->insight('project_key', Insight::OPTIONS, ['class' => 'pull-right']);
each one will render the HTML below:
<a href="https://insight.sensiolabs.com/projects/{project_key}">
<img src="https://insight.sensiolabs.com/projects/{project_key}/{size}.png" class="pull-right">
</a>
Available sizes: big
, small
, mini
.
Defaults:
- badge_size
big
- linked
true
- secure
true
Checklist
- [ ] Add tests
All versions of aist-insight with dependencies
PHP Build Version
Package Version
Requires
zendframework/zend-view Version
>=2.3.3
The package aist/aist-insight contains the following files
Loading the files please wait ....