Neevo

Tiny database layer for PHP

Get Neevo

Tarball

A tarball of Neevo is available through GitHub:

Download latest gzipped tarball

Git

You can clone Neevo from GitHub:

$ git clone https://github.com/smasty/Neevo.git

Phar archive

Neevo is also available as a single-file Phar archive:

include 'Neevo.phar';

» Download Neevo.phar

Composer package

Composer is a dependency manager for PHP. If you use Composer for managing dependencies in your project, you can now add Neevo as your dependency. Neevo is available in the Packagist, the main Composer repository.

If you wish to add Neevo as your project's depe­nency, just add this to your composer.json:

{
    "require": {
        "smasty/neevo": "2.3.*"
    }
}

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.

Fork me on GitHub