PHPackages                             edsdk/flmngr-server-php - 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. edsdk/flmngr-server-php

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

edsdk/flmngr-server-php
=======================

Flmngr file manager PHP backend

1.6.7(5mo ago)19295.9k↓40.2%12[6 issues](https://github.com/edsdk/flmngr-server-php/issues)[1 PRs](https://github.com/edsdk/flmngr-server-php/pulls)2proprietaryPHPCI failing

Since Dec 7Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/edsdk/flmngr-server-php)[ Packagist](https://packagist.org/packages/edsdk/flmngr-server-php)[ Docs](https://flmngr.com)[ RSS](/packages/edsdk-flmngr-server-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (30)Used By (2)

[![Flmngr file manager logo](https://camo.githubusercontent.com/07f803bf69d8ef59eafb5aed337f02abc8a3964f62366b479a2193a682cb191f/68747470733a2f2f666c6d6e67722e636f6d2f696d672f66617669636f6e732f66617669636f6e2d36347836342e706e67)](https://flmngr.com)

Flmngr PHP backend
==================

[](#flmngr-php-backend)

> Server-side part of the Flmngr file manager for PHP

[![Flmngr file manager screenshot](https://camo.githubusercontent.com/e5b586b4509a79cd99441bbf4a07411935c2d14f07abac55e216f6b681fdf515/68747470733a2f2f666c6d6e67722e636f6d2f696d672f62726f7773696e672e6a7067)](https://flmngr.com)

[Flmngr file manager](https://flmngr.com) is used to upload and manage files and images. Can be a standalone file manager (React/Angular/etc. or custom JavaScript or TypeScript integrations) or work together with [TinyMCE](https://flmngr.com/doc/install-tinymce-plugin), [CKEditor 4](https://flmngr.com/doc/install-ckeditor-plugin), [CKEditor 5](https://flmngr.com/doc/install-ckeditor-5-plugin), [N1ED](https://n1ed.com), or any other JS components.

This package is a server-side implementation needed to support requests from the file manager dialog when using PHP on the server. It will handle some single URL and let the file manager receive file lists and send file commands to the server.

Install
-------

[](#install)

Install the [Flmngr composer package](https://packagist.org/packages/edsdk/flmngr-server-php) using the console command in the project folder:

```
composer require edsdk/flmngr-server-php

```

Visit the page with a [detailed manual](https://flmngr.com/doc/install-file-manager-server) on how to install it.

If you prefer not to use Composer, there is a [no-Composer PHP script](https://flmngr.com/doc/install-php-file-manager-include) for such cases.

Usage
-----

[](#usage)

To handle some URL you want in your web application, create a file which will be the entry point for all requests, e.g. `flmngr.php`:

```
