https://github.com/arraypress/edd-utils
A collection of essential utilities for Easy Digital Downloads (EDD) plugin development, filling gaps in core functionalities to streamline add-on creation.
https://github.com/arraypress/edd-utils
Last synced: 7 months ago
JSON representation
A collection of essential utilities for Easy Digital Downloads (EDD) plugin development, filling gaps in core functionalities to streamline add-on creation.
- Host: GitHub
- URL: https://github.com/arraypress/edd-utils
- Owner: arraypress
- Created: 2024-11-10T20:14:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:20:35.000Z (about 1 year ago)
- Last Synced: 2025-04-09T23:36:34.054Z (10 months ago)
- Language: PHP
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Digital Downloads Utilities Library
A comprehensive collection of helper functions and utility classes designed to streamline Easy Digital Downloads (EDD)
add-on development by consolidating common functionality for orders, customers, downloads, cart operations, and other
EDD components into a single, organized package. By providing a standardized set of utilities and abstractions,
developers can rapidly build EDD add-ons without recreating common functionality, significantly reducing development
time while ensuring consistency across their projects.
## Installation
Ensure you have the package installed in your project. If not, you can typically include it using Composer:
```bash
composer require arraypress/edd-utils
```
## Contributions
Contributions to this library are highly appreciated. Raise issues on GitHub or submit pull requests for bug
fixes or new features. Share feedback and suggestions for improvements.
## License: GPLv2 or later
This program 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.
This 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.