PHPackages                             itsdp/filepond-server - 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. itsdp/filepond-server

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

itsdp/filepond-server
=====================

Filepond Server for Laravel

059PHP

Since Jun 16Pushed 6y agoCompare

[ Source](https://github.com/dpferrer/filepond-server)[ Packagist](https://packagist.org/packages/itsdp/filepond-server)[ RSS](/packages/itsdp-filepond-server/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

vue-filepond server laravel
===========================

[](#vue-filepond-server-laravel)

Installation:

```
composer require itsdp/filepond-server
```

Add a `disks` to config/filesystems.php

```
'upload' => [
    'driver' => 'local',
    'root' => public_path(),
],
```

Filepond vue component:

```

// Import Vue FilePond
import vueFilePond from 'vue-filepond';

// Import FilePond styles
import 'filepond/dist/filepond.min.css';

// Import FilePond plugins
// Please note that you need to install these plugins separately

// Import image preview plugin styles
import 'filepond-plugin-image-preview/dist/filepond-plugin-image-preview.min.css';

// Import image preview and file type validation plugins
import FilePondPluginFileValidateType from 'filepond-plugin-file-validate-type';
import FilePondPluginImagePreview from 'filepond-plugin-image-preview';

// Create component
const FilePond = vueFilePond(
        FilePondPluginFileValidateType,
        FilePondPluginImagePreview
    );

export default {
    // name: 'app',
    data: function() {
        return { myFiles: [] };
    },
    methods: {

        handleFilePondInit: function() {
            console.log('FilePond has initialized');

            // FilePond instance methods are available on `this.$refs.pond`this.$refs.pond
            this.$refs.pond
        }
    },
    components: {
        FilePond
    }
};

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/itsdp-filepond-server/health.svg)

```
[![Health](https://phpackages.com/badges/itsdp-filepond-server/health.svg)](https://phpackages.com/packages/itsdp-filepond-server)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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