PHPackages                             rosem/webservice - 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. rosem/webservice

ActiveLibrary[Framework](/categories/framework)

rosem/webservice
================

Rosem Web Framework

001[3 PRs](https://github.com/rosemlab/webservice/pulls)PHP

Since Feb 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rosemlab/webservice)[ Packagist](https://packagist.org/packages/rosem/webservice)[ RSS](/packages/rosem-webservice/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

Rosem webservice
================

[](#rosem-webservice)

Middleware based modern PHP web framework.

[![Become a Patron!](https://camo.githubusercontent.com/ef7b855018f1f680eeba6fd1ac470b9c1971ef883b2f4b9fcf41034274510e3f/68747470733a2f2f63352e70617472656f6e2e636f6d2f65787465726e616c2f6c6f676f2f6265636f6d655f615f706174726f6e5f627574746f6e2e706e67)](https://www.patreon.com/roshe)

Key features:

- **TODO:** Non-blocking IO
- HTTP2 / HTTP3 support
- All PSRs respected
- Decoupled standalone packages
    - Modular via service providers
    - Extensible via contracts

Getting started
---------------

[](#getting-started)

Build the Docker container and start the webserver:

```
docker-compose build --build-arg uid=$(id -u $USER) --build-arg gid=$(id -g $USER)
docker-compose up server
# or on a different IP and/or port
docker-compose run --rm -p 127.0.0.127:80:80 server
```

Install project dependencies:

```
docker-compose exec server composer install --ignore-platform-reqs --no-interaction --no-scripts
```

To run commands inside the container:

```
# Rosem CLI commands
docker-compose exec server bin/rosem
# OS commands
docker-compose exec server bash
```

To start PHP's internal webserver on port 8000:

```
docker-compose exec server php -S 0.0.0.0:8000 -t public server.php
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d2ab7f5dbb4cab7bee737d695c85d61d19a368d7c4117276a8df7c65e16e3c9?d=identicon)[roshecode](/maintainers/roshecode)

---

Top Contributors

[![roshecode](https://avatars.githubusercontent.com/u/13917198?v=4)](https://github.com/roshecode "roshecode (226 commits)")

---

Tags

frameworkmonorepophppsrrosem

### Embed Badge

![Health badge](/badges/rosem-webservice/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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