by Open Weaver kits ✔ Updated: Jun 14, 2022
PHP Document Database libraries are a great way to store and retrieve data in your PHP applications. They work by creating a table for each document type, and then storing the data for each instance of that document in rows of that table. PHP document databases support rich queries, which allow you to query based on properties from different documents, making them useful for performing tasks such as search engine indexing or analysis. PHP Document Database libraries like SleekDB, flywheel, Filebase can be used to store and access data. These libraries convert PHP arrays into JSON object and vice versa. They are also capable of storing PHP arrays as BLOBs in a database. SleekDB is a document database for PHP5. It supports MongoDB style queries on documents, and has ORM support for Doctrine 2 and Propel. Flywheel is a database library for PHP7 that implements the Flywheel Protocol, which allows you to use your own storage backend (such as Amazon S3) while still using the familiar Flywheel API. Filebase is a simple library which allows you to access files in a directory-like manner within your code base. Popular open source PHP Document Database libraries among developers include
PHP 596 Version:2.13
PHP 596 Version:2.13 License: Permissive (MIT)
PHP 331 Version:0.6.0
PHP 331 Version:0.6.0 License: Permissive (MIT)
PHP 244 Version:v1.0.24
PHP 244 Version:v1.0.24 License: Permissive (MIT)
PHP 109 Version:v1.3.2
PHP 109 Version:v1.3.2 License: Permissive (MIT)
PHP 70 Version:v1.0.3
PHP 70 Version:v1.0.3 License: Strong Copyleft (GPL-3.0)
Open Weaver – Develop Applications Faster with Open Source