wpscholar/hello-world
Composer 安装命令:
composer require wpscholar/hello-world
包简介
Hello there.
README 文档
README
A playground repo for testing code, build processes, etc.
name: Cypress Test Matrix on: workflow_run: workflows: [ "Deploy to Bluehost VPS" ] types: - completed push: branches: - main - feature/* release: types: - published pull_request: types: [ opened, reopened ] repository_dispatch: types: - my_custom_event workflow_dispatch: jobs: test: name: Run Cypress Test Matrix runs-on: ubuntu-latest strategy: fail-fast: false matrix: phpVersion: - '7.4' - '8.0' - '8.1' - '8.2' wpVersion: - '6.0' - '6.1' - '6.2' steps: - name: Checkout uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: php-version: '8.2' tools: composer - name: Setup workflow context id: workflow working-directory: ${{ runner.temp }} env: REPO: ${{ github.repository }} run: | mkdir dist echo "DIST=${PWD}/dist" >> $GITHUB_OUTPUT echo "PACKAGE=${REPO##*/}" >> $GITHUB_OUTPUT - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: 20.x cache: 'npm' - name: Get Composer cache directory id: composer-cache run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache Composer vendor directory uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-composer- - name: Show versions run: | php --version composer --version node --version npm --version - name: Validate composer.json and composer.lock run: composer validate - name: Install PHP Dependencies run: composer install --no-progress --no-dev - name: NPM Install run: npm install - name: Create Distribution Copy run: rsync -r --exclude-from=.distignore . ${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }} - name: List Distribution Files working-directory: ${{ steps.workflow.outputs.DIST }} run: find . - name: Configure WordPress run: | echo '{"core": "WordPress/WordPress#tags/${{ matrix.wpVersion }}","phpVersion": "${{ matrix.phpVersion }}","plugins": [ "${{ steps.workflow.outputs.DIST }}/${{ steps.workflow.outputs.PACKAGE }}" ] }' > .wp-env.override.json - name: Configure Cypress run: | echo '{"wpVersion": "${{ matrix.wpVersion }}","phpVersion": "${{ matrix.phpVersion }}"}' > cypress.env.json - name: Install WordPress run: npx wp-env start --debug - name: Run Cypress Tests run: npm run test - name: Store screenshots of test failures if: ${{ failure() }} uses: actions/upload-artifact@v3 with: name: screenshots path: ./tests/cypress/screenshots
wpscholar/hello-world 适用场景与选型建议
wpscholar/hello-world 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 14 次下载、GitHub Stars 达 2, 最近一次更新时间为 2019 年 01 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 wpscholar/hello-world 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wpscholar/hello-world 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-01-09