apora/zoho-recruit-client-php

Zoho Recruit API 的 PHP 客户端

0.0.6 2018-10-16 16:09 UTC

This package is auto-updated.

Last update: 2024-09-20 21:47:37 UTC


README

Build Status Latest Stable Version License

为 Zoho Recruit API 提供一个干净、易读的 PHP API 客户端。该项目主要基于 cristianpontes 的仓库,用于 Zoho CRM API。

先决条件

  • PHP >= 7.0
  • Composer

简单安装

要使用 Composer 安装,只需要求此包的最新版本。

composer require apora/zoho-recruit-client-php

确保 Composer 的自动加载文件已加载。

// somewhere early in your project's loading, require the Composer autoloader
// see: https://composer.php.ac.cn/doc/00-intro.md
require 'vendor/autoload.php';