PHPackages                             yehorbk/pldb - 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. yehorbk/pldb

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

yehorbk/pldb
============

A library that provides functionality for working with simple self-contained databases.

v1.0.0(5y ago)23MITPHPPHP &gt;=5.3.0

Since Sep 2Pushed 5y agoCompare

[ Source](https://github.com/yehorbk/PLDB)[ Packagist](https://packagist.org/packages/yehorbk/pldb)[ RSS](/packages/yehorbk-pldb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Pocket Lite Database
====================

[](#pocket-lite-database)

A library that provides functionality for working with simple self-contained databases.

Concept
=======

[](#concept)

The main idea of the project is to allow programmers of any level to use the database for simple purposes without the need to install and configure it.

Installation
============

[](#installation)

Use Composer to install `PLDB` into your project:

```
$ composer require yehorbk/pldb

```

Getting Started
===============

[](#getting-started)

Here is a simple program that shows how to create database, create table, insert and select data:

```
