PHPackages                             iquipedigital/sqlite-json-handler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. iquipedigital/sqlite-json-handler

ActiveProject[Database &amp; ORM](/categories/database)

iquipedigital/sqlite-json-handler
=================================

A PHP OOP project for handling SQLite with JSON I/O.

v0.1.0alpha(1y ago)00PHP

Since May 21Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/iquipe/sqlite_json_handler)[ Packagist](https://packagist.org/packages/iquipedigital/sqlite-json-handler)[ RSS](/packages/iquipedigital-sqlite-json-handler/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Prerequisites
-------------

[](#prerequisites)

- PHP &gt;= 7.4
- PHP `sqlite3` extension
- PHP `json` extension (for JSON/REST API)
- PHP `soap` extension (for SOAP API)
- Composer (recommended for autoloading)
- A web server (Apache, Nginx, or PHP's built-in server)

Installation &amp; Deployment
-----------------------------

[](#installation--deployment)

Detailed installation and deployment instructions are provided within the documentation for each API type:

- **For JSON/REST API:** Please refer to [JSON/REST API Deployment Guide](https://dbaseserverless.iquipedigital.com/).
- **For SOAP API:** Please refer to [SOAP API Deployment Guide](./doc/soap.md).

**General Steps:**

1. **Clone the repository:**```
    git clone https://github.com/iquipe/sqlite_json_handler.git
    cd sqlite_json_handler
    ```
2. **Navigate to the desired API handler directory:**```
    cd sqlite_json_handler  # or cd sqlite_soap_handler
    ```
3. **Install dependencies:**```
    composer install
    ```
4. **Set Permissions:** Ensure the `databases/` and `backups/` directories within the chosen handler's path are writable by the web server. ```
    # Inside sqlite_json_handler or sqlite_soap_handler
    mkdir -p databases backups
    sudo chmod -R 775 databases backups
    # Adjust ownership if necessary, e.g., sudo chown -R www-data:www-data databases backups
    ```
5. **Configure Web Server:** Set up your web server to point its document root to the `public/` directory within the chosen handler's path (e.g., `sqlite_json_handler/public/`).
6. **(SOAP Only)** Configure the WSDL: Update the `` in `public/database_service.wsdl` to point to your correct `soap_server.php` URL.

Usage
-----

[](#usage)

Usage instructions, including request/response formats and code samples for interacting with the APIs, are available in their respective documentation files:

- **JSON/REST API:** [JSON/REST API Usage Guide](https://dbaseserverless.iquipedigital.com/)
- **SOAP API:** [SOAP API Usage Guide](./doc/soap.md)

Contributing
------------

[](#contributing)

Contributions are welcome! If you'd like to contribute, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature-name`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature/your-feature-name`).
6. Open a Pull Request.

Please ensure your code adheres to PSR standards where applicable and includes appropriate tests if new functionality is added.

Support iQuipe Digital
----------------------

[](#support-iquipe-digital)

If you find this project useful and would like to support its development, please consider making a donation. Your support helps maintain and improve this project, as well as develop new open-source tools.

- **Donate via flutterwave:**
- **Donate via Buy Me A Coffee:**  *(Replace `YourBMCPage` or add other platforms if you prefer)*

Every contribution, no matter the size, is highly appreciated!

License
-------

[](#license)

This project is licensed under the GPL-3.0 License - see the [LICENSE](https://github.com/iquipe/sqlite_json_handler/blob/main/LICENSE) file for details (you'll need to create this file).

---

*We hope this SQLite API Handler streamlines your database interactions!**For any inquiries or issues, please contact iQuipe Digital at .*

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance49

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

408d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45603294?v=4)[iQuipe Digital](/maintainers/iquipe)[@iquipe](https://github.com/iquipe)

---

Top Contributors

[![wildshark](https://avatars.githubusercontent.com/u/11692326?v=4)](https://github.com/wildshark "wildshark (11 commits)")

### Embed Badge

![Health badge](/badges/iquipedigital-sqlite-json-handler/health.svg)

```
[![Health](https://phpackages.com/badges/iquipedigital-sqlite-json-handler/health.svg)](https://phpackages.com/packages/iquipedigital-sqlite-json-handler)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
