https://github.com/dflydev/safsi-php
Simple Abstract File System Interface
https://github.com/dflydev/safsi-php
Last synced: about 1 month ago
JSON representation
Simple Abstract File System Interface
- Host: GitHub
- URL: https://github.com/dflydev/safsi-php
- Owner: dflydev
- License: other
- Created: 2010-12-16T05:35:06.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-08T19:22:37.000Z (over 15 years ago)
- Last Synced: 2025-01-26T07:11:14.722Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Safsi - A simple abstract file system interface for PHP
http://code.google.com/p/safsi-php/
http://safsi-php.org/
Safsi is a simple abstract file system interface for PHP. The goal is to
provide a simple interface for accessing files in a consistent way,
whether dealing with file locally on disk or dealing with files that
exist remotely. For example, the same code should work for data stored
on a local disk, data stored on s3 and data stored on CloudFiles.