{"id":17480889,"url":"https://github.com/themexpert/react-filemanager-server","last_synced_at":"2026-05-03T16:32:19.211Z","repository":{"id":57068280,"uuid":"119344073","full_name":"themexpert/react-filemanager-server","owner":"themexpert","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-15T08:45:44.000Z","size":595,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-02T07:01:15.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themexpert.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-29T06:55:45.000Z","updated_at":"2023-08-20T20:56:20.000Z","dependencies_parsed_at":"2022-08-24T14:54:10.472Z","dependency_job_id":null,"html_url":"https://github.com/themexpert/react-filemanager-server","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/themexpert/react-filemanager-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themexpert%2Freact-filemanager-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themexpert%2Freact-filemanager-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themexpert%2Freact-filemanager-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themexpert%2Freact-filemanager-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themexpert","download_url":"https://codeload.github.com/themexpert/react-filemanager-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themexpert%2Freact-filemanager-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32577121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":[],"created_at":"2024-10-18T22:06:22.473Z","updated_at":"2026-05-03T16:32:19.188Z","avatar_url":"https://github.com/themexpert.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a Ract based filemanager built for the [Quix Pagebuilder](https://www.themexpert.com/quix-pagebuilder) and open sourced by ThemeXpert.\n\nIf you want to integrate file manager to you project you need to install the File manger client first. Details instruction will be found here https://github.com/themexpert/react-filemanager\n\n## Usage\n\n`composer require themexpert/react-filemanager-server`\n\nLet's say we have the following file structure\n\n* $_SERVER['DOCUMENT_ROOT']\n    * app\n        * config.php\n        * index.php\n    * public\n        * uploads\n\nFile: `config.php`\n```PHP\n\u003c?php\n\nreturn [\n\t'root' =\u003e '/public/storage/', //your public upload directory\n    'upload' =\u003e [\n        'allowed_types' =\u003e ['image/jpeg',  'image/png']\n    ]\n];\n```\n\nFile: `/app/index.php` \n```PHP\n    (new FileManager(__DIR__ . '/config.php'));\n    exit; //just incase someone else tries to send some more data or maybe upto you\n```\n\nNow our server endpoint will be `/app/`\n\nWe can use any other file and have the server endpoint wherever we want\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemexpert%2Freact-filemanager-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemexpert%2Freact-filemanager-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemexpert%2Freact-filemanager-server/lists"}