PHPackages                             nhn-edu/php-dooray - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. nhn-edu/php-dooray

ActiveLibrary[API Development](/categories/api)

nhn-edu/php-dooray
==================

Dooray SDK for PHP - Can easily use APIs provided by Dooray! (https://www.dooray.com) service.

1.0.1.6(6y ago)0262Apache-2.0PHP

Since Feb 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/eric-nhnedu/php-dooray)[ Packagist](https://packagist.org/packages/nhn-edu/php-dooray)[ Docs](https://github.com/eric-nhnedu/php-dooray)[ RSS](/packages/nhn-edu-php-dooray/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (2)

php-dooray
==========

[](#php-dooray)

Dooray SDK for PHP - Can easily use APIs provided by Dooray! () service.

The PHP SDK is provided based on the API documentation at the following URL:

-

💾 Install
---------

[](#-install)

This SDK can be used by using the package manager or downloading the source directly. However, we highly recommend using the package manager.

Via Package Manager
-------------------

[](#via-package-manager)

This SDK are registered in two package managers, composer. You can conveniently install it using the commands provided by the package manager. When using composer, be sure to use it in the environment PHP 5.6+ is installed.

### composer

[](#composer)

```
$ composer create-project nhn-edu/php-dooray example-app
```

🔨 Usage
-------

[](#-usage)

A personal authentication token is required to use the SDK. Follow the steps below to obtain a personal authentication token.

1. Log in to Dooray PC Web.
2. Click the cogwheel icon (내설정; My Settings) at the top-right of the screen.
3. Click the \[설정; Settings\] button.
4. Click the API menu and click the "개인 인증 토큰; Personal Authentication Token" menu.
5. Click the "인증 토큰 생성하기; Generate Authentication Token" button.
6. Fill in the "용도; Use" field with a suitable description and click the "생성하기; Create" button.
7. Click the "복사하기; Copy" button to copy the "인증 토큰; Authentication Token" to the clipboard.

### Example - Retrieve Project Info

[](#example---retrieve-project-info)

#### PHP Code

[](#php-code)

```
