Use any eCommerce platform, such as FastSpring, MyCommerce, PrestaShop, SendOwl, and many others as a license acquisition frontend. After a successful transaction, all needed licensing configuration (Customers, Licenses and all related data) will be made available in the NetLicensing and can be used for later entitlements validation in NetLicensing.
There are various ways available on how to enable NetLicensing Gateway in your licensing flow:
- Centrally hosted instance available at gateway.netlicensing.io
- Your individual instance from Docker image (check instructions below and in the contributing instructions)
$ docker pull labs64/netlicensing-gateway
$ docker container run -d -it --publish 8080:8080 --name netlicensing-gateway labs64/netlicensing-gateway
Verify container configuration by opening monitoring endpoint at http://localhost:8080/gateway/monitoring
Refer to the eCommerce connectors setup and configuration guides.
New integrations (eCommerce connectors) as community implementation are highly appreciated and welcome. Please refer to the contributing instructions.
For bugs, questions and discussions please use the GitHub Issues.
NetLicensing Gateway is open-source software licensed under the Apache 2.0 license.
- NetLicensing Gateway Docker image
- NetLicensing Integrations
- NetLicensing RESTful API