Download the PHP package pouu69/kakao-api without Composer

On this page you can find all versions of the php package pouu69/kakao-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 kakao-api

deprecated project

KakaoApi

라라벨에서 사용할 라라벨용 Kakao API 가 없길래 간단하게 몇몇 API 만 만들어 봤습니다.

require

`

Installation

프로젝트에 있는 composer.json에 다음을 추가 하시거나,

`

composer 를 이용하여 설치 할 수 있습니다.

`

ServiceProvider

config/app.php에 아래 와 같이 providers에 등록을 합니다.

`

Facade

Facade 등록을 통해 alias를 등록 하는 경우 다음과 같이 추가 하시면 됩니다.

`

config

config 폴더에 config 파일을 생성해야합니다.

다음과 같은 내용을 가진 kakao.php 파일을 생성합니다.

`

.env 에 kakao에서 발급받은 KEYREDIRECT_URL을 등록 해놓습니다.

제공하는 Kakao API

API 사용

기본 설정

`

카카오 로그인 / 사용자 토큰 발급 / 사용자 정보 요청

쿼리파라미터를 추가한 배열을 전달합니다.

`

`

로그아웃

`

사용자 토큰 유효성 검사 및 정보 얻기 / 사용자 토큰 갱신

`

카카오 스토리 API - 사용자 확인

`

카카오 스토리 API - 글 포스팅(only 글)

`

카카오 스토리 API - 사진 포스팅

사진 업로드

항상 사진을 업로드 한 이후에 포스팅 해야합니다.

`

퍼블리싱(포스팅)

`

License

The MIT License (MIT).


All versions of kakao-api with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.0
php Version >=5.5.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 pouu69/kakao-api contains the following files

Loading the files please wait ....