PHPackages                             ivanciric/propeller-ai - 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. [Image &amp; Media](/categories/media)
4. /
5. ivanciric/propeller-ai

ActiveLibrary[Image &amp; Media](/categories/media)

ivanciric/propeller-ai
======================

PHP Library for PropellerAi image recognition API

1.0.4(8y ago)023MITPHP

Since Dec 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ivanciric/propeller-ai)[ Packagist](https://packagist.org/packages/ivanciric/propeller-ai)[ Docs](https://gitlab.com/ivanciric/propeller-ai)[ RSS](/packages/ivanciric-propeller-ai/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (7)Used By (0)

propeller-ai
============

[](#propeller-ai)

PHP Library for the [PropellerAi](http://propeller.rocks/) image recognition API.

Installation
------------

[](#installation)

In your project composer.json file add the following in the require array:

```
"ivanciric/propeller-ai": "1.0.*"
```

Or add it trough the command line from your project root:

```
composer require ivanciric/propeller-ai ~1.0
```

Or just clone it and test it as a stand-alone lib:

```
$ git clone https://github.com/ivanciric/propeller-ai.git
$ cd propeller-ai
$ composer install
```

Usage
-----

[](#usage)

See example.php file.

Library will return an array of top 5 classification values for a given image.

You can use the classifications for image **auto-tagging**.

**Example:** set up a cron job to go trough your image library and insert tags for each one in the db.

```
Array (
[0] => Greater Swiss Mountain dog
[1] => EntleBucher
[2] => Appenzeller
[3] => Doberman, Doberman pinscher
[4] => black-and-tan coonhound
)
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~50 days

Total

5

Last Release

3276d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3796581?v=4)[Yoshi Tech](/maintainers/ivanciric)[@ivanciric](https://github.com/ivanciric)

---

Top Contributors

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

---

Tags

aideeplearningPropellerAiImageRecognition

### Embed Badge

![Health badge](/badges/ivanciric-propeller-ai/health.svg)

```
[![Health](https://phpackages.com/badges/ivanciric-propeller-ai/health.svg)](https://phpackages.com/packages/ivanciric-propeller-ai)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[daun/statamic-placeholders

Generate low-quality image placeholders for lazyloading Statamic assets

107.4k](/packages/daun-statamic-placeholders)

PHPackages © 2026

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