elasticms / common-bundle
All code shared between the EMS client helper and the EMS core
Installs: 5 437
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 6
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^7.2.0
- ext-dom: *
- ext-gd: *
- ext-iconv: *
- ext-json: *
- ext-mbstring: *
- aws/aws-sdk-php: ^3.109
- cebe/markdown: ^1.2
- doctrine/doctrine-bundle: ^1.11
- doctrine/orm: ^2.6
- dompdf/dompdf: ^0.8.5
- guzzlehttp/guzzle: ^6.3
- ruflin/elastica: 5.3.6
- symfony/dom-crawler: ^4.4
- symfony/expression-language: ^4.4
- symfony/framework-bundle: ^4.4
- symfony/http-foundation: ^4.4
- symfony/monolog-bridge: ^4.4
- symfony/options-resolver: ^4.4
- symfony/routing: ^4.4
- symfony/security: ^4.4
- symfony/stopwatch: ^4.4
- symfony/translation: ^4.4
- twig/twig: ^2.14
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- mockery/mockery: ^0.9
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^0.12
- phpstan/phpstan-phpunit: ^0.12.8
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.4
- symfony/phpunit-bridge: ^4.4
- symfony/web-profiler-bundle: ^4.4
- 1.8.57
- 1.8.56
- 1.8.55
- 1.8.54
- 1.8.53
- 1.8.52
- 1.8.51
- 1.8.50
- 1.8.49
- 1.8.48
- 1.8.47
- 1.8.46
- 1.8.45
- 1.8.44
- 1.8.43
- 1.8.42
- 1.8.41
- 1.8.40
- 1.8.39
- 1.8.38
- 1.8.37
- 1.8.36
- 1.8.35
- 1.8.34
- 1.8.33
- 1.8.32
- 1.8.31
- 1.8.30
- 1.8.29
- 1.8.28
- 1.8.27
- 1.8.26
- 1.8.25
- 1.8.24
- 1.8.23
- 1.8.22
- 1.8.21
- 1.8.20
- 1.8.19
- 1.8.18
- 1.8.17
- 1.8.16
- 1.8.15
- 1.8.14
- 1.8.13
- 1.8.12
- 1.8.11
- 1.8.10
- 1.8.9
- 1.8.8
- 1.8.7
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.28
- 1.6.27
- 1.6.26
- 1.6.25
- 1.6.24
- 1.6.23
- 1.6.22
- 1.6.21
- 1.6.20
- 1.6.19
- 1.6.18
- 1.6.17
- 1.6.16
- 1.6.15
- 1.6.14
- 1.6.13
- 1.6.12
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6
- 1.5
- 1.4
- 1.3.39
- 1.3.38
- 1.3
- 1.2
- 1.1
- 1.0
- dev-master / 0.1.x-dev
- 0.1
- dev-feat/support-3.6
- dev-develop
- dev-fix/perf-issue-get-indexes
- dev-fix/https_es_url
- dev-fix/array_arguments
- dev-feat/markdown
- dev-feat/zip-processor
- dev-fix/hot_es7_suggest
- dev-dev/theus77
- dev-test/storage-manager
This package is auto-updated.
Last update: 2021-02-17 15:57:23 UTC
README
All code shared between the client helper and the core
Coding standards
PHP Code Sniffer is available via composer, the standard used is defined in phpcs.xml.diff:
composer phpcs
If your code is not compliant, you could try fixing it automatically:
composer phpcbf
PHPStan is run at level 8, you can check for errors locally using:
composer phpstan
PHPUnit is available
composer phpunit
Documentation
Update the PHP stan baseline
vendor/bin/phpstan analyse src/ tests/ --generate-baseline