承接 leadferret/api-php-sdk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

leadferret/api-php-sdk

Composer 安装命令:

composer require leadferret/api-php-sdk

包简介

Client library for LeadFerret APIs

README 文档

README

Build Status

LeadFerret-API-PHP-SDK

Description

Client SDK for the LeadFerret API - written in PHP. Allows you to work with the LeadFerret End-User API.

This is in development - not ready for use

Installation

For now just check out the repo from git. Later we will add it to packagyst so you can composify it.

git clone https://github.com/leadferret/LeadFerret-API-PHP-SDK.git

sub-Alpha

This library is in sub-Alpha state. Contact us if you wish to have more details. If you wish to work on this or add features please fork it and send a pull request.

Usage

Make sure you set up your .env file properly. This client uses DotEnv to handle the environment and config items.

This distribution comes with an example config .env.example and inside this file are some of the environment variables that should be used to set up the application.

Requirements

Developer Documentation

Please note documentation found at apiary.io

Basic Example

See the examples/ directory for examples of the key client features.

<?php

include_once '../bootstrap.php';
use LeadFerret\LFClient;

$client = new LFClient();
$token = $client->authenticate();

echo $token;
  

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 14
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2015-09-08