承接 assegaiphp/util 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

assegaiphp/util

最新稳定版本:0.4.4

Composer 安装命令:

composer require assegaiphp/util

包简介

A collection of useful PHP utility classes to simplify common tasks and enhance application development.

README 文档

README

Assegai Logo

A progressive PHP framework for building effecient and scalable server-side applications.

Description

The Assegai Util package is a PHP package that provides a collection of utility classes to simplify common tasks and enhance application development. It includes various utility classes that can be used to perform common tasks, such as working with arrays, strings, dates, and more.

Installation

The recommended way to install assegaiphp/util is through Composer. Run the following command in your terminal:

composer require assegaiphp/util

Usage

Once you have installed assegaiphp/util, you can start using its utility classes by simply importing them into your PHP code. For example, to use the ArrayUtil class, you would add the following line at the top of your PHP file:

use Assegai\Util\ArrayUtil;

$numericArray = [1, 2, 3, 4, 5];

if (ArrayUtil::contains($numericArray, 3)) {
    echo 'The array contains the value 3.';
} else {
    echo 'The array does not contain the value 3.';
}

You can then call any of the static methods of the ArrayUtil class to perform various array-related tasks.

Contributing

Contributions are welcome! If you find a bug or would like to request a new feature, please open an issue on the GitHub repository. If you would like to contribute code, please fork the repository and submit a pull request.

License

assegaiphp/util is licensed under the MIT License. See the LICENSE file for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-17