delboy1978uk/bone-vendor-dev 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

delboy1978uk/bone-vendor-dev

Composer 安装命令:

composer require delboy1978uk/bone-vendor-dev

包简介

VendorDev package for Bone Framework

README 文档

README

If you create packagist libraries that get installed in your vendor folder, sometimes it's easier to work on those files directly inside a project. However, sometimes you might alter files that were installed by Composer and not Git, so you would typically clone the project again into a temp folder, move the .git into the composer installed one, delete the temp folder, then see the changes in the original folder. This tool does this for every project in a given vendor directory, then lists projects that have had files changed.

installation

Use Composer

composer require delboy1978uk/bone-vendor-dev

usage

If using Bone Framework, simply add to the config/packages.php to add the command. If not you can add the VendorDevCommand to any existing Symfony console app, or you can call bin/vendor-tool

<?php

// use statements here
use Bone\VendorDev\VendorDevPackage;

return [
    'packages' => [
        // packages here...,
        VendorDevPackage::class,
    ],
    // ...
];

If using Bone Framework, you run the bone command, you can now call the following

bone vendor:check delboy1978uk

Again if you are not using Bone Framework you can call bin/vendor-tool instead or add the command to your existing Symfony console app.

In the above example, the command will go through each of the installed libraries in vendor/delboy1978uk, and if a folder does not contain a .git directory, then it will clone the project into a temp folder before moving the .git into the installed version.

Once it has done this, it checks to see if files have changed by doing a git status. Once it has checked erach project in your vendor folder, it will list any projects that have changed. You should note that this tool only checks against the master branch (for now, feel free to contribute!).

example output

$ bone v:c delboy1978uk
Entering vendor/delboy1978uk.
Found 21 projects.

Checking delboy1978uk/barnacle
Checking delboy1978uk/bone
Checking delboy1978uk/bone-console
Checking delboy1978uk/bone-controller
Checking delboy1978uk/bone-db
Checking delboy1978uk/bone-firewall
Checking delboy1978uk/bone-http
Checking delboy1978uk/bone-i18n
Checking delboy1978uk/bone-log
Checking delboy1978uk/bone-router
Checking delboy1978uk/bone-server
Checking delboy1978uk/bone-vendor-dev
Checking delboy1978uk/bone-view
Checking delboy1978uk/booty
Checking delboy1978uk/cdn
Checking delboy1978uk/css
Checking delboy1978uk/form
Checking delboy1978uk/icon
Checking delboy1978uk/image
Checking delboy1978uk/router
Checking delboy1978uk/session

The following packages have been changed:

delboy1978uk/router

delboy1978uk/bone-vendor-dev 适用场景与选型建议

delboy1978uk/bone-vendor-dev 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 55 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 12 月 18 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 delboy1978uk/bone-vendor-dev 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 delboy1978uk/bone-vendor-dev 我们能提供哪些服务?
定制开发 / 二次开发

基于 delboy1978uk/bone-vendor-dev 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-18