Skip to content

A free JS library and PHP script collection for web desktops and web apps.

License

Notifications You must be signed in to change notification settings

infofintech/system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Desktop Base Components

A free JS library and PHP script collection for web desktops and web apps.

Paris, France

The latest version of the JS and PHP library package for web apps as dependencies for them includes:

  • File operations with attribute including user's rights to rewrite the file conditionally or uncondiionally depending on the username and its administrative rights level, including: move, copy, write, delete, create directory, change Unix rights to files, etc.
  • PHP script working with data in JSON files, including add or edit, remove, clear JSON file, pack, put, unpack and unput.
    • The difference between pack and put, and also unpack and unput lies in the way of leaving data untouched in JSON array after operation. Unpack operation extract JSON data in certain internal path in it into binary file while the data is not removed from JSON array, while with unput operation, the data is JSON array is being removed.
  • PHP script which serves as the Git-based package manager for web apps, libraries and resources, downloading them via git clone command on UNIX-like web server.