devisr/utils

Utilities for the Devisr CMS/Framework

Maintainers

Package info

gitlab.com/devisr/utils

Issues

pkg:composer/devisr/utils

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

v0.1.1 2018-06-26 21:50 UTC

This package is auto-updated.

Last update: 2026-02-19 01:02:09 UTC


README

This package is a collection of small utilities for creating PHP applications. Currently, Devisr utils includes the following:

  • Properties: a trait that makes handling property encapsulation easy.
  • Arrays:
    • ArrayObject: object oriented array management
    • Iterator: a trait that can be added to a class to make it Iterable.
    • ArrayAccess: a trait that can be added to a class to implement the ArrayAccess interface
  • StringObject: object oriented string management
  • IP: check if an IP is within a subnet (both IPv4 and IPv6)