Download the PHP package schickling/git-s3 without Composer
On this page you can find all versions of the php package schickling/git-s3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package git-s3
git-s3
The problem
- You have an AWS S3 bucket and want a git repository for all your data in it
- You don't want to upload or delete all changed files manually
With git-s3
- Automated deployment process
- versioning and revision control for S3
- Super easy installation and usage
- Uploads or deletes just the files, which have changed
Installation
A global installation of Composer is needed. git-s3 is installed globally.
Usage
After the installation run git-s3 config
to initialize the app. All needed files (config, history) will be created in the current directory. That's it. A full example can be found here.
Configure / Initialize
Edit the config.yml
file manually or run
Deploy
Coming soon
- Command to see deploy history
- Brew support
- subfolder as repo
- higher test coverage
- upload progress bar
- use git-s3 as non-global package
- Ruby rewrite
- ...
Support & Contribution
If you have an issue or an idea how to improve this project please open an Issue/Pull Request here
All versions of git-s3 with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
2.4.*
symfony/yaml Version 2.4.*
symfony/finder Version 2.4.*
symfony/filesystem Version 2.4.*
aws/aws-sdk-php Version 2.4.*
cpliakas/git-wrapper Version 1.0.*
symfony/yaml Version 2.4.*
symfony/finder Version 2.4.*
symfony/filesystem Version 2.4.*
aws/aws-sdk-php Version 2.4.*
cpliakas/git-wrapper Version 1.0.*
The package schickling/git-s3 contains the following files
Loading the files please wait ....