PHPackages                             webisters/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. [HTTP &amp; Networking](/categories/http)
4. /
5. webisters/api

ActiveProject[HTTP &amp; Networking](/categories/http)

webisters/api
=============

Webisters API Project

v1.0.5(1mo ago)15MITPHPPHP &gt;=8.2

Since Apr 29Pushed 1mo agoCompare

[ Source](https://github.com/webisters/api)[ Packagist](https://packagist.org/packages/webisters/api)[ Docs](https://webisters.com/packages/api)[ Fund](https://webisters.com/sponsor)[ RSS](/packages/webisters-api/feed)WikiDiscussions main Synced 1w ago

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

Webisters API
=============

[](#webisters-api)

Webisters API Project This project is intended as an application-level codebase that can be configured and extended for local or deployed environments.

What Is Included
----------------

[](#what-is-included)

- Practical building blocks for API-first workflows and endpoint interaction.
- A project-oriented foundation for building and organizing application features.
- Configuration and dependency wiring that supports repeatable local setup.

Setup
-----

[](#setup)

```
composer global require webisters/webisters
# Optional (Windows): automatically adds Composer global bin-dir to PATH
composer global exec webisters setup

# Create the project (preferred)
webisters new-api api

# If `webisters` is not on PATH yet, use the no-PATH fallback:
# composer global exec webisters new-api api

cd api
composer install
```

Run Locally
-----------

[](#run-locally)

```
php webisters start
```

If the custom runtime command is unavailable, use: `php -S localhost:8000 -t public`.

Testing
-------

[](#testing)

```
vendor/bin/phpunit
```

Project Structure
-----------------

[](#project-structure)

- `app/`: Application code, modules, and domain logic.
- `boot/`: Bootstrap and startup configuration scripts.
- `public/`: Public web root and entrypoint files.
- `tests/`: Automated tests and supporting fixtures.

Support
-------

[](#support)

- Issues:
- Source:
- Documentation:
- Forum:
- Email:

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance92

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

6

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76ae5701a44f49f3e6a75fcd26174f093374997d189ea665b22366601b0da16e?d=identicon)[webisters](/maintainers/webisters)

---

Top Contributors

[![HafizMMoaz](https://avatars.githubusercontent.com/u/103947442?v=4)](https://github.com/HafizMMoaz "HafizMMoaz (6 commits)")

---

Tags

apirestMicroservice

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webisters-api/health.svg)

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

###  Alternatives

[megaads/apify

A pretty library to help developers build RESTful APIs lightly, quickly and properly even without writing code

151.8k](/packages/megaads-apify)[mediamonks/rest-api-bundle

MediaMonks Rest API Symfony Bundle

1656.2k1](/packages/mediamonks-rest-api-bundle)

PHPackages © 2026

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