Skip to content

jgauthi/component_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Utilities

My PHP functions and several utility methods of different types combined with the nette/utils library. Some methods have been archived and are no longer used since the usage of nette/utils.

Prerequisite

  • PHP 5.6+ (v1) or 7.4 (v2), or 8.2 (v2.5+)

Install

Edit your composer.json (launch composer update after edit):

{
  "repositories": [
    { "type": "git", "url": "[email protected]:jgauthi/component_utils.git" }
  ],
  "require": {
    "jgauthi/component_utils": "2.*"
  }
}

Documentation

You can look at folder example.

Documentation links for nette/utils (used by this utils pack):

  1. Arrays, must be used with Jgauthi\Component\Utils\Arrays
  2. Callback
  3. Date and Time, must be used with Jgauthi\Component\Utils\Date
  4. Filesystem
  5. Helper Functions
  6. HTML Elements, must be used with Jgauthi\Component\Utils\Html
  7. Images, must be used with Jgauthi\Component\Utils\Image
  8. JSON use instead: Jgauthi\Component\Utils\Json
  9. Paginator
  10. Random Strings
  11. SmartObject
  12. PHP Reflection
  13. Strings, must be used with Jgauthi\Component\Utils\Strings
  14. Floats
  15. PHP Types
  16. Validators

About

My PHP functions and several utility methods of different types.

Topics

Resources

License

Stars

Watchers

Forks

Languages