PHPackages                             netesy/gringotts - 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. netesy/gringotts

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

netesy/gringotts
================

A NoSQL Database, with the portability of SQLite

v1.0(5y ago)33MITPHPPHP &gt;=7.2

Since Nov 13Pushed 5y ago2 watchersCompare

[ Source](https://github.com/netesy/gringotts)[ Packagist](https://packagist.org/packages/netesy/gringotts)[ Docs](https://github.com/netesy/gringotts)[ RSS](/packages/netesy-gringotts/feed)WikiDiscussions master Synced 6d ago

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

The Gringotts Database - A NoSQL Database, with the portability of SQLite
=========================================================================

[](#the-gringotts-database---a-nosql-database-with-the-portability-of-sqlite)

I recently found MongoDB and fell in love with it, but I wanted something like SqLite, something where I didn't have to worry about database servers. This is what this project is all about.

The NoSQL database engine is built with PHP code. Thus the server and client are one just like SqLite. You simply give it a path to your database folder and away you go, no server setup, no user accounts, no passwords.

Originally the project just used plain old JSON to store the data. However it now contains many diffrent backends, so your database can be XML based or it might use the built in PHP serialize functionality for example.

Also in the documentation there is (will be) a specification document outlining every detail so that other programmers can build their own drivers to read the database format much the same way MongoDB works.

How to Install
--------------

[](#how-to-install)

Installation via composer is easy:

```
composer require netesy/gringotts:*

```

How do I use it?
----------------

[](#how-do-i-use-it)

Once you have the src included in your project you can use it like this:

```
