Download the PHP package irfan-dahir/folderdb without Composer
On this page you can find all versions of the php package irfan-dahir/folderdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package folderdb
FolderDB
FolderDB is a flat-file JSON database with usage similarity to MongoDB's PHP API.
It saves data into directories as files with key/value pairs in JSON format. The "key" is the file name where the "value" is JSON data.
FolderDB uses magic methods to automatically create or manage "collections"/directories.
Getting Started
Create a Folder
Insert data
Count
Get document
Get all documents in a folder
Check if document exists
Delete "Collection"
⚠️ This method deletes the "Collection" folder and it's contents. ⚠️
Dependencies
- PHP 7.1+
- irfan-dahir/php-mom
Issues
Please create an issue for any bugs/security risks/etc
All versions of folderdb with dependencies
PHP Build Version
Package Version
Requires
irfan-dahir/php-mom Version
dev-master
The package irfan-dahir/folderdb contains the following files
Loading the files please wait ....