An open API service indexing awesome lists of open source software.

https://github.com/cubiclesoft/license-server-demo

A complete Stripe + PHP License Server integration + product support center + demo app ready to adjust and deploy. Get back to writing software in minutes.
https://github.com/cubiclesoft/license-server-demo

Last synced: about 1 year ago
JSON representation

A complete Stripe + PHP License Server integration + product support center + demo app ready to adjust and deploy. Get back to writing software in minutes.

Awesome Lists containing this project

README

          

License Server Demo
===================

A complete Stripe + PHP License Server integration + product support center + demo app ready to adjust and deploy. Get back to writing software in minutes.

Try it out here: https://license-server-demo.cubiclesoft.com/

[![Donate](https://cubiclesoft.com/res/donate-shield.png)](https://cubiclesoft.com/donate/) [![Discord](https://img.shields.io/discord/777282089980526602?label=chat&logo=discord)](https://cubiclesoft.com/product-support/github/)

Features
--------

* Boilerplate, ready-made [website](https://license-server-demo.cubiclesoft.com/) + [Demo App](https://github.com/cubiclesoft/license-server-demo/tree/master/support/demo-app) with working [PHP-based Software License Server](https://github.com/cubiclesoft/php-license-server) integration.
* Simple configuration. Takes just a few minutes on most VPS hosts running Nginx.
* Has a liberal open source license. MIT or LGPL, your choice. (NOTE: The demo _binaries_ have a separate EULA.)
* Designed for relatively painless integration into your project.
* Sits on GitHub for all of that pull request and issue tracker goodness to easily submit changes and ideas respectively.

Getting Started
---------------

First, install the [PHP-based Software License Server](https://github.com/cubiclesoft/php-license-server) on a server and set up your first product and version.

Next, download or clone this repository and upload the contents of the `license-server-demo.cubiclesoft.com/public_html` directory to the same server. Note that this software assumes it will be hosted at the root of a domain or subdomain.

Next, [create a Stripe account](https://stripe.com/). Test keys work fine for testing purposes.

Edit `base.php` on the server and make relevant adjustments.

In the same directory as `base.php`, create a file called `secrets.php` and fill in the bits of required information:

```php