ekuiter / feature-web
An integrated solution for feature-oriented programming
Requires
- php: >=5.3.0
- ekuiter/feature-php: ^1.0
This package is not auto-updated.
Last update: 2024-11-10 05:45:55 UTC
README
feature-web is a Composer package that offers an integrated solution for feature-oriented programming on the web, including domain and requirements analysis as well as domain implementation and product derivation.
To see it in action, have a look at the uvr2web software product line - homepage and feature-web.
How it works
feature-web combines multiple packages for feature-oriented programming to provide a quick way to bring software product lines into the browser.
This is how feature-web addresses the different phases of product-line engineering:
- domain analysis: visualization of the feature model using ekuiter/feature-model-viz
- requirements analysis: the customer can select the features serving his needs with ekuiter/feature-configurator
- domain implementation: ekuiter/feature-php offers a variety of variability mechanisms to implement features
- product derivation: automated file generation and ZIP export using ekuiter/feature-php
The links above provide you with further details on the inner workings, requirements and documentation for these packages.
Note that feature-web and its packages are inspired by and tightly coupled with FeatureIDE feature models and configurations (see ekuiter/feature-schema).
Usage
On the example branch you can find the smallest working example for feature-web with install instructions.
feature-web is a very quick and simple way to set up a product line on the web, but it doesn't have a lot of configuration options. If you need more customization, you have to adapt your own version of feature-web or use its packages (see above) directly.
License
This project is released under the LGPL v3 license.