LicAPI alternatives and similar software solutions
Based on the "Misc/Other" category.
Alternatively, view LicAPI alternatives based on common mentions on social networks and blogs.
-
revealjs
Framework for easily creating beautiful presentations using HTML -
Monica
Personal relationship manager, and a new kind of CRM to organize interactions with your friends and family. -
CyberChef
Perform all manner of "cyber" operations within a web browser such as AES, DES and Blowfish encryption and decryption, creating hexdumps, calculating hashes, and much more. -
snipe-it
A free open source IT asset/license management system built in PHP on Laravel 5.2 and Bootstrap 3. -
google-webfonts-helper
A Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets. -
MindsDB
MindsDB is an open source self hosted AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries. -
blynk
Platform with iOs and Android apps to control Arduino, ESP8266, Raspberry Pi and similar microcontroller boards over the Internet. -
Reactive Resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. -
Ombi
A content request system for Plex/Emby, connects to SickRage, CouchPotato, Sonarr, with a growing feature set. -
King Phisher
King Phisher is a tool for testing and promoting user awareness by simulating real world phishing attacks. -
Revive Adserver
World's most popular free, open source ad serving system. Formerly known as OpenX Adserver and phpAdsNew. -
COPS
A lightweight e-book server alternative to Calibre content server or Calibre2OPDS. -
ytdl-webserver
Docker-ready webserver for downloading youtube videos. -
Fusio
Fusio is an open source API management platform which helps to build and manage REST APIs. -
Flox
Self hosted movie watch list with a rating based on a 3-point system for good, medium and bad. -
cState
Static status page for hyperfast Hugo. Clean design, minimal JS, super light HTML/CSS, high customization, optional admin panel, read-only API, IE8+. Best used with Netlify, Docker. -
webtrees
webtrees is the web's leading on-line collaborative genealogy application. -
Ulterius
Ulterius is an open-source remote desktop software with lots of awesome functions. -
oTranscribe
Free web app to take the pain out of transcribing recorded interviews. -
ViMbAdmin
Provides a web based virtual mailbox administration system to allow mail administrators to easily manage domains, mailboxes and aliases. -
How Secure Is My Password
Rather than just saying a password is "weak" or "strong", How Secure is My Password? lets your users know how long it would take someone to crack their password. -
Para
Para is a flexible and modular backend framework/server for object persistence, API development and authentication. -
visualCaptcha
A configurable captcha solution, focusing on accessibility & simplicity whilst maintaining security. -
DomainMOD
An application to manage your domains and other internet assets in a central location. DomainMOD includes a Data Warehouse framework that allows you to import your WHM/cPanel web server data so that you can view, export, and report on your data. -
GeneWeb
GeneWeb is an open source genealogy software written in OCaml. It comes with a Web interface and can be used off-line or as a Web service. -
Anuko
Anuko provides simple time and project tracking on a selfhosted basis. -
changedetection.io
Self-hosted tool for staying up-to-date with web-site content changes. -
Notica
Lets you send browser notifications from your terminal to your desktop or phone. No installation or registration is required. -
MalwareMultiScan
Self-hosted VirusTotal-like for scanning files with multiple antiviruses running in a Docker. -
Journal
Simple journaling with encrypted entries and sharing capabilities. -
Anchr
Anchr is a toolbox for tiny tasks on the internet, including bookmark collections, URL shortening and -
CrushPaper
Research the web for relevant sources, save quotations from them to CrushPaper and then combine them with your own insights into a paper. -
Web fonts repository
Simple webfont hosting. Google Fonts alternative for your own fonts. -
Musical Artifacts
Helping to catalog, preserve and free the artifacts you need to produce music. -
Trello Burndown
An easy to use SCRUM burndown chart for Trello boards. -
graph-vl
Identity document verification using Machine Learning and GraphQL. -
PassCheck
A web application featuring some handy password tools, including a password generator, strength checker and HaveIBeenPwned breach checker.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of LicAPI or a related project?
Popular Comparisons
README
LicAPI
A PHP API to manage license info
What is LicAPI?
LicAPI is an script that allows you to manage, verify and return data from your licenses.
Demo:
You can see a demo of the script at https://demo.miguelpiedrafita.com/LicAPI/admin.php using username&password 'licapi' (without the '') or test the verification function at https://demo.miguelpiedrafita.com/LicAPI/test.html or by GET at [https://demo.miguelpiedrafita.com/LicAPI/api.php?license=test](ttps://demo.miguelpiedrafita.com/LicAPI/api.php?license=test).
Requirements:
- PHP >4.1
- MySQL database
Installation:
- Upload all the files to your server.
- Create a MySQL Database.
- Import database info from licapi.sql.
- Open config.php, fill your database info and change
php $debug = false;
to
$debug = true;
- Run the script with license test (do api.php?license=test).
- If the script doesn't show any errors, you're OK!
- REMEMBER TO TURN $debug BACK TO false!!!
- Change the demo info with your own custom info using the admin.php page.
- Enjoy!
Errors:
All the interesting activity is logged to the table 'activity' with an activityId. The activityId can be used to identify errors in production or to log any strange activity. Only IP Adress, User-Agent, ActivityId and ActivityTitle is logged.
Credits:
Copyright (C) Miguel Piedrafita. Use of this work is subject to Mozilla Public License 2.0
*Note that all licence references and agreements mentioned in the LicAPI README section above
are relevant to that project's source code only.