PHP code example of nhn-edu / php-dooray
1. Go to this page and download the library: Download nhn-edu/php-dooray library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nhn-edu / php-dooray example snippets
hnEdu\PhpDooray\DoorayProjectApi;
$projectApi = new DoorayProjectApi('-- Your Personal Authentication Token Here --');
$project = $projectApi->getProject("-- Your Project ID(Number) Here --");
var_dump($project);
sh
$ composer create-project nhn-edu/php-dooray example-app