PHPackages                             alexkirsanoff/vinci - 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. alexkirsanoff/vinci

ActiveLibrary[API Development](/categories/api)

alexkirsanoff/vinci
===================

Simple implementation of vinci api

0.4.0(7y ago)427MITPHPPHP &gt;=7.0

Since Aug 15Pushed 7y ago2 watchersCompare

[ Source](https://github.com/AlexKirsanoff/vinci)[ Packagist](https://packagist.org/packages/alexkirsanoff/vinci)[ RSS](/packages/alexkirsanoff-vinci/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

### Simple implementation of Vinci Api

[](#simple-implementation-of-vinci-api)

Transform your photos using of neural networks from Vinci

Before:

[![before](img/photo.jpg)](img/photo.jpg)

After:

[![after](img/after.jpg)](img/after.jpg)

---

Install via composer:

```
composer require alexkirsanoff/vinci

```

---

Get list of filters

```
$filters = Vinci::getFilters();

```

Get id of filter, for example a mystical filter

```
$filterId = $filters['mystic'];

```

Upload image for getting file id

```
$image = Image::createFromUrl('https://example.com/your_image.jpeg');
$fileId = Vinci::upload($image);

```

Convert image to art using file id and filter id

```
$art = Vinci::download($fileId, $filterId);

```

Display given art

```
$art->display();

```

You can also save a image, for this use:

```
$art->save($path);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% 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 ~2 days

Total

6

Last Release

2867d ago

### Community

Maintainers

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

---

Top Contributors

[![AlexKirsanoff](https://avatars.githubusercontent.com/u/31972512?v=4)](https://github.com/AlexKirsanoff "AlexKirsanoff (20 commits)")[![AllexKirs](https://avatars.githubusercontent.com/u/29926049?v=4)](https://github.com/AllexKirs "AllexKirs (1 commits)")

---

Tags

Neuralvinci apivinciphoto effectsartistic styles

### Embed Badge

![Health badge](/badges/alexkirsanoff-vinci/health.svg)

```
[![Health](https://phpackages.com/badges/alexkirsanoff-vinci/health.svg)](https://phpackages.com/packages/alexkirsanoff-vinci)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M932](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[fschmtt/keycloak-rest-api-client-php

PHP client to interact with Keycloak's Admin REST API.

49108.6k2](/packages/fschmtt-keycloak-rest-api-client-php)

PHPackages © 2026

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