PHPackages                             siler/app - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. siler/app

ActiveProject[Testing &amp; Quality](/categories/testing)

siler/app
=========

Set up a modern Siler app by running one command.

v1.1.2(5y ago)16842[2 issues](https://github.com/leocavalcante/create-siler-app/issues)[1 PRs](https://github.com/leocavalcante/create-siler-app/pulls)MITPHP

Since Aug 26Pushed 3y ago3 watchersCompare

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

READMEChangelog (2)Dependencies (8)Versions (5)Used By (0)

create-siler-app
================

[](#create-siler-app)

🧱 Set up a modern [Siler](https://github.com/leocavalcante/siler) app by running one command.

```
composer create-project siler/app my-app
```

Scripts
-------

[](#scripts)

### `composer start`

[](#composer-start)

Runs [CLI SAPI built-in web server ](https://www.php.net/manual/en/features.commandline.webserver.php) on port 8080.

### `composer swoole`

[](#composer-swoole)

Runs [Swoole web server](https://www.swoole.co.uk/) on port 9501.

#### `docker-compose up`

[](#docker-compose-up)

Runs [Docker](https://www.docker.com/) using [Dwoole](https://github.com/leocavalcante/dwoole) on port 9501 as well.

DevTools
--------

[](#devtools)

It uses [`ramsey/devtools`](https://github.com/ramsey/devtools) with [Pest](https://pestphp.com/) override for `test:unit`.

```
analyze
  analyze:phpstan      Runs the PHPStan static analyzer.
  analyze:psalm        Runs the Psalm static analyzer.

build
  build:clean          Removes everything from the build directory that is not under version control.
  build:clear-cache    Removes everything from build/cache that is not under version control.

lint
  lint:fix             Checks source code for coding standards issues and fixes them, if possible.

test
  test:all             Runs linting, static analysis, and unit tests.
  test:coverage:ci     Runs the unit test suite and generates a Clover coverage report.
  test:coverage:html   Runs the unit test suite and generates an HTML coverage report.
  test:unit            Runs the unit test suite.
```

How-to
------

[](#how-to)

### `bootstrap.php`

[](#bootstrapphp)

Is a good place to startup your application, things like database connections, dependency injection containers, setups etc.

### `index.php`

[](#indexphp)

Is called on each request, is a good place for routes and things that depends on the current request.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59% 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 ~10 days

Total

4

Last Release

2056d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/940717934113da7abe00589e87cfde6f34496f039bcd3fc6ce4a33f5f415d4ac?d=identicon)[leocavalcante](/maintainers/leocavalcante)

![](https://www.gravatar.com/avatar/8f30f25bc5882ae739862f89a61e546569afbff5856173a2b2121f7afb826f43?d=identicon)[siler](/maintainers/siler)

---

Top Contributors

[![leocavalcante](https://avatars.githubusercontent.com/u/183722?v=4)](https://github.com/leocavalcante "leocavalcante (135 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (90 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

boilerplatebootstrapcreate-apppestphpsilerskeletonswoole

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k15.5M904](/packages/phpro-grumphp)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[mayflower/php-codebrowser

A code browser that augments the code with information from various QA tools.

1352.2M61](/packages/mayflower-php-codebrowser)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[mcustiel/phiremock-server

A mocker for HTTP and REST services

19843.6k9](/packages/mcustiel-phiremock-server)[anlutro/l4-testing

Base PHPUnit classes for Laravel 4.

133.7k3](/packages/anlutro-l4-testing)

PHPackages © 2026

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