ar2labs/wiring-start

Wiring micro framework start

Maintainers

Package info

github.com/ar2labs/wiring-start

Type:project

pkg:composer/ar2labs/wiring-start

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

v2.3.1 2022-07-02 18:53 UTC

This package is auto-updated.

Last update: 2026-05-22 16:08:00 UTC


README

Build License

Starter application for ar2labs/wiring, a PSR-oriented PHP microframework backend.

Stack

  • PHP 8.5
  • Wiring 2.3.7
  • PHP-DI 7
  • League Route 6
  • Laminas Diactoros 3
  • Eloquent 13
  • Twig 3
  • Symfony Console 8

Quick Start

composer create-project ar2labs/wiring-start
cd wiring-start
cp .env.example .env
php maker serve

Open:

http://localhost:8000

You can also use Composer's script:

composer serve

Quality Checks

composer test
composer php-cs-fixer
composer phpstan

Requirements

  • PHP 8.5+
  • Composer 2
  • PHP extensions: JSON, Mbstring, PDO

Structure

  • app/App: HTTP controllers, middleware, providers and models
  • app/Console: CLI commands used by maker
  • boot: application and container bootstrap
  • config: application configuration
  • public: web root
  • resources/view: Twig templates
  • routes: web and API routes
  • storage: local database, cache and logs

License

BSD-3-Clause. See LICENSE.md.