Proper string and collection implementation for PHP

Installs: 214

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/matthewbdaly/proper

0.0.12 2019-10-16 21:11 UTC

This package is auto-updated.

Last update: 2025-09-17 09:16:46 UTC


README

Proper collections and strings for PHP

Build Status

This library consists of the following utilities:

  • A collection class for working more easily with arrays
  • An object-oriented string class

It's more of a learning experience than anything else right now, but it might be useful to someone...