insidesuki / application
6.6.8
2025-03-11 07:31 UTC
Requires
- php: >=8.1
- ext-ctype: *
- ext-iconv: *
- api-platform/core: 2.*
- composer/package-versions-deprecated: 1.11.99.4
- doctrine/annotations: 1.*
- doctrine/doctrine-bundle: 2.*
- doctrine/doctrine-migrations-bundle: 3.*
- doctrine/orm: 2.*
- insidesuki/ddd-utils: 6.*
- insidesuki/utilities-file: 6.*
- insidesuki/valueobject: 3.*
- knplabs/knp-paginator-bundle: 5.*
- lexik/jwt-authentication-bundle: 2.*
- nelmio/cors-bundle: 2.*
- phpdocumentor/reflection-docblock: ^5.3
- phpstan/phpdoc-parser: ^1.4
- symfony/asset: 6.4.0
- symfony/console: 6.4.0
- symfony/dotenv: 6.4.0
- symfony/expression-language: 6.4.0
- symfony/flex: ^1.17|^2
- symfony/form: 6.4.0
- symfony/framework-bundle: 6.4.0
- symfony/mailer: 6.4.0
- symfony/monolog-bundle: 3.*
- symfony/process: 6.4.0
- symfony/property-access: 6.4.0
- symfony/property-info: 6.4.0
- symfony/proxy-manager-bridge: 6.4.0
- symfony/runtime: 6.4.0
- symfony/security-bundle: 6.4.0
- symfony/serializer: 6.4.0
- symfony/twig-bundle: 6.4.0
- symfony/uid: 6.4.0
- symfony/validator: 6.4.0
- symfony/yaml: 6.4.0
- symfonycasts/reset-password-bundle: 1.*
- symfonycasts/verify-email-bundle: 1.*
- twig/cssinliner-extra: 3.*
- twig/extra-bundle: 3.*
- twig/markdown-extra: 3.*
- twig/twig: ^2.12|3.*
Requires (Dev)
- dama/doctrine-test-bundle: ^7.2
- phpstan/phpstan: ^1.10
- phpunit/phpunit: 9.*
- rector/rector: ^0.18.11
- roave/security-advisories: dev-latest
- symfony/maker-bundle: ^1.47
- symfony/phpunit-bridge: ^7.0
- symfony/stopwatch: 6.4.0
- symfony/web-profiler-bundle: 6.4.0
Conflicts
Replaces
- dev-master
- 6.6.8
- 6.6.7
- 6.6.4
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6
- 6.5.1
- 6.4.12
- 6.4.11
- 6.4.10
- 6.4.9
- 6.4.8
- 6.4.7
- 6.4.6
- 6.4.5
- 6.4.4
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4
- 3.8.2
- 3.8.1
- 3.8
- 3.7
- 3.6
- 3.5.3
- 3.5.2
- 3.5
- 3.3.2
- 3.3.1
- 3.3
- 3.2
- 3.1
- 3.0
- 2.1
- 2.0
- 1.3
- 1.2
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3
- 0.2
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-feature/htmx-integration
This package is auto-updated.
Last update: 2025-03-11 06:34:36 UTC
README
Hexagonal architecture for SF-6.4 and PHP > 8.1. . The kernel lives in /src, isolated from your application code which lives in the /app folder.
Features
- Authentification system (dicoupled)
- Restore password (dicoupled)
- API
- Monolog integration.
- PlaniAdmin Template integration
Installation
- composer install
- create a .env.local stored in (config/env folder), se tup your db connection, and mailer DSN
- run migrations.
Routes
- /login
- /api/docs