https://github.com/gdarko/digital-license-manager
Extendable License Manager for WordPress and WooCommerce 🔑
https://github.com/gdarko/digital-license-manager
licensing licensing-server php woocommerce wordpress
Last synced: about 1 year ago
JSON representation
Extendable License Manager for WordPress and WooCommerce 🔑
- Host: GitHub
- URL: https://github.com/gdarko/digital-license-manager
- Owner: gdarko
- License: gpl-3.0
- Created: 2021-07-12T08:20:24.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-24T14:45:36.000Z (about 1 year ago)
- Last Synced: 2025-03-30T13:36:59.953Z (about 1 year ago)
- Topics: licensing, licensing-server, php, woocommerce, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/digital-license-manager/
- Size: 2.06 MB
- Stars: 25
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital License Manager
This is development repository of Digital License Manager.
If you want to download the latest release, please do that from the [WordPress.org page](https://wordpress.org/plugins/digital-license-manager/).
## Installation
The plugin works with composer, to install it run:
```
composer require gdarko/digital-license-manager
```
## Documentation
Need help? Please consult our [documentation](https://docs.codeverve.com/digital-license-manager/). or open issue on this repository.
## Development
### Creating release
To create a release file, run:
```
bash scripts/release_prepare.sh
```
### Cleaning up
To reduce the vendors directory size, run:
```
bash scripts/clean_up.sh
```
## Contribution
Feel free to contribute I will review any issues and pull requests.
Please check the above "**Development**" section to get started.
## License
```
This file comes from the "Digital License Manager" WordPress plugin.
https://darkog.com/p/digital-license-manager/
Copyright (C) 2020-present Darko Gjorgjijoski. All Rights Reserved.
Digital License Manager is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
Digital License Manager program is distributed in the hope that it
will be useful,but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program;
If not, see: https://www.gnu.org/licenses/licenses.html
Code written, maintained by Darko Gjorgjijoski (https://darkog.com)
```