PHPackages                             cafe24corp/recipe-channel - 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. cafe24corp/recipe-channel

ActiveLibrary[API Development](/categories/api)

cafe24corp/recipe-channel
=========================

recipe channel api

0.1.13(7y ago)05MITPHPPHP &gt;=7.0.0

Since Mar 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/madcompany/recipe-channel)[ Packagist](https://packagist.org/packages/cafe24corp/recipe-channel)[ RSS](/packages/cafe24corp-recipe-channel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Using Recipe Channel API
========================

[](#using-recipe-channel-api)

- [Installation](#installation)
- [Usage](#usage)
- [Documentation](#documentation)

레시피 서비스의 채널 제작을 위하여 필요한 API 기능을 제공합니다.

Installation
------------

[](#installation)

Recipe Channel API is available on Packagist ([cafe24corp/recipe-channel](http://packagist.org/packages/cafe24corp/recipe-channel)) and as such installable via [Composer](http://getcomposer.org/).

```
composer require cafe24corp/recipe-channel
```

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the [Symfony2 ClassLoader component](https://github.com/symfony/ClassLoader)) to load Recipe Channel API classes.

Usage
-----

[](#usage)

### 0. Enviroment variables

[](#0-enviroment-variables)

레시피 채널 API 를 이용하기 위해서는 환경설정 변수를 설정하셔야 합니다. Apache / Nginx 의 환경변수를 이용하거나 .env () 등을 사용하세요. CHANNEL\_NO, CHANNEL\_ID, CHANNEL\_SECRET 는 개발자센터 () 에서 발급 받으실 수 있습니다. 레시피 API 요청 시 필요합니다.

#### 0.1. Valiables

[](#01-valiables)

Fields설명비고RECIPE\_BASE\_URL레시피 API 주소RECIPE\_CHANNEL\_NO발급받은 Channel NumberRECIPE\_CHANNEL\_ID발급받은 Channel IDRECIPE\_CHANNEL\_SECRET발급받은 Channel SecretRECIPE\_CONNECT\_TIME\_OUT기본 API timeout time기본값 30초APP\_TIMEZONE앱의 기본 Timezone기본값 Asia/Seoul### 1. Trigger Fields

[](#1-trigger-fields)

```
