Download the PHP package phuongnamdang/laravel-backlog-api without Composer

On this page you can find all versions of the php package phuongnamdang/laravel-backlog-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-backlog-api

Backlog API Library for Laravel

Build Status

This package was made for Laravel

BacklogAPIのPHPライブラリです。

Source

Original source from

https://github.com/itigoppo/backlog-api

Requirements

Contents

Installation

Usage

Setting .env

BACKLOG_SPACE=companyname BACKLOG_SECRET=apisecretkey BACKLOG_DOMAIN=jp or com

Sample

For older Laravel version

Please update app.php for providers and aliases

Original document below

$domain部分、お使いのスペースに合わせて変更してください。 デフォルトは「jp」です。

状態一覧の取得

完了理由一覧の取得

優先度一覧の取得

スターの追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-star/

Space

スペース情報の取得

最近の更新の取得

スペースのお知らせの取得

スペースのお知らせの更新

スペースの容量使用状況の取得

添付ファイルの送信

以下未実装

Users

ユーザー一覧の取得

ユーザー情報の取得

ユーザーの追加

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-user/

認証ユーザー情報の取得

ユーザーの最近の活動の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-user-recent-updates/

ユーザーの受け取ったスター一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-received-star-list/

ユーザーの受け取ったスターの数の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/count-user-received-stars/

自分が最近見た課題一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-list-of-recently-viewed-issues/

自分が最近見たプロジェクト一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-list-of-recently-viewed-projects/

自分が最近見たWiki一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-list-of-recently-viewed-wikis/

以下未実装

Groups

グループ一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-list-of-groups/

グループ情報の取得

以下未実装

Projects

プロジェクト一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-project-list/

プロジェクトの状態一覧の取得

プロジェクト情報の取得

プロジェクトの最近の活動の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-project-recent-updates/

プロジェクトユーザー一覧の取得

プロジェクト管理者一覧の取得

種別一覧の取得

種別の追加

種別情報の更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-issue-type/

種別の削除

カテゴリー一覧の取得

カテゴリーの追加

カテゴリー情報の更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-category/

カテゴリーの削除

バージョン(マイルストーン)一覧の取得

バージョン(マイルストーン)の追加

リクエストメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-version-milestone/

バージョン(マイルストーン)情報の更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-version-milestone/

バージョン(マイルストーン)の削除

プロジェクトの容量使用状況の取得

以下未実装

Issues

課題一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-issue-list/

課題数の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/count-issue/

課題の追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-issue/

課題情報の取得

課題情報の更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-issue/

課題の削除

課題コメントの取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-comment-list/

課題コメントの追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-comment/

課題コメント数の取得

課題コメント情報の取得

課題コメント情報の更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-comment/

課題コメントのお知らせ一覧の取得

課題コメントにお知らせを追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-comment-notification/

課題添付ファイル一覧の取得

課題添付ファイルのダウンロード

課題共有ファイル一覧の取得

以下未実装

Wikis

Wikiページ一覧の取得

Wikiページ数の取得

Wikiページタグ一覧の取得

Wikiページの追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-wiki-page/

Wikiページ情報の取得

Wikiページ情報の更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-wiki-page/

Wikiページの削除

Wiki添付ファイル一覧の取得

Wikiページ更新履歴一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-wiki-page-history/

Wikiページのスター一覧の取得

以下未実装

Notifications

お知らせ一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-notification/

お知らせ数の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/count-notification/

お知らせ数のリセット

お知らせの既読化

Git

Gitリポジトリ一覧の取得

Gitリポジトリの取得

プルリクエスト一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-pull-request-list/

プルリクエスト数の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-number-of-pull-requests/

プルリクエストの追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-pull-request/

プルリクエストの取得

プルリクエストの更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-pull-request/

プルリクエストコメントの取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-pull-request-comment/

プルリクエストコメントの追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-pull-request-comment/

プルリクエストコメント数の取得

プルリクエストコメント情報の更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-pull-request-comment-information/

プルリクエスト添付ファイル一覧の取得

以下未実装

Watchings

ウォッチ一覧の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/get-watching-list/

ウォッチ数の取得

クエリパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/count-watching/

ウォッチ情報の取得

ウォッチの追加

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/add-watching/

ウォッチの更新

リクエストパラメータは以下参照 https://developer.nulab-inc.com/ja/docs/backlog/api/2/update-watching/

ウォッチの削除

ウォッチの既読化

License

The MIT License (MIT).


All versions of laravel-backlog-api with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package phuongnamdang/laravel-backlog-api contains the following files

Loading the files please wait ....