2017 © Pedro Peláez
 

symfony-bundle address-bundle

Symfony3 bundle for easy management of address

image

dywee/address-bundle

Symfony3 bundle for easy management of address

  • Saturday, August 26, 2017
  • by olix21
  • Repository
  • 2 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

DyweeAddressBundle

$ composer require dywee/address-bundle

Add the bundle to the kernel

AppKernel.php, (*1)

$bundles = [
    ...
    new Dywee\AddressBundle\DyweeAddressBundle(),
]

Make sure you also have

  • "knplabs/knp-paginator-bundle": "^2.5",
  • "misd/phone-number-bundle": "^1.2"`

Configure knp paginator

AppKernel, (*2)

$bundles = [
    ...
    new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
]

config.yml, (*3)

knp_paginator:
       page_range: 5                      # default page range used in pagination control
       default_options:
           page_name: page                # page query parameter name
           sort_field_name: sort          # sort field query parameter name
           sort_direction_name: direction # sort direction query parameter name
           distinct: true                 # ensure distinct results, useful when ORM queries are using GROUP BY statements
       template:
           pagination: KnpPaginatorBundle:Pagination:sliding.html.twig     # sliding pagination controls template
           sortable: KnpPaginatorBundle:Pagination:sortable_link.html.twig # sort link template

Configure phone number bundle

AppKernel.php, (*4)

$bundles = [
    ...
    new Misd\PhoneNumberBundle\MisdPhoneNumberBundle()
]

config.yml ``` doctrine: dbal: types: phone_number: Misd\PhoneNumberBundle\Doctrine\DBAL\Types\PhoneNumberType ``, (*5)

The Versions

26/08 2017

dev-master

9999999-dev

Symfony3 bundle for easy management of address

  Sources   Download

MIT

The Requires

 

The Development Requires

address

12/08 2017

0.1.x-dev

0.1.9999999.9999999-dev

Symfony3 bundle for easy management of address

  Sources   Download

MIT

The Requires

 

The Development Requires

address

13/05 2017

1.1.0.x-dev

1.1.0.9999999-dev

Symfony2 bundle for easy management of address

  Sources   Download

MIT

The Requires

 

address

16/04 2017

dev-sylius

dev-sylius

Symfony2 bundle for easy management of address

  Sources   Download

MIT

The Requires

 

address

01/04 2017

1.1.x-dev

1.1.9999999.9999999-dev

  Sources   Download

06/08 2016

1.2.x-dev

1.2.9999999.9999999-dev

Symfony2 bundle for easy management of address

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

address

06/08 2016

2.0.x-dev

2.0.9999999.9999999-dev

Symfony2 bundle for easy management of address

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

address

24/02 2016

1.0.0.x-dev

1.0.0.9999999-dev

Symfony2 bundle for easy management of address

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

address