PHPackages                             neutomic/skeleton - 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. neutomic/skeleton

ActiveProject[Framework](/categories/framework)

neutomic/skeleton
=================

A minimal Neutomic project recommended to create simple web applications

2222PHP

Since Feb 21Pushed 4mo ago3 watchersCompare

[ Source](https://github.com/neutomic/skeleton)[ Packagist](https://packagist.org/packages/neutomic/skeleton)[ RSS](/packages/neutomic-skeleton/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Neutomic Skeleton
=================

[](#neutomic-skeleton)

This is a skeleton project for Neutomic. It is a simple project that demonstrates how to use Neutomic to build a simple web application.

Getting Started
---------------

[](#getting-started)

To get started, clone this repository and run the following command:

```
compser install
```

This will install all the dependencies required to run the project.

Running the Project
-------------------

[](#running-the-project)

To run the project, run the following command:

```
php src/main.php http:server:start
```

This will start the server on port 8080. You can access the server by visiting `http://localhost:8080` in your browser.

### Server Clustering

[](#server-clustering)

To utilize server clustering, which dispatches multiple workers each running a server:

```
php src/main.php http:server:cluster
```

The command will dispatch `n` workers, where `n` is the number of CPU cores on your machine.

Alternatively, specify the number of workers:

```
php src/main.php http:server:cluster --workers=4
```

This will start the server cluster with 4 workers, each handling incoming requests concurrently.

More Information
----------------

[](#more-information)

For more information on how to use Neutomic, please visit the [Neutomic Documentation](https://neutomic.github.io/).

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance52

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.4% 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/8489d7c85bfa7c637b8e13484f3f659652aea0568b6e7f9e66edeb0649b5a2f1?d=identicon)[azjezz](/maintainers/azjezz)

---

Top Contributors

[![azjezz](https://avatars.githubusercontent.com/u/29315886?v=4)](https://github.com/azjezz "azjezz (5 commits)")[![devnix](https://avatars.githubusercontent.com/u/1777519?v=4)](https://github.com/devnix "devnix (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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