PHP File & Folder
Free and open source PHP File Manipulation Scripts. These category contains Download Systems, File Backup, Upload System, File Management and something more about File Manipulation.-
This script can be used to parses and accesses binary Excel files. The binary formate excel file is parsed to take the spreadsheet structure. The package provides several classes that extract the different parts of a spreadsheet and allow iterating those parts like workbooks, sheets, rows, columns and cells. Requirements:- PHP 5.0 or higher
-
This PHP script is designed to join files retrieve via HTTP into a single file. File Joiner first takes a list of HTTP URLs and then retrieves the data from the specified locations. Finally retrieved data will be brought together and saved to a single file in the desired location.Requirements:- PHP 5.0 or higher
-
Project Estimator can be used to count the number of lines and characters contained in the files of a project. It can traverse a given project directory recursively and process files that match a given file name pattern.Project Estimator counts the number of lines of the matched files and the total number characters excluding white space or just considering alphabetic ...
-
ZipStream-PHP is created to dynamically generate arbitrarily large download zip files from PHP. It is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server. Create a new stream object:$zip = new ZipStream('example.zip'); and then add one or more files: add first file (dynamically generated)$data = "This is the contents ...
-
AJAX upload progress meter for PHP renders out a file input box with javascript tied to it for a status bar, then checks if a file has been submited or useful if your uploading to the same page that is generating output. This script can also output html to the hidden iframe that will update the final status of the ...
-
BoUML File Parser is a PHP script that intends to extract information from UML artifact files. UML projects generated by BoUML project can be processed and information from the defined artifacts can be extracted with this script. Currently, This PHP script can only extract the packages, components and use cases.Requirements:- PHP 5.3 or higher
-
File Helper is a PHP script designed to read and write data in files. It can open files to read, write and append data in them. This script can also be used to delete files.Requirements:- PHP 5.0 or higher
-
UploadFile can process uploaded image files, there is a base class that can handle uploaded files of any type by first copying or moving them. There is also a sub-class which provides an additional functionality to validate uploaded image files by verifying the file name extension and checking the image dimensions. Requirements:- PHP 4.0 or higher
-
Log checker can be used to truncate log files that exceed a limit size. This script contains functions required for crawling trought directories and filtering out, files with extensions passed in array as parameter. At first it crawls trought directory passed as parameter. When it finds subdirectory, it will be craweled too though. After matching all files by extension, files ...
-
Google File Finder can be used to search for files in sites using Google. There is a base class that can HTTP send requests to Google to perform searches for given keywords. There are also several sub-classes that can make the searches be restricted to certain sites that host files for download. Those classes parse the results and extract the ...
-
Remote Content retrieves remote URL or local file.
-
This code reads all the lines in a text file then alphabetizes it and overwrites the file with the alphabetized version. It is easy to use. You just need to replace the placehoder of the file path.
-
This class can be used to compose and generate Excel XLS spreadsheet files. It can add cells to the definition of a spreadsheet by specifying the position of the cell and its contents. The contents may be regular text or even formulas. The composed spreadsheet can be served for download or saved to a given file in Excel XLS format. ...
-
Smart File Cache can be used to store and retrieve variable values in cache files. It can serialize the value of a given variable and store it in a cache file. Smart File Cache is an Open Source PHP cache script. The script can also retrieve the original variable value from a cache file. Cache files are valid for a ...
-
This class can be used to manipulate configuration values in INI files. It can read and parse a given INI file and extract the sections and configuration values. The class can also add or modify given configuration values, as well delete certain sections or values. The modifications can be saved back to the INI file. Requirement: 5.0


