PHPackages                             ar2labs/wiring-start - 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. ar2labs/wiring-start

ActiveProject

ar2labs/wiring-start
====================

Wiring micro framework start

v2.3.1(3y ago)4121BSD-3-ClausePHP

Since Jul 24Pushed 3y ago2 watchersCompare

[ Source](https://github.com/ar2labs/wiring-start)[ Packagist](https://packagist.org/packages/ar2labs/wiring-start)[ RSS](/packages/ar2labs-wiring-start/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (12)Versions (3)Used By (0)

Wiring Start
============

[](#wiring-start)

[![Build Status](https://camo.githubusercontent.com/67cce9e38f6d6d2912870ba9b94081fe49ce205ac3d30c1ca1cff919ec8788cc/68747470733a2f2f7472617669732d63692e6f72672f6172326c6162732f776972696e672d73746172742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ar2labs/wiring-start)[![License](https://camo.githubusercontent.com/068c529ab93b536fbe728f8de9b3d8e27f7b23308a2b32447fb91a341efa9389/68747470733a2f2f706f7365722e707567782e6f72672f6172326c6162732f776972696e672f6c6963656e73652e737667)](https://github.com/ar2labs/wiring/blob/master/LICENSE.md)

Wiring is a PHP micro framework core with Interoperability (PSRs).

Quick start
-----------

[](#quick-start)

1. Create a start project:

    ```
    composer create-project ar2labs/wiring-start
    ```

    or if you don't have a composer installation:

    [Get Composer](https://getcomposer.org/download/)
2. Change to the directory created

    ```
    cd wiring-start/
    ```
3. Create `.env`

    ```
    cp .env.example .env
    ```
4. Start PHP Built-in web server:

    ```
    php maker serve
    ```

    or run with php:

    ```
    php -S 127.0.0.1:8000 -t public/
    ```
5. Open your browser at:

    ```
    http://127.0.0.1:8000
    ```

Requirements
------------

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 7.2
- PHP 7.3
- PHP 7.4

PHP Extension Requirements:

- CMath
- Ctype
- JSON
- Mbstring
- OpenSSL
- PDO
- Tokenizer
- XML

Copyright and license
---------------------

[](#copyright-and-license)

Code and documentation copyright (c) 2020, Code released under the [BSD-3-Clause license](https://github.com/ar2labs/wiring/blob/master/LICENSE.md).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.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.

###  Release Activity

Cadence

Every ~708 days

Total

2

Last Release

1410d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8439ce68ef9555fac895e05a9efe6e4907cc5be46ed301afb31acab0bcf8899?d=identicon)[arcostasi](/maintainers/arcostasi)

---

Top Contributors

[![arcostasi](https://avatars.githubusercontent.com/u/5041497?v=4)](https://github.com/arcostasi "arcostasi (38 commits)")[![devgnx](https://avatars.githubusercontent.com/u/11429083?v=4)](https://github.com/devgnx "devgnx (4 commits)")[![alissonl3](https://avatars.githubusercontent.com/u/10770483?v=4)](https://github.com/alissonl3 "alissonl3 (3 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ar2labs-wiring-start/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.4k37.3k](/packages/matomo-matomo)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[forme/framework

An MVC framework for WordPress.

175.0k3](/packages/forme-framework)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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