Skip to content

A SaaS Safe Project that allows you to give access to your private apps to people via licenses/keys that have expire dates and devices limit, Its designed for android apps but it can be used on iOS, macOS or Windows PC's if you can get their serial numbers so that the devices limit would work without bugs.

License

Notifications You must be signed in to change notification settings

karamdev1/License-Manager

Repository files navigation

License Manager

A SaaS-ready project that allows you to grant access to your private apps via licenses/keys. Each license can have an expiry date and a device limit.
While designed primarily for Android apps, it can also be used on iOS, macOS, or Windows, as long as you can obtain a device identifier to enforce the device limit reliably.


🚀 Project Status

Finished: December 6th, 2025


Notes

Important: DOWNLOAD THE PROJECT FROM RELEASES SECTION THE BRANCH MAIN IS MEANT TO HANDLE THE LATEST COMMITS TO IT AND MOST OF THE TIME THEY ARE NOT PRODUCTION READY


📄 License

Copyright © 2025 Karam (karamdev1)

All rights reserved.

This software and its source code are the property of Karam.

You may use this software publicly and display it with your own name as the app name of the website or project built using this software.

You may NOT:

  • Copy, modify, distribute, or republish this software itself.
  • Claim authorship of the original source code without explicit written permission from the author.
  • Remove or alter any copyright notices, credits, or links in the software without prior written consent from the author.

Any attempt to bypass, hide, or modify such notices or links is considered a violation of this license.


⚙️ Requirements

  • PHP 8.5+
  • Composer

🛠️ Setup

  1. Copy .env.example to .env
  2. Configure your database credentials in .env
  3. Run the following commands:
composer install --no-dev --optimize-autoloader
npm install
npm run build
php artisan key:generate
php artisan migrate --seed

About

A SaaS Safe Project that allows you to give access to your private apps to people via licenses/keys that have expire dates and devices limit, Its designed for android apps but it can be used on iOS, macOS or Windows PC's if you can get their serial numbers so that the devices limit would work without bugs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published