divengine / functions
Div PHP Functions
Installs: 40
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/divengine/functions
Requires
- php: >=8.0.0
Requires (Dev)
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^11.2
README
A collection of standalone functions designed to enhance PHP and JavaScript capabilities, providing common utilities without external dependencies. Part of the divengine* ecosystem, these functions offer atomic solutions that PHP & JS lacks natively.
PHP
Install
composer require divengine/functions
Upgrade
composer update
Usage
<?php use divengine\string; echo string(1);
JavaScript
Install
npm install @divengine/functions
Upgrade
npm update
Usage
import { string } from '@divengine/functions'; console.log(string(1));
Documentation
For more information visit Divengine Open Source