PHPackages                             delboy1978uk/bone-native-backend-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. [Framework](/categories/framework)
4. /
5. delboy1978uk/bone-native-backend-api

ActiveProject[Framework](/categories/framework)

delboy1978uk/bone-native-backend-api
====================================

A pre-configured Bone Framefork OAuth2 API for use with Bone Native

v1.0.8(5mo ago)02MITJavaScriptPHP ^8.4CI passing

Since Aug 8Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/boneframework/bone-native-backend-api)[ Packagist](https://packagist.org/packages/delboy1978uk/bone-native-backend-api)[ Docs](https://github.com/boneframework/bone-native-backend-api)[ RSS](/packages/delboy1978uk-bone-native-backend-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (15)Versions (10)Used By (0)

bone native backend api
=======================

[](#bone-native-backend-api)

[![Latest Stable Version](https://camo.githubusercontent.com/c22756f8daa36557e70daf3cea2087eb5bdf90c07aaec334647c979b0804c337/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d6e61746976652d6261636b656e642d6170692f762f737461626c65)](https://packagist.org/packages/delboy1978uk/bone-native-backend-api) [![Total Downloads](https://camo.githubusercontent.com/9d5ab05407678cdfb25c74f554949c25c8c3dc549e7c32a66bacbc2a37f1dc85/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d6e61746976652d6261636b656e642d6170692f646f776e6c6f616473)](https://packagist.org/packages/delboy1978uk/bone-native-backend-api) [![Latest Unstable Version](https://camo.githubusercontent.com/70c44d3476347dc67a3a36abdb1014539376c80e18d6f8c56dff82d141e6ae19/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d6e61746976652d6261636b656e642d6170692f762f756e737461626c65)](https://packagist.org/packages/delboy1978uk/bone-native-backend-api) [![License](https://camo.githubusercontent.com/80ac0de17e02ad2e1350909e2503e16b6f0286fefceabfeac42c756d77d6d958/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d6e61746976652d6261636b656e642d6170692f6c6963656e7365)](https://packagist.org/packages/delboy1978uk/bone-native-backend-api)
[![build status](https://github.com/delboy1978uk/bone-native-backend-api/actions/workflows/master.yml/badge.svg)](https://github.com/delboy1978uk/bone-native-backend-api/actions/workflows/master.yml/badge.svg)
A pre configured Bone Framework app to provide a secure API for Bone Native apps.

requirements
------------

[](#requirements)

- Git
- Docker

installation
------------

[](#installation)

We recommend using `boneframework/lamp`. Clone it, `cd` into the folder and delete the placeholder code folder. Then clone this repository. You can add `127.0.0.1 awesome.bone` to your `/etc/hosts`. This can be customised (see below)

```
git clone https://github.com/delboy1978uk/lamp myproject
cd myproject
rm -fr .git
rm -fr code
git clone https://github.com/delboy1978uk/boneframework code
cd code
rm -fr .git
git init
cp .env.example .env
cd ..

```

To start up the development server, simply run

```
bin/start

```

The server starts up, and you can see logs scrolling past in real time.

configuration
-------------

[](#configuration)

Open another tab, and run the following commands:

```
bin/terminal php
composer install
bone migrant:diff
bone migrant:migrate
bone migrant:generate-proxies
bone migrant:fixtures
bone assets:deploy
exit

```

Then browse to `https://awesome.bone`, and you will see the site running.

mailhog
-------

[](#mailhog)

The development also has Mailhog running at `https://awesome.bone:8025`, so you can configure any dev emails to use SMTP port `1025` and all outgoing mails will appear in the Mailhog outbox.

mariadb
-------

[](#mariadb)

MariaDB is running, on host `mariadb` (see `docker-compose.yml`), and `config/bone-db.php`).

docker php container shell
--------------------------

[](#docker-php-container-shell)

To "ssh" into your server in order to run PHP commands like composer etc, type the following in a fresh terminal window. Type `exit` to return to your local shell.

```
bin/terminal php

```

To shut down your server, `CTRL-C` out, then type `bin/stop`.

learn more
----------

[](#learn-more)

You can learn more about the Docker LAMP stack here

You can learn more about Bone Framework here

You can learn more about Bone Native here

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance80

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 99.2% 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 ~67 days

Recently: every ~127 days

Total

9

Last Release

155d ago

PHP version history (2 changes)v1.0.0PHP ^8.1

v1.0.8PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/f20859ab2082170605b5961bb1f12493b087b08b7efa3ab0087ddbe0c9e0a94c?d=identicon)[delboy1978uk](/maintainers/delboy1978uk)

---

Top Contributors

[![delboy1978uk](https://avatars.githubusercontent.com/u/2684575?v=4)](https://github.com/delboy1978uk "delboy1978uk (385 commits)")[![dermario](https://avatars.githubusercontent.com/u/8972530?v=4)](https://github.com/dermario "dermario (2 commits)")[![gbeans97](https://avatars.githubusercontent.com/u/88596421?v=4)](https://github.com/gbeans97 "gbeans97 (1 commits)")

---

Tags

apiframeworkoauth2androidiosnativebone

### Embed Badge

![Health badge](/badges/delboy1978uk-bone-native-backend-api/health.svg)

```
[![Health](https://phpackages.com/badges/delboy1978uk-bone-native-backend-api/health.svg)](https://phpackages.com/packages/delboy1978uk-bone-native-backend-api)
```

###  Alternatives

[laminas-api-tools/api-tools-oauth2

Laminas module for implementing an OAuth2 server

112.1M5](/packages/laminas-api-tools-api-tools-oauth2)[psx/psx

PHP REST API Framework

17112.6k3](/packages/psx-psx)

PHPackages © 2026

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