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
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-07