PHPackages                             mypuppet/easy-ar-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mypuppet/easy-ar-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mypuppet/easy-ar-sdk
====================

EasyAR SDK easyar.cn

v0.2(6y ago)119PHPPHP &gt;=5.4.0

Since Oct 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/MyPuppet/EasyAR)[ Packagist](https://packagist.org/packages/mypuppet/easy-ar-sdk)[ RSS](/packages/mypuppet-easy-ar-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

EasyAR
======

[](#easyar)

PHP EasyAR官方SDK集成

> 加入时间戳参数使SDK在国内外服务器通用

> 加入搜索识别目标方法

安装:

`composer require mypuppet/easy-ar-sdk`

用法:

```
use EasyARSdk\EasyARClientSdkCRS;

$appKey = '这里是Cloud Key';
$appSecret = '这里是Cloud Secret';
$appHost = '这里是Cloud URLs 不含端口的部分!!例如 xxx.cn1.crs.easyar.com';
$timestamp = time(); //当你的时区配置为UTC+8时删除此行及实例化时传参处该参数

$sdk = new EasyARClientSdkCRS($appKey, $appSecret, $appHost, $timestamp);

# 测试响应
$sdk->ping();
# 取识别图列表
$sdk->targets($limit, $last);
# 取识别图详情信息
$sdk->info($targetId);
# 添加识别图
$sdk->targetAdd($params);
# 更新识别图
$sdk->targetUpdate($targetId, $params);
# 删除识别图
$sdk->delete($targetId);
# 取识别图数量
$sdk->targetsCount();
# 相似识别图列表
$sdk->similar($image);
# 识别图识别级别
$sdk->detection($image);
# 搜索识别目标
$sdk->search($image);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2394d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21233075?v=4)[MyPuppet](/maintainers/MyPuppet)[@MyPuppet](https://github.com/MyPuppet)

---

Top Contributors

[![MyPuppet](https://avatars.githubusercontent.com/u/21233075?v=4)](https://github.com/MyPuppet "MyPuppet (4 commits)")

---

Tags

easyareasyar sdk

### Embed Badge

![Health badge](/badges/mypuppet-easy-ar-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/mypuppet-easy-ar-sdk/health.svg)](https://phpackages.com/packages/mypuppet-easy-ar-sdk)
```

###  Alternatives

[rs/laravel-version-control

Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.

1227.5k](/packages/rs-laravel-version-control)[mad-web/laravel-seoable

Easy to map your eloquent fields to seo properties

407.6k](/packages/mad-web-laravel-seoable)[wpsitecare/carelib

A collection of helpful functions to make creating an awesome theme more enjoyable.

164.6k](/packages/wpsitecare-carelib)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
