pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
291 stars 45 forks source link

Use Phar #37

Closed pocketarc closed 9 years ago

pocketarc commented 10 years ago

Use phar to combine git-deploy-php + phpseclib, because having git-deploy-php's file loaded with phpseclib's entire code makes it much less friendly to work with. This'd open the doors to separating all the classes into their own files and keeping the code perfectly organized, without affecting normal use of git-deploy-php.

pocketarc commented 9 years ago

Finally! :smile: All done.