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.
-
Updated
Dec 18, 2025 - PHP