PHPackages                             jirbasoft/jiriba-php-api - 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. [API Development](/categories/api)
4. /
5. jirbasoft/jiriba-php-api

ActiveProject[API Development](/categories/api)

jirbasoft/jiriba-php-api
========================

A lighteight, reusable PHP API framework for rapid and structured backend development.

v1.0.1(3mo ago)03MITPHP

Since Jan 26Pushed 1mo agoCompare

[ Source](https://github.com/jiribasoft/jiriba-php-api)[ Packagist](https://packagist.org/packages/jirbasoft/jiriba-php-api)[ RSS](/packages/jirbasoft-jiriba-php-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

🚀 Jiriba PHP API Framework
==========================

[](#-jiriba-php-api-framework)

🧠 Overview
----------

[](#-overview)

The **Jiriba PHP API Framework** is a custom-built micro-framework that helps you:

- 🎯 Quickly scaffold API projects
- 🧩 Modularize your controllers and routes
- 🗄️ Connect to and auto-create MySQL tables based on your configuration
- 📦 Handle backups, logging, request metadata, and admin setup with ease
- 🛠️ Customize everything — but keep it simple

---

⚙️ Configuration
----------------

[](#️-configuration)

All configuration is handled via `src/Config.php`.

You define:

- 📌 Database credentials
- 🧱 Table structures
- 📂 Upload folders
- 🔐 Admin role and permissions
- 🌍 Global constants

---

💾 Database Initialization
-------------------------

[](#-database-initialization)

Tables are auto-created based on `Config::TABLES` using:

```
$model = new Model();
$model->init();
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance85

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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

Every ~0 days

Total

2

Last Release

112d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/471a7177ab158109f33d8eb0dc496a67b2ae56452c8c15cd6c3d749ec2303692?d=identicon)[adamstrvor](/maintainers/adamstrvor)

---

Top Contributors

[![adamstrvor](https://avatars.githubusercontent.com/u/81414298?v=4)](https://github.com/adamstrvor "adamstrvor (17 commits)")

---

Tags

apiframeworkphp

### Embed Badge

![Health badge](/badges/jirbasoft-jiriba-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/jirbasoft-jiriba-php-api/health.svg)](https://phpackages.com/packages/jirbasoft-jiriba-php-api)
```

###  Alternatives

[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/grpc-gcp

gRPC GCP library for channel management

18497.8M3](/packages/google-grpc-gcp)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[googleads/google-ads-php

Google Ads API client for PHP

3497.6M9](/packages/googleads-google-ads-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[agence104/livekit-server-sdk

Server-side SDK for LiveKit.

79189.9k1](/packages/agence104-livekit-server-sdk)

PHPackages © 2026

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