PHPackages                             aist/aist-insight - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. aist/aist-insight

ActiveZf2-module[Templating &amp; Views](/categories/templating)

aist/aist-insight
=================

ZF2 View helper plugin for SensioLabsInsight.

0.1.0(10y ago)0102BSD-3-ClausePHP

Since May 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ma-si/aist-insight)[ Packagist](https://packagist.org/packages/aist/aist-insight)[ Docs](http://mateuszsitek.com/projects/aist-insight)[ RSS](/packages/aist-aist-insight/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

AistInsight [![SensioLabsInsight](https://camo.githubusercontent.com/ef181d814fe7fa9a77441744f9cf55c6c511a23fc7de2a259777fa4fc85c8a7e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34396161393834652d643339322d343032392d616562662d3765393263613766353561612f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/49aa984e-d392-4029-aebf-7e92ca7f55aa)
==================================================================================================================================================================================================================================================================================================================================================================================================

[](#aistinsight-)

ZF2 View helper plugin for [SensioLabsInsight](https://insight.sensiolabs.com).

[![Build Status](https://camo.githubusercontent.com/d06a18cf020f447825ba85b1f786d532689c0975b7debc5fc845c6e3034653c7/68747470733a2f2f7472617669732d63692e6f72672f6d612d73692f616973742d6c6f63616c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ma-si/aist-locale)[![Total Downloads](https://camo.githubusercontent.com/a1b6b8806ec3aac6bbe7def3d506b8dce87e20c64fe220e53d82e8cabe0230a6/68747470733a2f2f706f7365722e707567782e6f72672f616973742f616973742d696e73696768742f646f776e6c6f616473)](https://packagist.org/packages/aist/aist-insight)[![Reference Status](https://camo.githubusercontent.com/f07c335e0c904b77b4a833492b62d040602727b5a33401e3bfe0294c03afff35/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f616973743a616973742d696e73696768742f7265666572656e63655f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/php/aist:aist-insight/references)[![Dependency Status](https://camo.githubusercontent.com/ecad5f2671616177cad4ac72221112711f178e58330977a4216d4b2a3a0e7abe/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535646361656366386439633462303031383030303935352f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/55dcaecf8d9c4b0018000955)![Packagist](https://camo.githubusercontent.com/e283ee4cab49028c3b8f2939d95d9f6bd344202d81e3ec06ccec1272016d72bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616973742f616973742d696e73696768742e737667)[![Code Climate](https://camo.githubusercontent.com/b727e6d863a07a696c02d728e1e38a37941211ed0d3a40d69534d0fd89541bc8/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6d612d73692f616973742d696e73696768742f6261646765732f6770612e737667)](https://codeclimate.com/github/ma-si/aist-insight)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ada4299acb3ba5fb4118841b7c8d9de0dc588654954ac25046acad0c8db8f3df/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d612d73692f616973742d696e73696768742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ma-si/aist-insight/?branch=master)[![License](https://camo.githubusercontent.com/ab1d955ef73e276ca18591750bb67294a807bb7c3fd0992f3aee5ccf03ddf328/68747470733a2f2f706f7365722e707567782e6f72672f616973742f616973742d696e73696768742f6c6963656e7365)](https://packagist.org/packages/aist/aist-insight)

Installation
------------

[](#installation)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

1. Install the module via composer by running:

    ```
    php composer.phar require aist/aist-insights
    ```

    or download it directly from github and place it in your application's `module/` directory.
2. Add the `AistInsights` module to the module section of your `config/application.config.php`

Use
---

[](#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:

```

```

Available sizes: `big`, `small`, `mini`.

Defaults:

- badge\_size `big`
- linked `true`
- secure `true`

Checklist
---------

[](#checklist)

- Add tests

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3656d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42b693076307a5fa17b0df69ee058c3f95482bd01e93f3d17a27137d6fdf1c17?d=identicon)[aist](/maintainers/aist)

---

Top Contributors

[![ma-si](https://avatars.githubusercontent.com/u/1869327?v=4)](https://github.com/ma-si "ma-si (10 commits)")

---

Tags

zf2insightaist

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aist-aist-insight/health.svg)

```
[![Health](https://phpackages.com/badges/aist-aist-insight/health.svg)](https://phpackages.com/packages/aist-aist-insight)
```

###  Alternatives

[zf-commons/zfc-twig

Zend Framework 2 Module that provides a Twig rendering strategy and extensions to render actions or trigger events from your templates

93576.6k7](/packages/zf-commons-zfc-twig)[evandotpro/edp-module-layouts

EdpModuleLayouts is very simple ZF2 module for making module-specific layouts insanely easy.

104207.4k1](/packages/evandotpro-edp-module-layouts)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
