Skip to content

abishekrsrikaanth/fuel-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Utility Package for Fuel

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

About

PHP Fuel Utility Package containing many useful function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages