Installing from Git
It's possible to download and install Swift Mailer directly from github.com if you want to keep up-to-date with ease.
Swift Mailer's source code is kept in a git repository at github.com so you can get the source directly from the repository.
Note:
You do not need to have git installed to use Swift Mailer from github. If you don't
have git installed, go to http://github.com/swiftmailer/swiftmailer
and click the "Download" button.
-
Cloning the Repository
The repository can be cloned from git://github.com/swiftmailer/swiftmailer.git using the git clone command.
Parent topic: Installing the Library
Previous topic: Installing from a Package
Next topic: Uploading to your Host