Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 11 hours 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T15:04:19.000Z (2 months ago)
- Last Synced: 2024-09-06T17:53:39.671Z (2 months ago)
- Topics: licensing, licensing-server, php, woocommerce, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/digital-license-manager/
- Size: 1.77 MB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
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-2024 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)
```