devisr / utils
Utilities for the Devisr CMS/Framework
v0.1.1
2018-06-26 21:50 UTC
Requires
- php: ~7.2.0
Requires (Dev)
- phpunit/phpunit: ^7.2
This package is auto-updated.
Last update: 2025-02-18 22:54:52 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)