-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from rollout/fix_readme_file
change readme file
- Loading branch information
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# rox-php | ||
![Rollout](https://1ko9923xosh2dsbjsxpwqp45-wpengine.netdna-ssl.com/wp-content/themes/rollout/images/rollout_white_logo1.png) | ||
|
||
Rox SDK for PHP | ||
Rollout is a Secure Feature Managment Solution for the Enterprise. | ||
|
||
> Accelerate development and minimize the risk of deploying new code with simple to create feature flags, controlled rollouts, advanced target groups & deployment rules. | ||
## Getting Started | ||
|
||
Please see the detailed instructions in our docs how to [add Rollout to your project](https://support.rollout.io/docs/installing-the-sdk). | ||
|
||
## Requirements | ||
|
||
|
@@ -11,3 +17,25 @@ The following extensions should be enabled in php.ini: | |
``` | ||
extension=php_openssl.dll # config signature check | ||
``` | ||
|
||
## Documentation | ||
|
||
Getting started guide, use cases, examples and videos can be found in [Rollout support site](https://support.rollout.io) | ||
|
||
# Rollout PHP SDK | ||
|
||
Rollout PHP SDK. Define and use simple and advanced feature flags, remote configuration variables, static and computed custom properties in code. Control your application features via Rollout's dashboard. | ||
|
||
|
||
## LICENSE | ||
|
||
Rollout is free-to-use, proprietary software. Please see the full license (found in LICENSE in this distribution) for details on its license and the licenses of its dependencies. | ||
|
||
Rollout Go SDK is free-to-use, proprietary software. Please see the full license found under the LICENSE file for more details. | ||
|
||
## Feedback | ||
|
||
Feedback is always welcomed [email protected] | ||
|
||
|
||
|