承接 pedro-mendonca/glotpress-stubs 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pedro-mendonca/glotpress-stubs

最新稳定版本:4.0.3

Composer 安装命令:

composer require --dev pedro-mendonca/glotpress-stubs

包简介

GlotPress function and class declaration stubs for static analysis.

README 文档

README

GlotPress function and class declaration stubs for static analysis.

Packagist version Packagist stats License Sponsor

This package provides stub declarations for GlotPress functions, classes and interfaces.
These stubs can help plugin and theme developers leverage static analysis tools like PHPStan, which are unable to parse GlotPress as it is not clean OOP code.

Stubs are generated directly from the source using php-stubs/generator.

Requirements

  • PHP ^7.3 or ^8.0

Installation

Require this package as a development dependency with Composer.

composer require --dev pedro-mendonca/glotpress-stubs

Alternatively you may download glotpress-stubs.php directly.

Usage in PHPStan

Include all stubs in PHPStan configuration file.
You can remove the # WordPress Stubs lines if you already use WordPress extensions for PHPStan.

parameters:
    scanFiles:
        # WordPress Stubs
        - %rootDir%/../../php-stubs/wordpress-stubs/wordpress-stubs.php
        # GlotPress Stubs
        - %rootDir%/../../pedro-mendonca/glotpress-stubs/glotpress-stubs.php

统计信息

  • 总下载量: 11.81k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 未知