Skip to content

A collection of standalone functions designed to enhance PHP capabilities, providing common utilities without external dependencies. Part of the divengine\* ecosystem, these functions offer atomic solutions that PHP lacks natively.

License

Notifications You must be signed in to change notification settings

divengine/functions

Repository files navigation

Divengine Functions

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

About

A collection of standalone functions designed to enhance PHP capabilities, providing common utilities without external dependencies. Part of the divengine\* ecosystem, these functions offer atomic solutions that PHP lacks natively.

Resources

License

Stars

Watchers

Forks

Packages

No packages published