Skip to content

A repository for random php classes, functions, and snippets designed for a variety of tasks.

Notifications You must be signed in to change notification settings

kittrellbj/phpClasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

phpClasses

A repository for random php classes, functions, and snippets designed for a variety of tasks.

List and Description:

  • imageCrawler.php - Crawls an image looking for specific RGB color values. The use case for this was designing a map of locations with a marker built into each point of interest that was of color RGB 255,255,255, retrieve those coordinates, and list them automatically for use in other parts of an interactive application.

  • randomString.php - A function to generate a random string of length. Useful for UUIDs that do not require sophisticated randomization and entropy inclusion.

About

A repository for random php classes, functions, and snippets designed for a variety of tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages