PHPackages                             phidias/api.project - 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. phidias/api.project

ActiveLibrary[API Development](/categories/api)

phidias/api.project
===================

A boilerplate phidias/api project

1.0.0(10y ago)0107GPL-3.0PHP

Since May 5Pushed 10y ago5 watchersCompare

[ Source](https://github.com/phidias-sas/api.project)[ Packagist](https://packagist.org/packages/phidias/api.project)[ RSS](/packages/phidias-apiproject/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Phidias API project boilerplate
===============================

[](#phidias-api-project-boilerplate)

### Step 0: Add a custom composer repository

[](#step-0-add-a-custom-composer-repository)

composer config repositories.REPOSITORY\_NAME composer REPOSITORY\_URL

### Step 1: Download some API modules

[](#step-1-download-some-api-modules)

composer require phidias/calendar.api

### Step 2: Import downloaded modules into your API

[](#step-2-import-downloaded-modules-into-your-api)

Edit the file `public/index.php` and call Server::import (before Server::run)

```
Server::import("../vendor/phidias/calendar.api");

```

### Step 3: Go over your configuration settings

[](#step-3-go-over-your-configuration-settings)

Look at all files inside the /configuration folder and edit as necessary

### Step 4: Run the installation script

[](#step-4-run-the-installation-script)

cd path/to/your/project/public (or wherever index.php resides) php ../vendor/phidias/api/scripts/install.php

### ... Run!

[](#-run)

Make the /public directory available through a web server

Quick test: cd path/to/your/project/public php -S localhost:8000

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8cafac3fae0077b8d51ef90c0827f28a348a106b5ca1bf7db6a4faf2e9faadd?d=identicon)[santiago-cortes](/maintainers/santiago-cortes)

---

Top Contributors

[![santiago-cortes](https://avatars.githubusercontent.com/u/5031935?v=4)](https://github.com/santiago-cortes "santiago-cortes (8 commits)")

### Embed Badge

![Health badge](/badges/phidias-apiproject/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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