{"id":15021921,"url":"https://github.com/helios-ag/fmrfmbundle","last_synced_at":"2026-01-31T10:01:28.758Z","repository":{"id":52421251,"uuid":"137148289","full_name":"helios-ag/FMRFMBundle","owner":"helios-ag","description":"RichfilemanagerBundle provides Richfilemanager integration with CKEditor and other editors","archived":false,"fork":false,"pushed_at":"2021-04-29T19:20:19.000Z","size":61,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-07T13:44:18.626Z","etag":null,"topics":["bundle","ckeditor","filemanager","php-filemanager","richfilemanager","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helios-ag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-13T01:49:33.000Z","updated_at":"2024-11-16T08:10:21.000Z","dependencies_parsed_at":"2022-09-15T11:22:32.500Z","dependency_job_id":null,"html_url":"https://github.com/helios-ag/FMRFMBundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/helios-ag/FMRFMBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMRFMBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMRFMBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMRFMBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMRFMBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helios-ag","download_url":"https://codeload.github.com/helios-ag/FMRFMBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMRFMBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28937800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundle","ckeditor","filemanager","php-filemanager","richfilemanager","symfony","symfony-bundle"],"created_at":"2024-09-24T19:57:13.371Z","updated_at":"2026-01-31T10:01:28.733Z","avatar_url":"https://github.com/helios-ag.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"FMRFMBundle\n================\n\n[RichfileManager](https://github.com/servocoder/RichFilemanager) integration in Symfony\n\n### Code Quality Assurance ###\n\n| TravisCI | License | Version | Downloads |\n|----------| --------|---------|----------|\n|[![Build Status](https://travis-ci.org/helios-ag/FMRFMBundle.svg?branch=master)](http://travis-ci.org/helios-ag/FMElfinderBundle)|[![License](https://poser.pugx.org/helios-ag/fm-rfm-bundle/license)](https://packagist.org/packages/helios-ag/fm-rfm-bundle)|[![Latest Stable Version](https://poser.pugx.org/helios-ag/fm-rfm-bundle/v/stable)](https://packagist.org/packages/helios-ag/fm-rfm-bundle)|[![Total Downloads](https://poser.pugx.org/helios-ag/fm-rfm-bundle/downloads)](https://packagist.org/packages/helios-ag/fm-rfm-bundle)|\n\n\n**RichfileManager** An open-source file manager. http://fm.devale.pro\n\n\n**Table of contents**\n\n- [Installation](#installation)\n    - [Step 1: Installation](#step-1-installation)\n    - [Step 2: Enable the bundle](#step-2-enable-the-bundle)\n    - [Step 3: Import FMRFMBundle routing file](#step-3-import-fmrfmbundle-routing-file)\n    - [Step 4: Securing paths](#step-4-configure-your-applications-securityyml)\n\n## Installation\n\n### Step 1: Installation\n\nAdd FMRFMBundle to your composer.json\n\n```json\n{\n    \"require\": {\n        \"helios-ag/fm-rfm-bundle\": \"~1\"\n    }\n}\n```\n\nIf you want to override default assets directory of Richfilemanager, add next option.\nBy default assets copied to `web/assets/richfilemanager` or `public/assets/richfilemanager`\ndepending on Symfony version\n\n```json\n{\n    \"config\": {\n        \"rfm-dir\": \"web/assets/richfilemanager/\"\n    }\n}\n```\n\nAdd composer script\n\n`\"FM\\\\RFMBundle\\\\Composer\\\\RFMScriptHandler::copy\",`\n\nto scripts section of composer.json\n\n```json\n{\n  \"scripts\": {\n      \"symfony-scripts\": [\n          \"Incenteev\\\\ParameterHandler\\\\ScriptHandler::buildParameters\",\n          \"Sensio\\\\Bundle\\\\DistributionBundle\\\\Composer\\\\ScriptHandler::buildBootstrap\",\n          \"Sensio\\\\Bundle\\\\DistributionBundle\\\\Composer\\\\ScriptHandler::clearCache\",\n          \"FM\\\\RFMBundle\\\\Composer\\\\RFMScriptHandler::copy\",\n          \"Sensio\\\\Bundle\\\\DistributionBundle\\\\Composer\\\\ScriptHandler::installAssets\",\n          \"Sensio\\\\Bundle\\\\DistributionBundle\\\\Composer\\\\ScriptHandler::installRequirementsFile\",\n          \"Sensio\\\\Bundle\\\\DistributionBundle\\\\Composer\\\\ScriptHandler::prepareDeploymentTarget\"\n      ]\n    }\n}\n```\n\nAlso you can copy assets manually. Copy dirs: 'config, 'images', 'languages', 'libs', 'src',\n'themes' from `vendor/servocoder/richfilemanager/` to your public assets directory\n\nNow tell composer to download the bundle by running the command:\n\n\n```sh\ncomposer update helios-ag/fm-rfm-bundle\n```\n\n\n### Step 2: Enable the bundle\n\nEnable the bundle in the kernel:\n\n```php\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new FM\\RFMBundle\\FMRFMBundle(),\n    );\n}\n```\n\n### Step 3: Import FMRFMBundle routing file\n\n``` yaml\n# app/config/routing.yml\nrfm:\n     resource: \"@FMRFMBundle/Resources/config/routing.yml\"\n```\n\n### Step 4: Configure your application's security.yml\n\nSecure RFM with access_control:\n``` yaml\n# app/config/security.yml\nsecurity:\n\n    //....\n    access_control:\n        - { path: ^/rfm_show, role: ROLE_USER }\n        - { path: ^/rfm_run, role: ROLE_USER }\n        - { path: ^/rfm_config.json, role: ROLE_USER }\n        - { path: ^/rfm_config_default.json, role: ROLE_USER }\n\n```\n\n## Basic configuration\n\n### Add configuration options to your config.yml\n\nExample below (assumed that richfilemanager assets placed in `web/assets/richfilemanager` directory)\n\n```yaml\nfm_rfm:\n    instances:\n        default:\n            options:\n                serverRoot: true\n                fileRoot: /uploads\n```\n\nYou can see the full list of roots options [here](https://github.com/servocoder/RichFilemanager/wiki). To use them,\nconvert camelCased option names to snake_cased names.\n\nBundle provides custom form type, RFMType (provides same functionality as in [FMElfinderBundle](https://github.com/helios-ag/FMElfinderBundle))\nand integration with CKEditor out of the box.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelios-ag%2Ffmrfmbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelios-ag%2Ffmrfmbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelios-ag%2Ffmrfmbundle/lists"}