MyGit

slimphp/Slim-Skeleton

Fork: 476 Star: 1564 (更新于 2024-05-18 13:41:02)

license: MIT

Language: PHP .

Slim Framework 4 Skeleton Application

最后发布版本: 4.5.0 ( 2022-11-03 05:34:14)

官方网址 GitHub网址

Slim Framework 4 Skeleton Application

Coverage Status

Use this skeleton application to quickly setup and start working on a new Slim Framework 4 application. This application uses the latest Slim 4 with Slim PSR-7 implementation and PHP-DI container implementation. It also uses the Monolog logger.

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.

Install the Application

Run this command from the directory in which you want to install your new Slim Framework application. You will require PHP 7.4 or newer.

composer create-project slim/slim-skeleton [my-app-name]

Replace [my-app-name] with the desired directory name for your new application. You'll want to:

  • Point your virtual host document root to your new application's public/ directory.
  • Ensure logs/ is web writable.

To run the application in development, you can run these commands

cd [my-app-name]
composer start

Or you can use docker-compose to run the app with docker, so you can run these commands:

cd [my-app-name]
docker-compose up -d

After that, open http://localhost:8080 in your browser.

Run this command in the application directory to run the test suite

composer test

That's it! Now go build something cool.

最近版本更新:(数据更新于 2024-05-23 08:59:11)

2022-11-03 05:34:14 4.5.0

2022-01-15 03:34:37 4.4.0

2021-04-26 10:59:18 4.3.0

2021-02-05 00:50:47 4.2.0

2020-05-07 13:52:46 4.1.0

2019-10-06 05:12:01 4.0.3

2019-08-19 01:34:37 4.0.2

2019-08-13 05:25:47 3.1.8

2019-08-13 05:23:15 4.0.1

2019-08-08 07:51:19 4.0.0

slimphp/Slim-Skeleton同语言 PHP最近更新仓库

2024-06-26 20:49:20 snipe/snipe-it

2024-06-12 14:59:19 doctrine/dbal

2024-06-11 19:29:09 coollabsio/coolify

2024-05-31 16:22:53 symfony/var-dumper

2024-05-31 16:19:47 symfony/symfony

2024-05-31 15:16:25 mongodb/laravel-mongodb