mralaminahamed/woocommerce-product-addons-stubs

WooCommerce Product Add-Ons function and class declaration stubs for static analysis.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mralaminahamed/woocommerce-product-addons-stubs

dev-main 2024-05-14 14:02 UTC

This package is auto-updated.

Last update: 2025-10-14 16:56:54 UTC


README

Packagist stats Packagist Tweet Build Status

These stubs can help plugin and theme developers leverage IDE completion and static analysis tools like PHPStan.

Requirements

  • PHP >=7.1

Installation

Require this package as a development dependency with Composer.

composer require --dev mralaminahamed/woocommerce-product-addons-stubs

Alternatively you may download woocommerce-product-addons-stubs.php directly.

Usage in PHPStan

Include stubs in PHPStan configuration file.

parameters:
    bootstrapFiles:
        - vendor/mralaminahamed/woocommerce-product-addons-stubs/woocommerce-product-addons-constants-stubs.php
        - vendor/mralaminahamed/woocommerce-product-addons-stubs/woocommerce-product-addons-stubs.php