An open API service indexing awesome lists of open source software.

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.

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.