arnapou / kinders
Project - Kinders collection website 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
Installation
composer create-project arnapou/kinders
packagist ๐๏ธ arnapou/kinders
Informations
Ce repo est le code source de http://kinders.arnapou.net/
Le code est ouvert, vous pouvez l'utiliser comme vous voulez, mais je ne supporterai pas les รฉventuels problรจmes que vous auriez.
En bref, il s'agit d'un site de gestion de collection de kinders surprise, collection que fait mon รฉpouse.
Schema basique des liaisons des entitรฉs
โญโโโฎ
โ โผ โญโโโโ BPZ โโโโโโฎ
Collection โโโโโโโฎ โญโโโโ Kinder โโโโโค โ
โโโโโโ Serie โโโโโค โฒ โฐโโโโ ZBA โโโโโโค
Country โโโโโโโโโโฏ โ โ โ
โ โฐโโโโโโโโโโโโโโโโโโโโโโค โญโโโโถ Attribute
MenuCategory โโโโโโโ MenuItem โ โโโโโค
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค โฐโโโโถ Image
AdminUser โ โ
โโโโโ Item โโโโโโโโโโโโโโโโโโโโโโค
SiteConfig โ โ
โฐโโโโ Piece โโโโโโโโโโโโโโโโโโโโโฏ
Hiรฉrarchie des entitรฉs
AdminUser
BaseEntity
โโ Attribute
โโ BaseItem
โ โโ BPZ
โ โโ Item
โ โโ Kinder
โ โโ Piece
โ โโ Serie
โ โโ ZBA
โ
โโ Collection
โโ Country
โโ Image
โโ MenuCategory
โโ MenuItem
โโ SiteConfig
Champs communs de BaseEntity
:
int id
datetime createdAt
datetime updatedAt
string name
string slug
string comment
string description
Champs communs de 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
Changelog versions
Start | Tag, Branch | 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 |