Alpha Web Framework Date Added: 2011-03-17 Last Updated: 2018-09-01 Revision: 26
The latest version of the Alpha Framework is 3.0.0, which you should install using Composer by adding the following dependency to your composer.json file:
"alphadevx/alpha": "3.0.*"
You can find a full example composer.json file in the Alpha documentation.
You can view the API documentation for the latest release here: 3.0.0 API Docs
For archival reasons the deprecated version 1 and 2 releases of Alpha are available for download here:
| Version | Release date | Download | API Docs |
|---|---|---|---|
| 2.0.4 | January 1st 2017 | In your composer.json: "alphadevx/alpha": "2.0.*" |
2.0.4 API Docs |
| 1.2.4 | October 22nd 2014 | alpha-1.2.4.zip | 1.2.4 API Docs |
| 1.2.3 | April 30th 2014 | alpha-1.2.3.zip | 1.2.3 API Docs |
| 1.2.2 | October 21st 2013 | alpha-1.2.2.zip | 1.2.2 API Docs |
| 1.2.1 | December 21st 2012 | alpha-1.2.1.zip | 1.2.1 API Docs |
| 1.2 | November 15th 2012 | alpha-1.2.0.zip | 1.2.0 API Docs |
| 1.1 | December 11th 2011 | alpha-1.1.zip | 1.1 API Docs |
| 1.0 | March 20th 2011 | alpha-1.0.zip | 1.0 API Docs |
Note that previous major versions of Alpha are nowunsupported, and you should only use version 3 now when possible.
Git is used for managing the Alpha Framework source code. The repository is hosted on Github here:
https://github.com/alphadevx/alpha
We welcome your pull requests!
Article URL: https://www.alphaframework.org/a/Download
Title: Download
Author: John Collins