Skip to content

luckydimdim/bobel-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bobel Helpers Library

Latest Stable Version License

Library of helpful methods for PHP.

  • DateTime Helper
  • Enumerable Helper
  • Link Helper
  • Numeric Helper
  • Text Helper
  • Uri Helper

Just install the package and it is ready to use!

Requirements

  • PHP >= 7.1

Installation

composer require bobel/helpers

Usage

echo \Bobel\Helpers\Text::getRandomString($length = 16);

// Outputs Fb4tUW78cUuZZdPS


echo \Bobel\Helpers\Numeric::formatPrice(4000200.5);

// Outputs 4 000 200.50


\Bobel\Helecho pers\Link::setParam('param1', 'newValue', 'https://fake.url/?param1=value1&param2=value2')

// Outputs https://fake.url/?param1=newValue&param2=value2

Credits

About

Helpful methods for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages