Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amsoell/license-server
Very simple software licensing API built on Lumen
https://github.com/amsoell/license-server
Last synced: 15 days ago
JSON representation
Very simple software licensing API built on Lumen
- Host: GitHub
- URL: https://github.com/amsoell/license-server
- Owner: amsoell
- Created: 2019-11-16T13:19:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T09:05:05.000Z (about 5 years ago)
- Last Synced: 2025-01-03T01:08:37.186Z (18 days ago)
- Language: PHP
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# License Server
This is an extremely simple and naive software licensing server. It accepts a unique ID and returns whether the license is valid or not. It also logs all checkins.
## Usage
Send an HTTP request to the `/api/v1/checkin/{id}` endpoint. If the `{id}` value has not been seen before, it will create a new license instance and return a 200 status code. The `invalidated_at` date can be set to a non-NULL value, after which requests for that license will be met with a 403 Forbidden status code.
License Server is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).