Skip to content

php-enspired/util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Package is Abandoned

util

Various PHP utilities for general use.

  • Arrays: Utility functions for arrays; also proxies many built-in php array functions, and removes the by-reference behavior found on the *sort() functions and some others.

  • Json: Encoding and decoding with sensible defaults and exception-based error handling.

  • Value: General variable handling utilties, debugging, and type/pseudotype checking.

dependencies

Requires:

  • php 7.1 or later
  • Exceptable 1.1 or later (composer require php-enspired/exceptable)

installation

Recommended installation method is via Composer: simply composer require php-enspired/util.

docs

Wiki pages are forthcoming; code is well-docblocked.

tests

Run tests with composer test:unit.

contributing or getting help

I'm on Freenode at #php-enspired, or open an issue on github. Feedback is welcomed as well.

About

Various PHP utilities and mixins for general use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages