simplydi/functions

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

Installs: 14

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/simplydi/functions

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

This package is auto-updated.

Last update: 2025-10-04 21:47:20 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.