simplydi/functions

A set of common PHP functions that can be used in any application

Maintainers

Package info

github.com/bharatkumar200/SimplyFunctions

pkg:composer/simplydi/functions

Statistics

Installs: 14

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2023-08-04 17:20 UTC

This package is auto-updated.

Last update: 2026-03-04 22:40:51 UTC


README

A set of common PHP functions that can be used in any application

Available Functions

  • env(string $key): returns the environment variable value of $_ENV[$key].
  • esc(string $value): escapes the html value for security
  • http_redirect(string $url): redirect to a url

More functions may be added.