netgen / content-browser
Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.
Installs: 111 145
Dependents: 7
Suggesters: 0
Security: 0
Stars: 14
Watchers: 4
Forks: 5
Open Issues: 0
Type:symfony-bundle
pkg:composer/netgen/content-browser
Requires
- php: ^8.4
- ext-mbstring: *
- netgen/content-browser-ui: ~2.0.0
- pagerfanta/pagerfanta: ^3.8 || ^4.8
- symfony/asset: ^7.3 || ^8.0
- symfony/config: ^7.3 || ^8.0
- symfony/dependency-injection: ^7.3 || ^8.0
- symfony/deprecation-contracts: ^3.6
- symfony/error-handler: ^7.3 || ^8.0
- symfony/event-dispatcher: ^7.3 || ^8.0
- symfony/event-dispatcher-contracts: ^3.6
- symfony/form: ^7.3 || ^8.0
- symfony/framework-bundle: ^7.3 || ^8.0
- symfony/http-foundation: ^7.3 || ^8.0
- symfony/http-kernel: ^7.3 || ^8.0
- symfony/options-resolver: ^7.3 || ^8.0
- symfony/security-bundle: ^7.3 || ^8.0
- symfony/security-core: ^7.3 || ^8.0
- symfony/translation: ^7.3 || ^8.0
- symfony/translation-contracts: ^3.6
- symfony/twig-bundle: ^7.3 || ^8.0
- symfony/yaml: ^7.3 || ^8.0
- twig/twig: ^3.23
Requires (Dev)
- matthiasnoback/symfony-dependency-injection-test: ^6.3
- mtdowling/jmespath.php: ^2.8
- netgen/layouts-coding-standard: ^3.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^13.0
- symfony/runtime: ^7.3 || ^8.0
- zenstruck/browser: ^1.10
README
Installation instructions
Use Composer
Run the following command to install Netgen Content Browser:
composer require netgen/content-browser
Symfony Flex will automatically enable the bundle and import the routes.
Install assets
Run the following from your repo root to install Content Browser assets:
php bin/console assets:install --symlink --relative