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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package grinway/service-bundle contains the following files

Loading the files please wait ....