PHPackages                             hyvr/ray-db - 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. hyvr/ray-db

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

hyvr/ray-db
===========

1.0.4(5mo ago)014MITPHPPHP &gt;=8.0.0

Since Dec 10Pushed 5mo agoCompare

[ Source](https://github.com/hyvr-official/RayDB)[ Packagist](https://packagist.org/packages/hyvr/ray-db)[ RSS](/packages/hyvr-ray-db/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

[![Fishline logo](https://github.com/hyvr-official/RayDB/raw/main/art/readme-header.png?raw=true)](https://github.com/hyvr-official/RayDB/blob/main/art/readme-header.png?raw=true)RayDB is a lightweight NoSQL database built in PHP that relies solely on plain JSON files, with no third-party dependencies. Its simple file-based design makes it ideal for static websites or projects that need an easy, manageable way to store content. It’s intended for handling a few gigabytes of data under low to medium workloads, making it suitable for low-traffic environments where a full traditional database would be unnecessary.

### ⚡ Get started

[](#zap-get-started)

RayDB can be installed from the composer package manager. Make sure you installed PHP and Composer from the requirments section before continuing. Run the below command to install the RayDB.

```
composer require hyvr/ray-db

```

Example usage is given below. More usage examples are details given in the below section.

```
