PHPackages                             no22/gongo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. no22/gongo

ActiveLibrary[Framework](/categories/framework)

no22/gongo
==========

Web application framework

1111PHP

Since Sep 18Pushed 9y ago2 watchersCompare

[ Source](https://github.com/no22/Gongo)[ Packagist](https://packagist.org/packages/no22/gongo)[ RSS](/packages/no22-gongo/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Gongo
=====

[](#gongo)

Gongo is a micro web application framework for PHP 5.2 or later. It is successor to Picowa and PicowaCore framework with GongoDB.

Install
-------

[](#install)

### Using composer:

[](#using-composer)

```
{
    "require": {
        "no22/gongo": "dev-master"
    }
}

```

### Manual install:

[](#manual-install)

Download the library and put it in your include path.

### .htaccess:

[](#htaccess)

```
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?__url__=$1 [QSA,L]

```

### index.php:

[](#indexphp)

```
