PHPackages                             ajdurant/acr-cloud - 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. [API Development](/categories/api)
4. /
5. ajdurant/acr-cloud

ActiveLibrary[API Development](/categories/api)

ajdurant/acr-cloud
==================

An ACRCloud API PHP client library

v0.1.2(10y ago)249[1 issues](https://github.com/AJDurant/acr-cloud-php/issues)ISCPHPPHP &gt;=5.4.0

Since Oct 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/AJDurant/acr-cloud-php)[ Packagist](https://packagist.org/packages/ajdurant/acr-cloud)[ Docs](https://github.com/AJDurant/acr-cloud-php)[ RSS](/packages/ajdurant-acr-cloud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

acr-cloud-php
=============

[](#acr-cloud-php)

[![Build Status](https://camo.githubusercontent.com/fbb212408f4ab5dffda8429ab0a1290d69bbb590034943948b3d9e4e61c5bf65/68747470733a2f2f7472617669732d63692e6f72672f414a447572616e742f6163722d636c6f75642d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AJDurant/acr-cloud-php)

About
-----

[](#about)

URL:

Author: AJDurant

Usage
-----

[](#usage)

Install through composer.

```
use \AJDurant\ACRCloud\ACRCloud;

$acr = new ACRCloud(api_key, api_secret);
$data = $acr->identify(path_to_audio_file);

```

Data returned is of the format described in the [ACRCloud Metadata Docs](https://docs.acrcloud.com/metadata) as a PHP associative array.

Build dependencies
------------------

[](#build-dependencies)

In order to build your generated Composer project from its source, you will need Grunt and PHP on the command line.

So, you must install PHP5 on your system on your command line. Test it:

```
php --help

```

To install Grunt globally on the command line (and run the above build task), run:

```
npm install -g grunt-cli

```

Then, with Grunt, you can install Composer, PhpDocumentor, PhpUnit and PhpCPD locally. Just run once:

```
grunt init

```

Then, you can install PhpDocumentor, PhpUnit and PhpCPD locally. Just run once:

```
php composer.phar install -v

```

Finally, you should also install the PHP extension named Xdebug, which will be used by PhpUnit for code coverage.

Build the sources
-----------------

[](#build-the-sources)

Once all your dependencies are installed, you can build your project with Grunt:

```
grunt build

```

The build process will run the following tasks:

- PhpLint: runs php -l over the "src" folder
- Runs the tests located in the "tests" folder with [PHPUnit](http://phpunit.de/)
- Generates a [PhpDocumentor](http://phpdoc.org) documentation in the "doc" folder from the files of the "src" folder
- Detects copy/paste of code in the files of the "src" folder with [PhpCPD](https://github.com/sebastianbergmann/phpcpd)

[![Built with Grunt](https://camo.githubusercontent.com/4b4b0179906cda9d7a08b56e267776d822d0d915e614e477b231fc54cd305b01/68747470733a2f2f63646e2e6772756e746a732e636f6d2f6275696c74776974682e706e67)](http://gruntjs.com/)

Credits
-------

[](#credits)

acr-cloud-php was initiated with [generator-composer](https://github.com/T1st3/generator-composer), a [Yeoman](http://yeoman.io) generator that builds a PHP Composer project.

This project uses the following as development dependencies:

- [PHPUnit](http://phpunit.de/)
- [PhpDocumentor](http://phpdoc.org)
- [Php Copy/Paste Detector](https://github.com/sebastianbergmann/phpcpd)

License
-------

[](#license)

[License](https://github.com/AJDurant/acr-cloud-php/blob/master/LICENSE)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

3862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b7420bbf4a74aef667e40c537edc2a01a99682ccce4e80e6d0375f41fe175b?d=identicon)[AJDurant](/maintainers/AJDurant)

---

Top Contributors

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

---

Tags

php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ajdurant-acr-cloud/health.svg)

```
[![Health](https://phpackages.com/badges/ajdurant-acr-cloud/health.svg)](https://phpackages.com/packages/ajdurant-acr-cloud)
```

###  Alternatives

[mrkampf/proxmox-ve

Proxmox VE API Client

6238.2k](/packages/mrkampf-proxmox-ve)[jiririedl/php-sendy

PHP class for using sendy API

3053.2k](/packages/jiririedl-php-sendy)[platforg/adobe-connect

Provides a PHP Client to interact with the Adobe Connect's API

1510.1k2](/packages/platforg-adobe-connect)

PHPackages © 2026

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