PHPackages                             novatio/silverstripe-aviary - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. novatio/silverstripe-aviary

ActiveSilverstripe-module[File &amp; Storage](/categories/file-storage)

novatio/silverstripe-aviary
===========================

A SilverStripe Image editor, built with the Aviary Photo Editor.

1.0.2(9y ago)5395[1 issues](https://github.com/novatio/silverstripe-aviary/issues)[1 PRs](https://github.com/novatio/silverstripe-aviary/pulls)BSD-3-ClausePHP

Since Mar 14Pushed 8y ago3 watchersCompare

[ Source](https://github.com/novatio/silverstripe-aviary)[ Packagist](https://packagist.org/packages/novatio/silverstripe-aviary)[ Docs](https://github.com/novatio/silverstripe-aviary)[ RSS](/packages/novatio-silverstripe-aviary/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

silverstripe-aviary
===================

[](#silverstripe-aviary)

A SilverStripe Image editor, built with the Aviary Photo Editor (or Adobe Creative SDK Image Editing component). The editor is usable in the Assets Admin &amp; in the HtmlEditorField Image component. [![silverstripe-aviary](https://camo.githubusercontent.com/82d35e7a6fd952114a1e8e2764fb5297d30ee03667e525a7c250cb26cfa906b2/68747470733a2f2f6e6f766174696f2e6769746875622e696f2f73696c7665727374726970652d6176696172792f696d672f73696c7665727374726970652d6176696172792e6a7067)](https://camo.githubusercontent.com/82d35e7a6fd952114a1e8e2764fb5297d30ee03667e525a7c250cb26cfa906b2/68747470733a2f2f6e6f766174696f2e6769746875622e696f2f73696c7665727374726970652d6176696172792f696d672f73696c7665727374726970652d6176696172792e6a7067)

---

Requirements
------------

[](#requirements)

SilverStripe &gt;= 3.1

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

[](#installation)

#### Composer

[](#composer)

1. `composer require novatio/silverstripe-aviary`
2. Add your aviary configuration (see below)
3. Run a dev/build?flush=1

#### Manual

[](#manual)

1. Save into folder named 'aviary/' in the root of your SilverStripe installation.
2. Add your aviary configuration (see below)
3. Run a dev/build?flush=1

Configuration
-------------

[](#configuration)

1. Create a new application on the [Adobe Creative SDK site](https://creativesdk.adobe.com/myapps.html)
2. Add your ClientID to `mysite/_config/config.yml`:

```
Aviary:
  ClientID: ''
```

By default this aviary module will use the default Adobe Creative SDK Image Editing flow: It will use the default `onSave` method, which will save the generated image to the Creative Cloud and then sync this file you your own filesystem.

This method imposes two limits: Editing/output is limited to 1 megapixel and 250.000 saves a month.

This module provides a config setting so that all image logic is processed locally, on your own server. Processing all saves locally will probably enable you to handle larger files without a save limitation.

To enable this add the following to your config:

```
Aviary:
  LocalProcessing: true
```

Note: With this setting the Adobe Creative SDK library (JavaScript) is still loaded from Adobe's servers. If you also want to load this from your own server add the following config directive:

```
Aviary:
  LocalProcessing: true
  UseLocalLibrary: true
```

**Please check the [Adobe Creative SDK Terms of Use](http://adobe.com/go/creative_sdk_terms) to be sure local processing and loading the library from your own server is allowed.**

---

Attribution
-----------

[](#attribution)

- [Adobe Creative SDK](https://creativesdk.adobe.com/) Image Editing component and any Adobe images/badges/buttons, licence &amp; copyright: [Adobe](http://www.adobe.com/) ([Terms of Use](http://adobe.com/go/creative_sdk_terms))

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

3599d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46acbaf262f7f704b7d43745b43591eb24b05c0a35f154216983df02197f47c8?d=identicon)[gavro](/maintainers/gavro)

---

Top Contributors

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

---

Tags

imagesilverstripefilefilesimagesassetseditorhtmleditor

### Embed Badge

![Health badge](/badges/novatio-silverstripe-aviary/health.svg)

```
[![Health](https://phpackages.com/badges/novatio-silverstripe-aviary/health.svg)](https://phpackages.com/packages/novatio-silverstripe-aviary)
```

###  Alternatives

[unclecheese/silverstripe-kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

4728.3k1](/packages/unclecheese-silverstripe-kickassets)[unclecheese/kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

484.0k](/packages/unclecheese-kickassets)

PHPackages © 2026

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