awoods/utility-belt

Set of tools for developing PHP applications

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/awoods/utility-belt

0.1.0 2018-09-27 20:08 UTC

This package is auto-updated.

Last update: 2025-09-29 02:21:01 UTC


README

Set of tools for developing PHP applications

Currently, it's just a class that simplifies handling of strings, which allows for method chaining, and some commonly needed constants.

Version

The current version is 0.1.0. This project uses semantic versioning.

Current Classes

  • Http.php - currently performs redirects
  • HttpStatus.php - constant HTTP status codes
  • StdStr.php - String class with chainable methods

Data

  • StreetAddress.php

Constants

  • date.php
  • file-size.php
  • powers-of-two.php
  • temperature.php
  • time.php

Ideas for sections/pages

  • Features
  • Language Translations
  • Frequently Asked Questions (FAQ)
  • Screenshots
  • Submit Issues

Resources

Credits and Acknowledgments