glen / pimple-console-application

可扩展的Pimple控制台应用

0.1.0 2020-06-05 11:49 UTC

This package is auto-updated.

Last update: 2024-09-05 21:36:55 UTC


README

可扩展的Pimple控制台应用。

composer require glen/pimple-console-application
# bin/console.php
<?php

use glen\PimpleConsoleApplication\PimpleConsoleApplication;

$app = new PimpleConsoleApplication();
$app->run();