arnapou / kinders
项目 - Kinders收藏网站 https://kinders.arnapou.net/
v5.0
2022-12-23 23:18 UTC
Requires
- php: >=8.2
- ext-ctype: *
- ext-gd: *
- ext-iconv: *
- ext-imagick: *
- doctrine/annotations: ^1.0
- doctrine/doctrine-bundle: ^2.5
- doctrine/doctrine-migrations-bundle: ^3.0
- doctrine/orm: ^2.11
- mpdf/mpdf: ^8.0
- mrclay/jsmin-php: ^2.4
- phpdocumentor/reflection-docblock: ^5.3
- sensio/framework-extra-bundle: ^5.1
- stof/doctrine-extensions-bundle: ^1.4
- symfony/asset: 5.4.*
- symfony/cache: 5.4.*
- symfony/console: 5.4.*
- symfony/dotenv: 5.4.*
- symfony/expression-language: 5.4.*
- symfony/flex: ^1.3.1
- symfony/form: 5.4.*
- symfony/framework-bundle: 5.4.*
- symfony/http-client: 5.4.*
- symfony/intl: 5.4.*
- symfony/mailer: 5.4.*
- symfony/monolog-bundle: ^3.1
- symfony/process: 5.4.*
- symfony/property-access: 5.4.*
- symfony/property-info: 5.4.*
- symfony/proxy-manager-bridge: 5.4.*
- symfony/security-bundle: 5.4.*
- symfony/serializer: 5.4.*
- symfony/templating: 5.4.*
- symfony/translation: 5.4.*
- symfony/twig-bundle: 5.4.*
- symfony/validator: 5.4.*
- symfony/web-link: 5.4.*
- symfony/yaml: 5.4.*
- tetranz/select2entity-bundle: ^3.0
- twig/extra-bundle: ^2.12|^3.0
- twig/twig: ^2.12|^3.0
- vich/uploader-bundle: ^1.13
Requires (Dev)
- friendsofphp/php-cs-fixer: >=3.13
- phpstan/phpstan: >=1.9
- phpunit/phpunit: >=9.5
- symfony/browser-kit: ^5.4
- symfony/css-selector: ^5.4
- symfony/debug-bundle: ^5.4
- symfony/maker-bundle: ^1.0
- symfony/phpunit-bridge: ^6.0
- symfony/stopwatch: ^5.4
- symfony/web-profiler-bundle: ^5.4
- vimeo/psalm: >=5.1
Conflicts
README
安装
composer create-project arnapou/kinders
packagist 👉️ arnapou/kinders
信息
此仓库是 http://kinders.arnapou.net/ 的源代码
代码是开放的,您可以按需使用,但我不会支持您可能遇到的问题。
简而言之,这是一个管理Kinders惊喜收藏网站的网站,是我妻子制作的收藏。
实体链接的基本模式
╭──╮
│ ▼ ╭──── BPZ ◀────╮
Collection ◀─────╮ ╭──── Kinder ◀───┤ │
├───── Serie ◀───┤ ▲ ╰──── ZBA ◀────┤
Country ◀────────╯ │ │ │
│ ╰─────────────────────┤ ╭───▶ Attribute
MenuCategory ◀────── MenuItem │ ├───┤
├───────────────────────────────┤ ╰───▶ Image
AdminUser │ │
├──── Item ◀────────────────────┤
SiteConfig │ │
╰──── Piece ◀───────────────────╯
实体层次结构
AdminUser
BaseEntity
├─ Attribute
├─ BaseItem
│ ├─ BPZ
│ ├─ Item
│ ├─ Kinder
│ ├─ Piece
│ ├─ Serie
│ └─ ZBA
│
├─ Collection
├─ Country
├─ Image
├─ MenuCategory
├─ MenuItem
└─ SiteConfig
BaseEntity
的通用字段
int id
datetime createdAt
datetime updatedAt
string name
string slug
string comment
string description
BaseItem
的通用字段
int quantityOwned
int quantityDouble
int year
bool lookingFor
string reference
string sorting
string realsorting
string variante
◀─▶ images App\Entity\Image
◀─▶ attributes App\Entity\Attribute
版本变更日志
开始 | 标签,分支 | PHP | Symfony |
---|---|---|---|
23/12/2022 | 5.x, main | 8.2 | 5.4 |
01/02/2022 | 4.x | 8.1 | 5.4 |
10/05/2021 | 3.x | 8.0 | 4.4 |
09/05/2020 | 2.x | 7.4 | 4.4 |
14/04/2019 | 1.x | 7.2 | 4.2 |