PHP code example of simogeo / filemanager

1. Go to this page and download the library: Download simogeo/filemanager library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

simogeo / filemanager example snippets

json
{
  "Error": "No error",
  "Code": 0,
  "Path": "/UserFiles/MyFolder/myfile.txt",
  "Content": "Content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\Phasellus eu erat lorem.\r\n\r\n\Bye!"
}
json
{
  "Error": "No error",
  "Code": 0,
  "Path": "/UserFiles/MyFolder/myfile.txt"
}