Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 767 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 767 Bytes

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