Skip to content
/ zipper Public

A PHP code for easy get the latest modified files from a directory, and then zip those files in the original directory tree.

License

Notifications You must be signed in to change notification settings

ZFYL/zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zipper

A PHP code for easy get the latest modified files from a directory, and then zip those files in the original directory tree. Mainly purpose is to do some 'local version control'. If you develop a website simultaneously running it live than it will make your job easier.

If you made some improvements on the development site, and you want to apply all the changes made that day, then you just go, write the time of start of your workday, write in where to look for changes, and the code will make a zip file containing all the changed/modified files from date that you put in earlier. You just copy that zip file to live version of the site, and then unpack it, and all changes that was made in any directory, will be applied on the live site.

In development: -Make profiles to let make some recurring jobs

About

A PHP code for easy get the latest modified files from a directory, and then zip those files in the original directory tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages