PHPackages                             drdam/japloora - 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. drdam/japloora

ActiveProject[API Development](/categories/api)

drdam/japloora
==============

Just Another PHP Lightweight Object Oriented RestAPI

2.0(3y ago)018GPL-3.0-or-laterPHPPHP &gt;=8.0

Since Jul 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/DrDam/Japloora)[ Packagist](https://packagist.org/packages/drdam/japloora)[ RSS](/packages/drdam-japloora/feed)WikiDiscussions master Synced 2w ago

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

Japloora
========

[](#japloora)

Just Another PHP Lightweight Object Oriented RestAPI
----------------------------------------------------

[](#just-another-php-lightweight-object-oriented-restapi)

- [Introduction](#introduction)
- [Purpose](#Purpose)
- [Get started](#get-started)
- [Identification](#identification)

### Introduction

[](#introduction)

Japloora are a try to make a little API with REST-FULL capacity.

### Purpose

[](#purpose)

The way to use are simple :

- A controler defined route caracteristics ( path, scheme, method, HTML parameters, callback, output format) and implement callback method responding to Request
- A controler can defined multiple route
- Route can be "wildcarded" ( "get/type/\*" )
- A controler can precise a "wildcarded" route of another controler
- Using a basic and "light" Authent mecanisme

### Get started

[](#get-started)

- Get package with composer(japloora/japloora ),
- Copy "exemple" folder's files on to the Apache DocumentRoot.
- Add Apache read/write on "AuthentDB" and "init" folder
- In init Folder, edit init.yml change login/password of Authent Super Admin
- Try exemple URLs

### Identification

[](#identification)

Japloora not make Authentification, it only make identification.
That mean a user can be identify via a JWT token composed with :

- header almgorithme declaration : "HS256",
- payload :
    - "sub" parameter : site\_key
    - "use" parameter : my\_username
    - "iat" parameter : timestamp in token creation
- secret key are a SHA256 encrytption of
    - SHA256 encrytpted user\_password concatenated with timestamp ( 'iat' paremeter)

A token are valid for only 15min. It's recommanded gerenate a new on each call Parameters ( site\_key, username and user\_password ) are exchange out-of-line and the password where never send from client to server

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

1211d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4729094?v=4)[DrDam](/maintainers/DrDam)[@DrDam](https://github.com/DrDam)

---

Top Contributors

[![DrDam](https://avatars.githubusercontent.com/u/4729094?v=4)](https://github.com/DrDam "DrDam (49 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/drdam-japloora/health.svg)

```
[![Health](https://phpackages.com/badges/drdam-japloora/health.svg)](https://phpackages.com/packages/drdam-japloora)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[typo3/cms-core

TYPO3 CMS Core

3312.9M4.8k](/packages/typo3-cms-core)

PHPackages © 2026

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