Download the PHP package grinway/service-bundle without Composer
On this page you can find all versions of the php package grinway/service-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download grinway/service-bundle
More information about grinway/service-bundle
Files in grinway/service-bundle
Download grinway/service-bundle
More information about grinway/service-bundle
Files in grinway/service-bundle
Vendor grinway
Package service-bundle
Short Description Commonly used tools for a symfony app
License MIT
Package service-bundle
Short Description Commonly used tools for a symfony app
License MIT
Please rate this library. Is it a good library?
Informations about the package service-bundle
grinway/service-bundle
About
It's the set of commonly used tools for a Symfony application.
Installation
Usage
Reference
Ready to use Compiler Pass
Compiler Pass |
Description |
---|---|
HideServiceByTagPass | Makes service name with . in the beginning of service id by tag name . |
TagServiceLocatorsPass | If you have a tag, it means that you probably have a collection of services , this Compiler Pass gives you a possibility to get a certain Symfony ServiceLocator for each service . Service just have to have a particular information about tag part of related other its services. It means that you have a collection of other services, that related to the owner service , and each service has its own collection of related services. |
TagServiceLocatorsPass RESTRICTION
When you got ServiceLocator
services with TagServiceLocatorsPass they can't use "methodCalls".
It means you won't be able to use Symfony #[Required] Attribute
If you do you will get an error:
PhpDumper: Symfony\Component\DependencyInjection\Exception\RuntimeException: Cannot dump definitions which have method
Ready to use Services
Service ID (Definition) |
Class | Description |
---|---|---|
grinway_service.currency | Currency | Make operations with money, conversions, and so on... |
Advanced
All versions of service-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
^7.2|^6
symfony/runtime Version ^7.2|^6
symfony/http-client Version ^7.2|^6
symfony/console Version ^7.2|^6
symfony/translation Version ^7.2|^6
symfony/property-access Version ^7.2|^6
symfony/messenger Version ^7.2|^6
symfony/serializer Version ^7.2|^6
symfony/notifier Version ^7.2|^6
symfony/string Version ^7.2|^6
symfony/stimulus-bundle Version ^2.22
symfony/webpack-encore-bundle Version ^2.2
endroid/installer Version ^1
symfony/yaml Version ^7.2|^6
symfony/validator Version ^7.2|^6
symfony/cache Version ^7.2|^6
nesbot/carbon Version ^3.8
symfony/process Version ^7.2|^6
doctrine/doctrine-bundle Version ^2.13
symfony/dotenv Version ^7.2|^6
symfony/filesystem Version ^7.2
symfony/orm-pack Version ^2.4
doctrine/orm Version ^3.3
doctrine/dbal Version ^3.9
doctrine/doctrine-fixtures-bundle Version ^4.0
symfony/runtime Version ^7.2|^6
symfony/http-client Version ^7.2|^6
symfony/console Version ^7.2|^6
symfony/translation Version ^7.2|^6
symfony/property-access Version ^7.2|^6
symfony/messenger Version ^7.2|^6
symfony/serializer Version ^7.2|^6
symfony/notifier Version ^7.2|^6
symfony/string Version ^7.2|^6
symfony/stimulus-bundle Version ^2.22
symfony/webpack-encore-bundle Version ^2.2
endroid/installer Version ^1
symfony/yaml Version ^7.2|^6
symfony/validator Version ^7.2|^6
symfony/cache Version ^7.2|^6
nesbot/carbon Version ^3.8
symfony/process Version ^7.2|^6
doctrine/doctrine-bundle Version ^2.13
symfony/dotenv Version ^7.2|^6
symfony/filesystem Version ^7.2
symfony/orm-pack Version ^2.4
doctrine/orm Version ^3.3
doctrine/dbal Version ^3.9
doctrine/doctrine-fixtures-bundle Version ^4.0
The package grinway/service-bundle contains the following files
Loading the files please wait ....