# AxiDB AxiDB is an embedded document database for PHP that works as a folder. Copy it into a PHP project and use it without a separate database server, Composer, or third-party dependencies. ## Primary site https://axidb.com/ ## Spanish site https://axidb.com/es/ ## Source https://github.com/GestasAI/AxiDB ## Documentation https://github.com/GestasAI/AxiDB/tree/main/docs ## Maintainer / builder GestasAI · https://gestasai.com/ Juan Carlos Aguirre · https://juancarlosaguirre.es/ ## Positioning AxiDB is designed for small and medium PHP applications where document storage, simple deployment, and a small operational footprint matter. It is not intended to replace SQLite/PostgreSQL/MySQL for every workload or for tens of millions of documents. ## Requirements PHP 8.1+ and the built-in JSON extension. ## License Apache 2.0.