Download the PHP package hopeter1018/sequential-counter-format-bundle without Composer
On this page you can find all versions of the php package hopeter1018/sequential-counter-format-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hopeter1018/sequential-counter-format-bundle
More information about hopeter1018/sequential-counter-format-bundle
Files in hopeter1018/sequential-counter-format-bundle
Download hopeter1018/sequential-counter-format-bundle
More information about hopeter1018/sequential-counter-format-bundle
Files in hopeter1018/sequential-counter-format-bundle
Vendor hopeter1018
Package sequential-counter-format-bundle
Short Description This bundle aims to generate value for doctrine entities.
License MIT
Package sequential-counter-format-bundle
Short Description This bundle aims to generate value for doctrine entities.
License MIT
Please rate this library. Is it a good library?
Informations about the package sequential-counter-format-bundle
sequential-counter-format-bundle
Introduction
This bundle aims to generate value for doctrine entities.
Installation
Require the package
composer require hopeter1018/sequential-counter-format-bundle
Add to kernel
Symfony 4+ or Symfony Flex
Add /config/bundles.php
Symfony 2+
Add /app/AppKernel.php
Config
thru config.yml / config.yaml
thru Doctrine Annotation
Usage
Format Placeholder
Type | Format | Description |
---|---|---|
Sequence | %d | same as sprintf Only %d is supported right now. |
Date | {_formatcharacter} | same as date EACH Date format should wrap separately. Currently supports: YyMmWdwNHi if you want 19970101, you should do {Y}{m}{d} |
Property | [_propertyname] | Powered by Symfony's PropertyAccess Component |
All versions of sequential-counter-format-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package hopeter1018/sequential-counter-format-bundle contains the following files
Loading the files please wait ....