phil/microsymfony 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phil/microsymfony

最新稳定版本:7.3.1

Composer 安装命令:

composer require phil/microsymfony

包简介

A template to initialize an application to use Symfony as a micro-framework

README 文档

README

Latest Version PHP Version Require level Software License Build Status (GitHub) Code Coverage Scrutinizer Code Quality Quality Score

About 🖋

Proclaim Honestly, Interact LiberallyMicroSymfony is a Symfony 7.3 application skeleton on steroids, ready to use.

The purpose of MicroSymfony is to provide a sandbox with some sensible defaults and ready to use. It can be a solution if you want to quickly set up something, create a POC, test things, and even make a small "one-page" application.

It was base on strangebuzz/MicroSymfony with adjustment we're usually adding on all our projects. We also remove somes examples.

PS: If you want to use the last Symfony 6.4 LTS version in your composer.json file, replace all occurrences of 7.3 with 6.4 and run composer up.

Table of Contents 📖

Demo 🌈

Because a live demo is always better than all explanations :

Quick-start ⚡

With the Symfony binary 🎶

You must have the Symfony binary and composer installed locally.

To create a new project from the last tag, run:

composer create-project phil/microsymfony && cd microsymfony

To serve the application with the Symfony binary, run:

$ symfony server:start --daemon

or use the castor command

castor start

Open https://127.0.0.1:8000 (considering your 8000 port is free) and enjoy! 🙂

PS: You can also use the green button "Use this template ⇩" at the top right of the GitHub project homepage. It creates a new repository from the main branch instead of the last release. I guarantee that all commits on the main branch are stable; you can verify that the associated CI jobs are ✅.

With FrankenPHP 🧟‍

We can also use FrankenPHP to run MicroSymfony. You must have Docker installed locally.

Create a new project from the GitHub template, run:

docker run --rm -it -v $PWD:/app composer:latest create-project strangebuzz/microsymfony && cd microsymfony

Then run:

docker run \
    -e FRANKENPHP_CONFIG="worker ./public/index.php" \
    -e APP_RUNTIME=Runtime\\FrankenPhpSymfony\\Runtime \
    -v $PWD:/app \
    -p 80:80 -p 443:443 \
    -d \
    dunglas/frankenphp

Open https://localhost and enjoy! 🙂

PS: On Windows, replace $PWD with "%cd%".

Requirements ⚙

All “Proclaim Honestly, Interact Liberally” project will use the latest version within 1 or 2 months depending on dependencies availability.

Optional requirements 🚦

  • The Xdebug PHP extension if you want to run the code coverage report (optional but recommended)

Stack 🔗

All “Proclaim Honestly, Interact Liberally” project will use the latest version within 1 or 2 months depending on dependencies availability.

Features 🚀

MicroSymfony ships these features, ready to use:

Notes 📒

Symfony-UX

Turbo forms are disabled in assets/app.js. To enable the feature for a given form, add the data-turbo="true" attribute to it. Or change the parameter Turbo.setFormMode to on to activate the feature globally. In both cases, your controller code has to be modified accordingly.

Other good practices 👌

ADR 📝

ADR stands for Architecture Design Records:

What it doesn't ship? ❌

References 📚

Others “Proclaim Honestly, Interact Liberally” Skeletons 🩻

  • WebSymfony

    • MicroSymfony+
    • Database
      • StofDoctrineExtensionsBundle
    • EasyAdmin
    • Security Layers
      • SymfonySecurity
      • NelmioSecurityBundle
      • NelmioCorsBundle
    • more.
  • ApiSymfony

    • API Platform
    • Task runner
      • Castor
    • Static Analysis
      • PHPStan
    • Coding standards
      • php-cs-fixer
    • Refactoring
      • Rector
    • Tests
      • Unit test
      • API test
      • E2E test
    • GitHub CI
    • Symfony Maker
  • WebSkeleton

    • WebSymfony +
    • Proclaim Honestly, Interact Liberally” Bundles
      • phil-ux - Add Base Twig Components
      • PhilDoctrineExtensionStofBundle - Add missing stuff to StofDoctrineExtensionsBundle
      • PhilDoctrineExtensionPublishBundle - Add Publish functionality to Doctrine Entity
    • more.

Contributing 🤝

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security 🧯

Please see SECURITY for details.

Credits 🙏

parler-haut-interagir-librement/MicroSymfony contributors

Made with contrib.rocks.

Strangebuzz/MicroSymfony Contributors

strangebuzz/MicroSymfony contributors

Made with contrib.rocks.

License ⚖️

The MIT License (MIT). Please see License File for more information.

Built with MicroSymfony 🛠️

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-13