PHP Local DB is a lightweight PHP library that provides a simple local database mechanism by storing data in encrypted files. It allows applications to persist structured data securely without relying on an external database server. The library supports common database-like operations, including insert, update, delete and select.
phpdatabaselocal-storagedblocal-databasedata-persistenceembedded-databaseoffline-storagefile-storagesecure-storagesimple-databaselocal-dbfile-based-databaseencrypted-storagefile-databaseflat-file-databaselightweight-databaseencrypted-filekey-based-encryptionno-sql-database
-
Updated
Dec 18, 2025 - PHP