2017 © Pedro Peláez
 

library codenberg-php

PHP Wrapper for Codenberg API

image

kanekoelastic/codenberg-php

PHP Wrapper for Codenberg API

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

⭐️This project's code is generated by Swagger Codegen ⭐️

codenberg-php

Build Status License, (*1)

A simple wrapper for Codenberg API, written with PHP5., (*2)

Requirements

  • PHP >= 5.6
  • Guzzle library,
  • (optional) PHPUnit to run tests.

Install

Via Composer:, (*3)

$ composer require kanekoelastic/codenberg-php dev-master

Basic usage

getAccessToken();
    $config->setAccessToken($token->getAccessToken());

    // Then call API
    $templatesApi = new \Kanekoelastic\PhpCodenberg\Api\TemplatesApi($config);
    print_r($templatesApi->getTemplates());
} catch (Exception $e) {
    echo 'Exception when calling codenberg Api', $e->getMessage(), PHP_EOL;
}
?>

License

codenberg-php is licensed under the Apache License 2.0 - see the LICENSE file for details, (*4)

The Versions

15/03 2018

dev-master

9999999-dev https://github.com/kanekoelastic/phpcodenberg

PHP Wrapper for Codenberg API

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api php sdk codenberg

22/01 2018

0.0.2

0.0.2.0 https://github.com/kanekoelastic/phpcodenberg

PHP Wrapper for Codenberg API

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api php sdk codenberg

05/01 2018

0.0.1

0.0.1.0 https://github.com/kanekoelastic/phpcodenberg

PHP Wrapper for Codenberg API

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api php sdk codenberg