定制 seferov/typhp 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

seferov/typhp

最新稳定版本:v0.2.0

Composer 安装命令:

composer require seferov/typhp

包简介

Enforce type declaring

README 文档

README

Build Status

typhp is a simple tool checks whether type hint for arguments or return type declared. Unlike static analysis tools, it doesn't point out possible errors and issues but suggests typehint everything possible.

For whom?

  • Who works projects using PHP 7.1 and higher.
  • Who doesn't want to point out missing type hint and return type declarations in code review process by using it as part of CI pipeline.
  • Who love strict typing and defensive programming.

Features

  • Respects phpdoc; there are some rare cases mixed or compound types are needed. If such cases documented in phpdoc, typhp doesn't complain. For example: @return array|bool, @param mixed $foo, etc.
  • Takes magic methods into account.
  • Analyses based on configuration. Include/exclude files and directories to be analysed. For optional config file, see the current project example
  • Does NOT modifies your code

Installation

There are several ways to install typhp. The recommended one is to use phar distribution. Thus you won't have possible dependency conflict.

Phar

Direct download from the latest Github release

wget https://github.com/seferov/typhp/releases/download/v0.2.0/typhp.phar -O typhp
chmod +x typhp

You can install phar distribution by Phive

phive install seferov/typhp --global

Composer

typhp can be installed by composer globally.

composer global require seferov/typhp

If you prefer, you can it add dev dependency to your project.

composer require require seferov/typhp --dev

Usage

typhp analyse path

If config file (.typhp.yml) is present in project root, it can be run just by vendor/bin/typhp

Example output

Example

Todo

  • Analyse closures

  • Check by PHP version. For example, don't suppress @param object for >= PHP 7.2

  • Better configuration

  • Check declare(strict_types=1) by config

  • Phar file

  • Auto deploy phar file to release assets & add self-update command

  • Github Actions

Issues

Since it is a beta release, there might be some issues. If you found one, please submit it here

统计信息

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

GitHub 信息

  • Stars: 53
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-10-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固