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 2mo ago3 watchersCompare

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

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

23

—

LowBetter than 27% of packages

Maintenance56

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/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)
