benatespina/i18n-routing-bundle

Bundle that provides some missing features to complement the JMSI18nRoutingBundle

Installs: 1 175

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.3.0 2017-10-02 07:49 UTC

This package is not auto-updated.

Last update: 2024-05-06 05:14:12 UTC


README

Bundle that provides some missing features to complement the JMSI18nRoutingBundle

SensioLabsInsight Build Status Scrutinizer Code Quality Total Downloads Latest Stable Version Latest Unstable Version

Requirements

PHP >= 7.0
Symfony >= 3.0

Installation

The easiest way to install this bundle is using Composer

$ composer require benatespina/i18n-routing-bundle

Documentation

All the documentation is stored in the docs folder.

Show me the docs!

Tests

This bundle is completely tested by PHPSpec, SpecBDD framework for PHP.

Run the following command to launch tests:

$ vendor/bin/phpspec run -fpretty

Also, you can easily start a simple application to test the features that the bundle provides.

$ tests/Application/bin/console server:start --docroot=tests/Application/web
$ open http://127.0.0.1:8000

Contributing

This bundle follows PHP coding standards, so pull requests need to execute the Fabien Potencier's PHP-CS-Fixer. Furthermore, if the PR creates some not-PHP file remember that you have to put the license header manually. In order to simplify we provide a Composer script that wraps all the commands related with this process.

$ composer run-script cs

There is also a policy for contributing to this bundle. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New methods or code improvements must come paired with PHPSpec tests.

Credits

This bundle is created by:

@benatespina - benatespina@gmail.com

Licensing Options

License