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.
- Host: GitHub
- URL: https://github.com/cubiclesoft/license-server-demo
- Owner: cubiclesoft
- Created: 2020-03-14T14:22:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T14:43:29.000Z (about 3 years ago)
- Last Synced: 2025-03-24T11:44:39.012Z (about 1 year ago)
- Language: PHP
- Size: 6.83 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license-server-demo.cubiclesoft.com/public_html/404.php
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/
[](https://cubiclesoft.com/donate/) [](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