PHP File Systems for Windows

View 2779 business solutions

Browse free open source PHP File Systems for Windows and projects below. Use the toggles on the left to filter open source PHP File Systems for Windows by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 1
    PHP File Manager

    PHP File Manager

    phpFileManager a complete filesystem management tool on a single file.

    phpFileManager is a complete filesystem management tool on a single file. A server administration tool using PHP, meant for rapid file access, and also to verify the server configuration and security. The script can be renamed and deployed on an unique known url, and offers password protection.. All dependencies, like images, js and css files, are included inside the same file, so that the script can run even on offline devices, like a local Raspberry Pi, or ESP32 microcontroller. The size of the script is bellow 1Mb, and i want to make it even smaller. To conclude, this script is also a repository of several hand made functions, organized in sections, meant for learning PHP and explore all PHP capabilities. You can learn, copy and use them on your own projects. Help the project with a donation: Will allow the view of two phpFileManager from diferent URLs on the same screen. Like MC (Midnight Commander) does. https://www.dulldusk.com/product/donation-for-phpfilemanager/
    Downloads: 33 This Week
    Last Update:
    See Project
  • 2
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    d64-web is web-enabled utility for displaying Commodore 64 (D64/D71/D81) disk image contents (directory, BAM and more). It also provides a basic API for working with D64 disk images in PHP. Up to this moment only works fully on D64 images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    TotalW is a two panel file manager written in PHP. It is ajaxed. TotalW can download file from internet or upload file from your computer. You can mail files on remote server or download them to computer. It can zip files(.tar.gz) or unzip them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 5
    Artica For Samba Appliance

    Artica For Samba Appliance

    NAS/File Sharing/PDC server in 5 Minutes

    Artica For Samba Appliance is an Open source ISO based on Debian 6 that create a full NAS/File server using LDAP system with all necessaries features. It install Artica Web administration Console, a sexy Ajax interface to help you create shares and other filesystem tunes & tweaks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    What is the BIZ-3XPLORER? The BIZ-3XPLORER is a PHP based file management program wich allows you to organize your website and files on your server quick and comfortable without FTP. The BIZ-3XPLORER includes features like this: ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CssSelector Component

    CssSelector Component

    Converts CSS selectors to XPath expressions

    XPath expressions are incredibly flexible, so there is almost always an XPath expression that will find the element you need. Unfortunately, they can also become very complicated, and the learning curve is steep. Even common operations (such as finding an element with a particular class) can require long and unwieldy expressions. CSS selectors are less powerful than XPath, but far easier to write, read and understand. Since they are less powerful, almost all CSS selectors can be converted to an XPath equivalent. This XPath expression can then be used with other functions and classes that use XPath to find elements in a document. Not all CSS selectors can be converted to XPath equivalents. There are several CSS selectors that only make sense in the context of a web-browser. Pseudo-elements (:before, :after, :first-line, :first-letter) are not supported because they select portions of text rather than elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Disk Usage Reports
    Disk Usage Reports is a web-based way to view disk usage on remote computers or servers, or to provide usage reports to users who store files on your server. Reports are stored as static files which are retrieved via AJAX. No database is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Document Exchange Platform (DEP) provides a workspace for internet users. Documents can be shared via http/https webdav or webinterface. A workflow and role-based access is implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    FSGuide is a web-based Norton Commander-clone used by many hosting firms and individuals for advanced file-management.Features:user/access management, file uploader, advanced internal viewer, text/binary editor, file tools, language support & a lot more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ftp Css Total Commander is continuation of my small project - Css Total Commander, whose alpha version come into being 22.03.2004. From Ftp Css Total Commander I would willed create fully - fledged ftp client. Base only on HTML, CSS, PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Very fast setup of typo3: Just download typo3installer.php (or the .zip) and run it from your webspace. Fill in your mySQL-connection-data, press "Run Setup" and wait a minute: The large tar.gz-file is fetched from server-to-server, processed and typo3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy() makes a copy of a single file (use mirror() to copy directories). If the target already exists, the file is copied only if the source modification date is later than the target. This behavior can be overridden by the third boolean argument. touch() sets access and modification time for a file. The current time is used by default. You can set your own with the second argument. The third argument is the access time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Flysystem

    Flysystem

    Abstraction for local and remote filesystems

    Flysystem is a file storage library for PHP. It provides one interface to interact with many different types of filesystems. When you use Flysystem, you’re not only protected from vendor lock-in, you’ll also have a consistent experience for which ever storage is right for you. Flysystem V2 is a full, from the ground up rewrite. It features simplifications of the interface, introduces a new error/exception handling strategy, and brings all the latest type-related features of PHP 7 to the filesystem. While the overall concept of Flysystem has not changed, V2 brings you a bunch of developer-experience improvements. In addition to a more streamlined API, each write call is now less expensive. Since writes now overwrite, there is no longer a file existence check needed. For all the “over the network filesystems”, this is a big win! All adapters now provide their own interface to convert visibility input and configuration options to their implementation specific permissions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LisTX is a PHP-based web kit for listing directories and files of a specific path on a web server. It just looks like Directory Indexing page of apache. If you have a PHP virtual host but you can't configure apache, you may need it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A PhP / JavaScript based system to store, edit and make manuals in directorys. With the a powerful JavaScript rich text editor the mauals can be written and edited. The PhP system can write new manuals to disk, make directories and rename them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MySQLfs
    A PHP class that can be used to store files in MySQL. You can use files as big as you want and your folder structure may as complex as you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Webserver mod for a fancy open directory viewing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    OpenFlow

    A publishing workflow management system

    OpenFlow is a web based, publishing workflow management system aimed at magazine production, controlling editorial planning thru imposition. It uses web standards (XHTML, CSS, javascript, XML, XSL, RDF) making it easy to configure and customize.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simple PHP/MySQL script that can list files (including MD5 and SHA1 checksums as well as last modification time) in selected folder. It can generate snapshots with a current state of filesystem and compare it with an older snapshots. Before uploading to server, set your password ($correct_password = 'Your Password';) and monitoring folder ($checkpath = './';)!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP File Browser is a PHP based stand alone application that is designed to be extremely portable. It will allow any user to browse unlimited directories, at the same time creating thumbnails of images along the way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A client-server XML Repository written in PHP, using XPath for documents queries. The server and client can work directly if on the same machine or via XML-RPC over a network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Friendly php unix command-line file utils like cp and mv with progress bars and resume copy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    php-VFS is a virtual filesystem library and wrapper for PHP with several database backends avaliable like mySQL and sqlite. It is intended to be used seamlessly with PHP file operations and work quickly and easily as possible. See the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PHPCommander is a web based filemanager like Norton Commander written in PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.