PHPackages                             nexph/nexph - 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. [CLI &amp; Console](/categories/cli)
4. /
5. nexph/nexph

ActiveLibrary[CLI &amp; Console](/categories/cli)

nexph/nexph
===========

Nexph adaptive PHP runtime, CLI, loader, and package manager

v0.1.0(2mo ago)01↓100%MITPHPPHP &gt;=8.2

Since May 26Pushed 2mo agoCompare

[ Source](https://github.com/rawp-id/nexph)[ Packagist](https://packagist.org/packages/nexph/nexph)[ RSS](/packages/nexph-nexph/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Nexph
=====

[](#nexph)

Adaptive PHP runtime with native loader, package manager, HTTP/WS/SSE runtime, and UI compiler.

Install
-------

[](#install)

Native:

```
curl -fsSL https://nexph.dev/install | sh
nexph new my-app
cd my-app
nexph serve
```

Composer global from GitHub test repo:

```
composer global config repositories.nexph vcs https://github.com/rawp-id/nexph.git
composer global require nexph/nexph:dev-main
nexph new my-app
cd my-app
nexph serve
```

Composer create project from GitHub test repo:

```
rm -rf test-app
composer create-project --repository='{"type":"vcs","url":"https://github.com/rawp-id/nexph.git"}' nexph/nexph test-app dev-main
cd test-app
php nexph serve
```

Composer project template later:

```
composer create-project nexph/nexph-framework my-app
cd my-app
php nexph serve
```

Dev/no install:

```
php nexph help
php nexph new my-app
```

Layout
------

[](#layout)

```
my-app/
  nexph
  nexph.json
  src/
  bags/
    runtime/
    local/
    installed/
    cache/
```

Packages
--------

[](#packages)

```
nexph install nexph/auth
nexph install composer:monolog/monolog
```

Notes
-----

[](#notes)

- `composer create-project` needs empty target directory.
- Until Packagist + stable tag exist, use `dev-main` for Composer testing.
- User install should use curl/global Composer, not git clone.

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance88

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

60d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/110043806?v=4)[Rifky Aryo](/maintainers/rawp-id)[@rawp-id](https://github.com/rawp-id)

---

Top Contributors

[![rawp-id](https://avatars.githubusercontent.com/u/110043806?v=4)](https://github.com/rawp-id "rawp-id (19 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.8k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[mallardduck/laravel-traits

A collection of useful Laravel snippets in the form of easy to use traits.

136.2k2](/packages/mallardduck-laravel-traits)

PHPackages © 2026

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