bundle-features

A Symfony bundle to manage features and plans

MIT License

Downloads
55.7K
Stars
11
Committers
3

Current Status

Features

Serendipity HQ Features Bundle gives you the ability to configure the features you need to manage, give them a price if they are premium ones, create invoices for them and save subscriptions and configurations associated to your entities to give each of your users only the features they have to get.

Basic usage

SerendipityHQ Features Bundle divides the features in three macro-categories:

  • Boolean features: are features or configurations that can be switched on or off. For example, "send an e-mail on [event_name]".
  • Countable Features: are features that can be increased or decreased in number. For example, the number of users that can be added.
  • Rechargeable Features: Are features of which it is possible to run out. For example, "You have X invites left".

These are the three main categories in which all kind of features or configurations can fall in (if you find other macro categories, feel free to suggest them in the issues!).

These features can be configured in your configuration file and then can be managed through your app to make it able to do some things or not to do things.

Features are grouped in sets, this way you can better manage your features without going crazy and without be confused.

For example, lets say you are building a project management app, you may want to have a set of features for the profile of each user and a set of features specific for projects.

Grouping features in sets you can manage them in an easier way.

Those are the very base concepts to understand and are the core of the internal working of the Serendipity HQ Features Bundle.

Read more in the documentation to better understand how all this work toward your feature management in your app.

Install Serendipity HQ Features Bundle via Composer

$ composer require serendipity_hq/bundle-features

This library follows the http://semver.org/ versioning conventions.

Documentation

You can read how to install, configure, test and use the SerendipityHQ Features Bundle in the documentation.

Inspiration for future features

Some other information

Package Rankings
Top 16.42% on Packagist.org
Badges
Extracted from project README's
Coverage Maintainability Rating Quality Gate Status Reliability Rating Security Rating Technical Debt Vulnerabilities Phan PHPStan PSalm PHPUnit Composer PHP CS Fixer Rector