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

060PHP

Since Jun 16Pushed 7y 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 2w 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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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)
```

PHPackages © 2026

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