mrgoodbytes8667 / pluralize-bundle
A (Twig) wrapper bundle for pluralizing strings via Illuminate
Installs: 3 486
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- ext-json: *
- symfony/config: ^6.1 | ^7.0
- symfony/dependency-injection: ^6.1 | ^7.0
- symfony/http-kernel: ^6.1 | ^7.0
- symfony/string: ^6.1 | ^7.0
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- doctrine/common: ^3.0
- symfony/error-handler: ^6.1 | ^7.0
- symfony/test-pack: ^1.0.9
- symfony/var-dumper: ^6.1 | ^7.0
Conflicts
- phpunit/phpunit: <9.5 || 9.5.8
README
A Symfony/Twig bundle for pluralizing strings
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require mrgoodbytes8667/pluralize-bundle
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require mrgoodbytes8667/pluralize-bundle
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
// config/bundles.php return [ // ... Bytes\PluralizeBundle\BytesPluralizeBundle::class => ['all' => true], ];
License
Pluralize Bundle by MrGoodBytes is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Based on a work at https://github.com/mrgoodbytes8667/pluralize-bundle.