Download the PHP package mediamonks/skeleton-symfony without Composer
On this page you can find all versions of the php package mediamonks/skeleton-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mediamonks/skeleton-symfony
More information about mediamonks/skeleton-symfony
Files in mediamonks/skeleton-symfony
Download mediamonks/skeleton-symfony
More information about mediamonks/skeleton-symfony
Files in mediamonks/skeleton-symfony
Vendor mediamonks
Package skeleton-symfony
Short Description MediaMonks Symfony Skeleton Project
License proprietary
Homepage https://www.mediamonks.com/
Package skeleton-symfony
Short Description MediaMonks Symfony Skeleton Project
License proprietary
Homepage https://www.mediamonks.com/
Please rate this library. Is it a good library?
Informations about the package skeleton-symfony
Symfony skeleton
Features:
- Symfony 5.4(LTS) and 6.*
- Docker setup, supports php 8.1 and 8.2
- PHPStan
Installation:
Via Docker:
Available commands:
composer analyse
, runs PHPStancomposer security-check
, runs symfony's security checker (via symfony-cli)
Customizing PHP:
You can customize php by adding ini files to tools/docker/php/custom
.
Increasing php memory limit
- Add
memory_limit.ini
totools/docker/php/custom
. -
Add the following content:
- Run
docker compose up --build --force-recreate
Increase file upload size
- Add
file_uploads.ini
totools/docker/php/custom
. -
Add the following content:
- Run
docker compose up --build --force-recreate
Recommended packages
- Working with filesystems: https://github.com/thephpleague/flysystem-bundle
- Command bus pattern: https://github.com/thephpleague/tactician-bundle
Xdebug
The php
container is already prepared to run Xdebug.
However, to actually use it, a few manual configurations are required.
PhpStorm setup
- While in
PhpStorm
open the setting (Windows shortcut:Ctrl
+Alt
+S
) - Navigate to
PHP
->Servers
- Click the
+
icon to add a new entry - Fill the Name and the Host with hostname provided for the project (E.g.
example-project.lcl
) - Choose
Xdebug
Debugger - Check Use path mappings
- Map the project symfony folder to
/var/www/source/symfony
- Map the project symfony folder to
Browser setup
- For
Chrome
install the Xdebug helper extension- For other browsers, search for alternatives.
- Once the extension is installed, just simply enable it by setting it to
Debug
.
All versions of skeleton-symfony with dependencies
PHP Build Version
Package Version
The package mediamonks/skeleton-symfony contains the following files
Loading the files please wait ....