thojou/php-library-skeleton 问题修复 & 功能扩展

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

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

thojou/php-library-skeleton

Composer 安装命令:

composer require thojou/php-library-skeleton

包简介

A skeleton for PHP libraries.

关键字:

README 文档

README

Static Badge CI Coverage License

The PHP Library Skeleton is template library for PHP projects. It provides a basic structure for PHP libraries, including a CI pipeline, code coverage, and static analysis.

Requirements

  • PHP version >= 8.1

Installation

You can effortlessly install the PHP Library Skeleton using the popular package manager composer.

composer require thojou/php-library-skeleton

Usage

Add usage instructions here

<?php

require_once __DIR__ . '/vendor/autoload.php';

// Add code here

For more practical examples, please refer to the examples folder.

Limitations

Add limitations here

Documentation

Add documentation here

License

This project is licensed under the generous and permissive MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-25