hgraca/php-extension 问题修复 & 功能扩展

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

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

hgraca/php-extension

最新稳定版本:v2.3.0

Composer 安装命令:

composer require hgraca/php-extension

包简介

A PHP library with code that can be included into a project and used as if it was part of the PHP core itself.

README 文档

README

Author Software License GitLab tag (latest by SemVer)

build status coverage report

A PHP library with code that can be included into a project and used as if it was part of the PHP core itself.

Dev usage

How to run

Using local PHP (8.2):

  • Install the dependencies with composer install;
  • The tests can be run with composer test;
  • To list all custom scripts run composer run-script --list.

Using Docker:

  • Change PHP and xdebug configs in ./build;
  • Install the dependencies with docker compose -f ./build/docker-compose.yaml run app composer install;
  • The tests can be run with docker compose -f ./build/docker-compose.yaml run app composer test;
  • To list all custom scripts run docker compose -f ./build/docker-compose.yaml run app composer run-script --list.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-14