2017 © Pedro Peláez
 

library silex-provider-gitlab

Silex provider for Gitlab API (m4tthumphrey/php-gitlab-api)

image

jrschumacher/silex-provider-gitlab

Silex provider for Gitlab API (m4tthumphrey/php-gitlab-api)

  • Friday, June 13, 2014
  • by jrschumacher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Gitlab Silex Provider

Gitlab service provider for silex micro-framework. Check here: https://github.com/m4tthumphrey/php-gitlab-api, (*1)

Example

``` php <?php use Silex\Application;, (*2)

$url = 'http://gitlab.example.com/api/v3'; $key = 'key';, (*3)

$app = new Application(); $app->register(new GitlabServiceProvider(), array( "gitlab.url" => $url, "gitlab.key" => $key ));, (*4)

$app['gitlab']->api('projects')->show();, (*5)


## Install with Composer ``` json { "require": { "jrschumacher/silex-provider-gitlab": "~0.0" } }

The Versions

13/06 2014

dev-master

9999999-dev

Silex provider for Gitlab API (m4tthumphrey/php-gitlab-api)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Schumacher

silex gitlab php-gitlab-api

13/06 2014

0.1

0.1.0.0

Silex provider for Gitlab API (m4tthumphrey/php-gitlab-api)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Schumacher

silex gitlab php-gitlab-api