ar2labs / wiring-start
Wiring micro framework start
v2.3.1
2022-07-02 18:53 UTC
Requires
- ar2labs/wiring: ^2.3
- hassankhan/config: ^2.1
- illuminate/database: ^7.29
- laminas/laminas-diactoros: ^2.4
- league/route: ^4.5
- monolog/monolog: ^2.1
- php-di/php-di: ^6.3
- phpmailer/phpmailer: ^6.1
- symfony/console: ^5.1
- twig/twig: ^3.1
- vlucas/phpdotenv: ^4.1
Requires (Dev)
- phpstan/phpstan: ^1.8
This package is auto-updated.
Last update: 2026-05-22 16:08:00 UTC
README
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 modelsapp/Console: CLI commands used bymakerboot: application and container bootstrapconfig: application configurationpublic: web rootresources/view: Twig templatesroutes: web and API routesstorage: local database, cache and logs
License
BSD-3-Clause. See LICENSE.md.