PHPackages                             elefant/app-filepicker - 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. elefant/app-filepicker

ActiveElefant-app[File &amp; Storage](/categories/file-storage)

elefant/app-filepicker
======================

Filepicker app for the Elefant CMS

1.0(13y ago)222MITPHP

Since Sep 25Pushed 13y ago1 watchersCompare

[ Source](https://github.com/jbroadway/filepicker)[ Packagist](https://packagist.org/packages/elefant/app-filepicker)[ RSS](/packages/elefant-app-filepicker/feed)WikiDiscussions master Synced today

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

This is a simple [Filepicker.io](https://www.filepicker.io/) app for the [Elefant CMS](http://www.elefantcms.com/).

Usage:

1\. Install the app into your apps folder:

```
git clone git@github.com:jbroadway/filepicker.git apps/filepicker

```

2\. Add your API key to `apps/filepicker/conf/config.php`.

3\. Create an upload field in your handlers or views:

```
{! filepicker/my_field_name?mimetypes=image/* !}

```

To enable drag &amp; drop, use:

```
{! filepicker/my_field_name?dragdrop=1 !}

```

Or from any handler, use:

```
echo $this->run ('filepicker/my_field_name', array (
	'mimetypes' => 'image/*',
	'option-services'  => 'COMPUTER,DROPBOX,GOOGLE_DRIVE,URL',
	'dragdrop'  => true,
	'onchange'  => 'console.log(event)'
));
```

> Note that you can skip the `data-fp-` prefix on option names.

See here for all available options:

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4973d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b91acdfd63010e0f6e919966f77adb2d8ce178bca89db78645d5d69f44f5aebe?d=identicon)[jbroadway](/maintainers/jbroadway)

---

Top Contributors

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

---

Tags

filecmsuploadappfilepickerelefant

### Embed Badge

![Health badge](/badges/elefant-app-filepicker/health.svg)

```
[![Health](https://phpackages.com/badges/elefant-app-filepicker/health.svg)](https://phpackages.com/packages/elefant-app-filepicker)
```

###  Alternatives

[blueimp/jquery-file-upload

File Upload widget for jQuery.

141.5M17](/packages/blueimp-jquery-file-upload)[erlandmuchasaj/laravel-file-uploader

A simple package to help you easily upload files to your laravel project.

128.7k](/packages/erlandmuchasaj-laravel-file-uploader)[liyunfang/yii2-upload-behavior

Upload behavior for Yii 2

161.7k](/packages/liyunfang-yii2-upload-behavior)

PHPackages © 2026

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