Giter Site home page Giter Site logo

taiga-php-sdk's Introduction

Taiga SDK

TaigaSDK is a PHP client library to work with Taiga REST API.

Installation

SDK has been written in PHP 5.5 and has no dependencies on external packages. You only have to ensure that curl and openssl extensions (that are part of standard PHP distribution) are enabled in your PHP installation.

The project attempts to comply with PSR-4 specification for autoloading classes from file paths. As a namespace prefix is 'Taiga' with base directory '{your-installation-dir}/'.

But if not using PSR-4 the installation is as easy as downloading the package and storing it under any location that will be available for including by

    require_once '{your-installation-dir}/Taiga/Autoloader.php';

in your project (see examples below).

Installation with Composer

You can use Taiga SDK library as a dependency in your project with Composer. A composer.json file is available in the repository and it has been referenced on packagist.

The installation with Composer is easy, reliable : Step 1 - Add the Taiga SDK as a dependency in your composer.json file as follow :

    "require": {
        ...
        "taiga/php-sdk": "^1.0"
    },

Step 2 - Update your dependencies with Composer

you@yourhost:/path/to/project$ php composer.phar update taiga/php-sdk

The Library has been added into your dependencies and ready to be used.

License

TaigaSDK is distributed under MIT license, see LICENSE file.

Contacts

Report bugs or suggest features using issue tracker at GitHub.

Authentication

To authenticate requests an http header called "Authorization" with this format:

Authorization: Bearer ${AUTH_TOKEN}

Follow these instructions to generate your token

Feature coverage (help wanted)

Some endpoints has been developped but there is still some couple of hours of work to have a full coverage of the API possibilities. Please, if you use this bundle and need more, share your needs or your work by creating issue or PR.

Done

  • Milestones (sprints)
  • Projects
  • Tasks
  • Users
  • User stories

Todo

  • Auth
  • Applications
  • Application Tokens
  • Resolver
  • Searches
  • User storage
  • Project templates
  • Memberships/Invitations
  • User story status
  • Points
  • User story custom attribute
  • User story custom attributes values
  • Task status
  • Task custom attribute
  • Task custom attributes values
  • Issues
  • Issue status
  • Issue types
  • Priorities
  • Severities
  • Issue custom attribute-6. Issue custom attributes values
  • Wiki pages
  • Wiki links
  • History
  • Notify policies
  • Feedback
  • Export/Import
  • Webhooks
  • Timelines
  • Locales
  • Stats

Using Symfony ?

Use the troopers/taiga-bundle to ease the API manipulation.

taiga-php-sdk's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

collabsoft

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.