awoods/utility-belt

Set of tools for developing PHP applications

0.1.0 2018-09-27 20:08 UTC

This package is auto-updated.

Last update: 2024-09-29 05:34:19 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