定制 gabrielelana/spaceland 二次开发

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

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

gabrielelana/spaceland

Composer 安装命令:

composer require gabrielelana/spaceland

包简介

List available classes/traits/functions in a project

README 文档

README

List available classes/traits/functions in a PHP project

Why

The primary usage is to automate the use of the use statements in editors like Emacs or Vim.

When you write in your editor something like

$app->get('/ping, function(Request $req) {
    // ...
});

You need to remember that the full name of Request is Symfony\Component\HttpFoundation\Request so that you can add the appropriate use statement

use Symfony\Component\HttpFoundation\Request;

With spaceland you can explore your project and its dependencies so that you can automate the resolution process

./vendor/bin/spaceland locate:classes | grep Request

Installation

composer require --dev gabrielelana/spaceland

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-12-07