humanik/wp-common

There is no license information available for the latest version (v1.0.2) of this package.

Useful common classes for WordPress development

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/humanik/wp-common

v1.0.2 2026-01-31 17:34 UTC

This package is auto-updated.

Last update: 2026-01-31 17:35:04 UTC


README

Useful common classes for WordPress development.

Installation

composer require humanik/wp-common

Configuration

The library provides a set of common utilities and helpers for WordPress development.

Usage

Documentation coming soon.

Development

Requirements

  • PHP 8.3 or higher
  • Composer
  • Node.js and npm

Setup

  1. Install PHP dependencies:
composer install
  1. Install JavaScript dependencies:
npm install

Running

Start the development environment:

npm start

Testing

Run PHP tests:

npm test

Linting

Run PHP linting:

composer phpcs

Fix PHP code style issues:

composer phpcbf

Run static analysis:

composer phpstan

License

GPL-2.0-or-later