Download the PHP package cafe24corp/recipe-channel without Composer

On this page you can find all versions of the php package cafe24corp/recipe-channel. 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 recipe-channel

Using Recipe Channel API

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

Installation

Recipe Channel API is available on Packagist (cafe24corp/recipe-channel) and as such installable via Composer.

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) to load Recipe Channel API classes.

Usage

0. Enviroment variables

레시피 채널 API 를 이용하기 위해서는 환경설정 변수를 설정하셔야 합니다. Apache / Nginx 의 환경변수를 이용하거나 .env (https://github.com/symfony/dotenv) 등을 사용하세요. CHANNEL_NO, CHANNEL_ID, CHANNEL_SECRET 는 개발자센터 (https://developer.cafe24.com) 에서 발급 받으실 수 있습니다. 레시피 API 요청 시 필요합니다.

0.1. Valiables

Fields 설명 비고
RECIPE_BASE_URL 레시피 API 주소
RECIPE_CHANNEL_NO 발급받은 Channel Number
RECIPE_CHANNEL_ID 발급받은 Channel ID
RECIPE_CHANNEL_SECRET 발급받은 Channel Secret
RECIPE_CONNECT_TIME_OUT 기본 API timeout time 기본값 30초
APP_TIMEZONE 앱의 기본 Timezone 기본값 Asia/Seoul

1. Trigger Fields

2. Dynamic Trigger Fields

3. Notify Changed Actived Trigger

4. Send Trigger Event

5. Action Fields

6. Dynamic Action Fields

7. Do Action

Documentation

채널 API 프로토콜


All versions of recipe-channel with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
guzzlehttp/guzzle Version ~6.0
ext-json Version ^1.6
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 cafe24corp/recipe-channel contains the following files

Loading the files please wait ...