PHPackages                             sofiakb/php-database-nosql - 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. sofiakb/php-database-nosql

ActiveLibrary

sofiakb/php-database-nosql
==========================

A library to use nosql database

038PHP

Since Jul 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sofiakb/php-database-nosql)[ Packagist](https://packagist.org/packages/sofiakb/php-database-nosql)[ RSS](/packages/sofiakb-php-database-nosql/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Contributors](https://camo.githubusercontent.com/55d0217fbb59e8e0f18f55e9b162e6ef5939d4d8a68a52e786cc307553924328/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f736f6669616b622f7068702d64617461626173652d6e6f73716c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/php-database-nosql/graphs/contributors)[![Forks](https://camo.githubusercontent.com/a593c6da883c4bbe86c4ee8fada203ecb3fd84c23dffa7cab001aacae5d1d5b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f736f6669616b622f7068702d64617461626173652d6e6f73716c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/php-database-nosql/network/members)[![Stargazers](https://camo.githubusercontent.com/6385ee5a5cbdcfdbf0a44b1ac56abb8c1b1cb22b15c8d0f6d3aabe13fdf79689/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f736f6669616b622f7068702d64617461626173652d6e6f73716c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/php-database-nosql/stargazers)[![Issues](https://camo.githubusercontent.com/86af0b79ab5d47eecf24a99fffef03cdb5b7435a2e9cd4842e32b909526437b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736f6669616b622f7068702d64617461626173652d6e6f73716c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/php-database-nosql/issues)[![MIT License](https://camo.githubusercontent.com/2fd545ba957db6348f3e3c15f060c4cf25dc224db8e558196f041e0e3e491bdb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736f6669616b622f7068702d64617461626173652d6e6f73716c2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/sofiakb/php-database-nosql/blob/main/LICENSE)

php-database-nosql
==================

[](#php-database-nosql)

 A PHP Library for detect OS System !
 [**Explore the docs »**](https://github.com/sofiakb/php-database-nosql/docs)

 [Report Bug](https://github.com/sofiakb/php-database-nosql/issues) · [Request Feature](https://github.com/sofiakb/php-database-nosql/issues)

 Table of Contents1. [About the library](#about-the-project)
    - [Built With](#built-with)
2. [Getting Started](#getting-started)
    - [Prerequisites](#prerequisites)
    - [Installation](#installation)
3. [Usage](#usage)
4. [Roadmap](#roadmap)
5. [Contributing](#contributing)
6. [License](#license)
7. [Contact](#contact)
8. [Acknowledgements](#acknowledgements)

About The Library
-----------------

[](#about-the-library)

The library allows to detect os system in PHP project.

### Built With

[](#built-with)

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

- [PHP](https://php.net)

### Prerequisites

[](#prerequisites)

- php &gt;= 7.4

### Installation

[](#installation)

```
composer require sofiakb/php-database-nosql
```

Usage
-----

[](#usage)

```
//use Sofiakb\DetectOS\System;

use Sofiakb\Database\NoSQL\Model;

Model::insert(['name' => 'toto']);
Model::insert([['name' => 'toto'], ['name' => 'titi']]);

Model::where('name', 'toto')->get();
Model::where('name', 'toto')->first();
Model::where('name', '=', 'toto')->first();
Model::whereName('toto')->get();

Model::count();
Model::first();
// etc...

Model::updateBy(['name' => 'tata'], 'name', '=', 'toto');
Model::whereName('toto')->update(['name' => 'tata']);

Model::deleteBy('name', 'toto');
Model::whereName('toto')->delete();
```

Roadmap
-------

[](#roadmap)

See the [open issues](https://github.com/sofiakb/php-database-nosql/issues) for a list of proposed features (and known issues).

License
-------

[](#license)

Distributed under the MIT License. See `LICENSE` for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83745581?v=4)[sofiakb](/maintainers/sofiakb)[@sofiakb](https://github.com/sofiakb)

---

Top Contributors

[![sofiakb](https://avatars.githubusercontent.com/u/83745581?v=4)](https://github.com/sofiakb "sofiakb (40 commits)")[![sakbly](https://avatars.githubusercontent.com/u/102511794?v=4)](https://github.com/sakbly "sakbly (7 commits)")[![sowsouf](https://avatars.githubusercontent.com/u/17595186?v=4)](https://github.com/sowsouf "sowsouf (6 commits)")

### Embed Badge

![Health badge](/badges/sofiakb-php-database-nosql/health.svg)

```
[![Health](https://phpackages.com/badges/sofiakb-php-database-nosql/health.svg)](https://phpackages.com/packages/sofiakb-php-database-nosql)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
