PHPackages                             kura-lab/php-kdb - 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. [Database &amp; ORM](/categories/database)
4. /
5. kura-lab/php-kdb

ActiveLibrary[Database &amp; ORM](/categories/database)

kura-lab/php-kdb
================

Kura DataBase

1.0.0(11y ago)019MITPHP

Since Jan 23Pushed 9y agoCompare

[ Source](https://github.com/kura-lab/php-kdb)[ Packagist](https://packagist.org/packages/kura-lab/php-kdb)[ Docs](https://github.com/kura-lab/php-kdb)[ RSS](/packages/kura-lab-php-kdb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

php-kdb
=======

[](#php-kdb)

KDB(Kura DataBase) is a simple database of text files.

[![Packagist](https://camo.githubusercontent.com/42bc92a78e9299262bff2d536e21355768683cf0997deb17fb6ed9be6a7ff83c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b7572612d6c61622f7068702d6b64622e737667)](https://packagist.org/packages/kura-lab/php-kdb)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://github.com/kura-lab/php-kdb/blob/master/LICENSE)

### Install

[](#install)

At first, install composer.

```
$ mkdir workspace
$ cd workspace
$ curl -s http://getcomposer.org/installer | php

```

Create composer.json.

```
{
    "require": {
        "kura-lab/php-kdb": "1.0.0"
    }
}

```

Install kdb library.

```
$ php composer.phar install

```

### Usage

[](#usage)

Require autoloader in the your program.

```
