Starter application for ar2labs/wiring, a PSR-oriented PHP microframework backend.
- PHP 8.5
- Wiring 2.3.7
- PHP-DI 7
- League Route 6
- Laminas Diactoros 3
- Eloquent 13
- Twig 3
- Symfony Console 8
composer create-project ar2labs/wiring-start
cd wiring-start
cp .env.example .env
php maker serveOpen:
http://localhost:8000You can also use Composer's script:
composer servecomposer test
composer php-cs-fixer
composer phpstan- PHP 8.5+
- Composer 2
- PHP extensions: JSON, Mbstring, PDO
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
BSD-3-Clause. See LICENSE.md.