divengine / functions
Div PHP 函数
1.0.1
2024-08-06 03:39 UTC
Requires
- php: >=8.0.0
Requires (Dev)
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^11.2
README
这是一个用于增强PHP和JavaScript功能的独立函数集合,提供不依赖外部库的常用工具。它是divengine*生态系统的一部分,这些函数提供PHP & JS原生所缺少的原子级解决方案。
PHP
安装
composer require divengine/functions
升级
composer update
使用
<?php use divengine\string; echo string(1);
JavaScript
安装
npm install @divengine/functions
升级
npm update
使用
import { string } from '@divengine/functions'; console.log(string(1));
文档
更多信息请访问 Divengine 开源