Utility package for FuelPHP

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:package

pkg:composer/abishekrsrikaanth/fuel-util

dev-master 2012-08-13 15:17 UTC

This package is auto-updated.

Last update: 2025-09-14 07:44:36 UTC


README

Introduction

The Utility Package maintains a set of basic and regular helper/utility methods that are regularly used by any developer.

Usage

Get Unique Id

Util::getUUID()
//returns a Universally Unique Identifier
//Example: a3424ea0-e558-11e1-aff1-0800200c9a66

Convert String To Title

Util::stringToTitle($title)
//Converts $title to Title Case, and returns the result.

Get Time Difference Like Facebook

Util:getTimeDifference($time)
//Finds the Time difference for a given time from the current time in words similar to Facebook
//Returns: 12 seconds ago or
//          4 minutes ago