2017 © Pedro Peláez
 

library app-sectioning-bundle

Configuration helper for separating your Symfony application into multiple sections

image

rollerworks/app-sectioning-bundle

Configuration helper for separating your Symfony application into multiple sections

  • Sunday, March 4, 2018
  • by sstok
  • Repository
  • 2 Watchers
  • 2 Stars
  • 274 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Rollerworks AppSectioning configurator

The AppSectioning configurator helps with separating your Symfony application into multiple sections (eg. frontend and backend). Each with there own configurable URI pattern., (*1)

But this library does more!, (*2)

Say there are two sections:, (*3)

  • Frontend - example.com/
  • Backend - example.com/backend/

Unless the 'backend' section is tried earlier the 'frontend' will always match! To prevent this, each path (regexp) is constructed to never match for other sections within the same host group!., (*4)

You then use these generated parameters for routing and the security firewalls., (*5)

Requirements

You need at least PHP 7.1, the Symfony DependencyInjection, Routing and HttpFoundation Components. The FrameworkBundle and SecureBundle are optional., (*6)

Documentation

Versioning

For transparency and insight into the release cycle, and for striving to maintain backward compatibility, this package is maintained under the Semantic Versioning guidelines as much as possible., (*7)

Releases will be numbered with the following format:, (*8)

<major>.<minor>.<patch>, (*9)

And constructed with the following guidelines:, (*10)

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/., (*11)

License

The package is provided under the MIT license., (*12)

The Versions

23/10 2017

v0.4.1

0.4.1.0

Configuration helper for separating your Symfony application into multiple sections

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Stok

18/05 2017

v0.4.0

0.4.0.0

Configuration helper for separating your Symfony application into multiple sections

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Stok

18/05 2017

v0.3.2

0.3.2.0

Configuration helper for separating your Symfony application into multiple sections

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Stok

15/03 2017

v0.3.1

0.3.1.0

Configuration helper for separating your Symfony application into multiple sections

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Stok

15/10 2016

0.3.0

0.3.0.0

Configuration helper for separating your Symfony application into multiple sections

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Stok

08/06 2016

v0.2.0

0.2.0.0

Configuration helper for separating your Symfony application into multiple sections

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Stok

24/03 2016

v0.1.0

0.1.0.0

Configuration helper for separating your Symfony application into multiple sections

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sebastiaan Stok