VSCode Extension: Automatically updates build number and date on save
- Automatically updates @build and @updated tags in your PHP files.
- Saves the build information in builds.json located in the .versions folder.
- Creates a backup of the saved file in the .repos folder with the updated build number and date.
- Allows setting an initial build number via configuration.
- Automatically creates and updates .vscode/settings.json to exclude the .versions and .repos folders from the file explorer.
phpEasyVCS is a simple version control system (VCS) with minimal hosting requirements, namely PHP 5.2+. No database is needed.
Files can be viewed and uploaded with a browser or by WebDAV, which allows you to access the files like a local drive in all operating systems. For integration with other software a REST service is provided.
It is very easy to view the file versions at a specific point in time. The web interface allows you to easily compare file versions and synchronize and...