Get Neevo
Latest version
The latest version of Neevo released on 2012/04/14 is available for download.
Download latest v2.0.1 stable, tar.gz
Source code
The most current changes to the Neevo source code can be found on GitHub immediately as they are introduced.
Phar archive
Phar archive is a single file containing the whole Neevo library. All you
have to do is download the .phar archive file and then include it
like any other PHP file to start using Neevo.
include 'Neevo.phar';
Requirements
Neevo requires PHP 5.3 or greater and at least one of the supported database drivers. Neevo is available under the terms and conditions of the MIT license.
Composer package
Composer is a dependency manager for PHP. If you use composer for managing dependencies in your project, you can now Neevo as your dependency. Neevo is available in the Packagist, the main Composer repository.
If you wish to add Neevo as your project's depenency, just add this to
your composer.json:
{
"require": {
"smasty/Neevo": "2.0.1"
}
}
PHP 5.2
You can also download the older version which does not require PHP 5.3. However, this version is no longer developed, only security issues will be fixed.
» Download v1.3 stable for PHP 5.2 (tar.gz)