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.

dev-master 2024-11-11 18:26 UTC

This package is auto-updated.

Last update: 2024-11-11 18:26:42 UTC


README

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:

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.