2017 © Pedro Peláez
 

library packagist

Packagist API Client and View-Helper-Collection for Zend Framework 2

image

siad007/packagist

Packagist API Client and View-Helper-Collection for Zend Framework 2

  • Tuesday, July 2, 2013
  • by siad007
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Packagist API Client for ZF2

Packagist API Client and View Helpers for Zend Framework 2, (*1)

Project Status

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads, (*2)

Dependency Status, (*3)

Usage View Helper

Fetch

<?php
// fetch a list of all vendor-names/package-names (inside a view script)
echo $this->packagist()->fetch();

// will output something like
0x20h/monoconf
11ya/excelbundle
11ya/phpexcel
2085020/api_pingdom
2085020/zendframework1
...

// optional use of an other separator than <br />
echo $this->packagist()->fetch('|');

Display

<?php
// Displays a package (inside a view script)
echo $this->packagist()->display('siad007/packagist');

// will output something like


  • siad007/packagist
  • A Zend Framework module using the Packagist API
  • zf2, ZendFramework
  • 1.0.0(1.0.0.0)
  • BSD-3-Clause
    • Siad Ardroumli, siad.ardroumli@gmail.com
    ...
<?php
// for a query based search (inside a view script)
echo $this->packagist()->search(array('q' => 'ViewHelper_Packagist'));

// will output something like


// for a tag based search echo $this->packagist()->search(array('tags' => 'zf1')); // for multiple tags echo $this->packagist()->search(array('tags' => array('zf1', 'view helper'))); // for a tag and query based search echo $this->packagist()->search(array('q' => 'view helper', 'tags' => 'zf1')); // or the most 15 popular packages echo $this->packagist()->search(array('page' => '1', 'q' => ''));

License

BSD 3-Clause, (*4)

The Versions

02/07 2013

dev-master

9999999-dev http://siad007.github.io/ViewHelper_Packagist/

Packagist API Client and View-Helper-Collection for Zend Framework 2

  Sources   Download

BSD 3-Clause

The Requires

 

The Development Requires

by Siad Ardroumli

zf2 zendframework

28/06 2013

1.0.1

1.0.1.0 http://siad007.github.io/ViewHelper_Packagist/

A Zend Framework module using the Packagist API

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Siad Ardroumli

zf2 zendframework

18/06 2013

1.0.0

1.0.0.0 https://github.com/siad007/ViewHelper_Packagist

A Zend Framework module using the Packagist API

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Siad Ardroumli

zf2 zendframework