Free License Manager

ssah8

Junior Member
Joined
Dec 13, 2015
Messages
149
Reaction score
71
Hello.

Does anyone know a free license manager? Like where you can add license keys for your program and give them to users. I want to manage the date they expire and make sure a key can only be used once.

It doesn't necessarily have to be free, but rather cheap if not.
 
You mean, something like a licensing server?

Github has more than one scripts which does that.
Here's one for example:

Code:
https://github.com/yanknudtskov/license-key-manager
Haven't used it though.
 
You mean, something like a licensing server?

Github has more than one scripts which does that.
Here's one for example:

Code:
https://github.com/leonjvr/php-license-manager
Haven't used it though.
Well, I want something more of a service. Like a website where you create an account on.
 
Well, I want something more of a service. Like a website where you create an account on.
Okay. Btw, I initially posted the wrong repo (the one you quoted), but I have edited that.
 
It's a compiled python program I want to protect with licenses.
 
Back
Top