Github
Formagic is hosted on GitHub. You can find the Formagic project page here:
https://github.com/Weasle/Formagic
The current stable version of Formagic is 1.5.4. You may download it from GitHub, although we recommend adding Formagic into your project using Composer.
If you are interested contributing to Formagic, please feel free to fork Formagic on GitHub.
Composer/Packagist
You can easily integrate Formagic into your existing project, especially if you already use Composer to manage your vendor library. Just add the following requirements to your composer.json file:
"require": {
"formagic/formagic": "1.5.4"
}