5 projects tagged "Filesystems"
File exchange Protocol can be used to store and retrieve files in a remote repository server using HTTP. It can access a remote server using HTTP requests with authentication to protect the access to the remote files. The class can perform requests to create, write, read, and delete remote files. It can also create, list, and delete directories. It implements a stream wrapper interface to make it possible to access the remote files with PHP functions like fopen('fep://...') and other PHP file and directory manipulation functions. You can also apply a Stream Wrapper that allows you to mount a remote filesystem.
MS-Excel Stream Handler is a class that implements a stream handler interface for reading and writing Microsoft Excel spreadsheet files in the XLS format. XLS files can be manipulated using PHP's fopen, fread, and fwrite functions, as well as any other functions that access streams. Spreadsheets can be created by passing the class a serialized array of spreadsheet row arrays that associate the column names with their values.
The Invisionix Roaming System Remote (IRSR) is a new metasystem which provides its users with a personal PC capability that operates in a distributed WAN environment. The metasystem is built with PHP, Javascript, and MySQL. The IRSR is a personal, general purpose, and modular mobile PC system, built by integrating existing Open Source components.