PHP Classes

File: ReadMe.md

Recommend this page to a friend!
  Classes of Ore Richard Muyiwa   PHP JSON Archive   ReadMe.md   Download  
File: ReadMe.md
Role: Auxiliary data
Content type: text/markdown
Description: Read me
Class: PHP JSON Archive
Create and extract file archives in JSON format
Author: By
Last change:
Date: 8 years ago
Size: 984 bytes
 

Contents

Class file image Download

Richard-Mcfriend-s-JSON-Archive

A file archive based on the JavaScript Object Notation

  1. High compression ratio.
  2. Simple and lightweight
  3. Support for JSON by many programming language gives it easy implementation and portability.
  4. Saves space consumed by files uploaded to your application.
  5. JSON can easily be manipulated by JavaScript making it serve as a server/client interface when purified.
  6. Serve as a server/client file transfer mechanism.
  7. Secure. JSON Archives can be secured with a password.
  8. Out-performs zip with large files and archive.

CLASS JSON_Archive FEATURES

  1. Compress files.
  2. Decompress Archive.
  3. Rename and Delete files in archive.
  4. Moves files in archive by renaming them.
  5. Get details of files in archive.
  6. Get archive details.
  7. Return archive as JSON string.
  8. Secure archives.
  9. Set compression level between 1 and 9.
  10. Full directory compression.
  11. Add comments and author/owner details.