Skip to content
/ helpers Public

Various helper functions to help you in everyday software development.

License

Notifications You must be signed in to change notification settings

sauls/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sauls Helpers

Build Status Packagist Total Downloads Coverage Status Scrutinizer Code Quality License

Various helper functions to help you in everyday software development.

Requirements

PHP >= 7.4

Installation

Using composer

$ composer require sauls/helpers

Apppend the composer.json file manually

{
    "require": {
        "sauls/helpers": "^1.0"
    }
}

Documentation

Group Functions
array array_merge, array_get_value, array_set_value, array_remove_key, array_key_exists, array_remove_value, array_deep_search, array_flatten, array_multiple_keys_exists, array_keys, array_keys_with_value, array_diff_key, array_key_childs_exist
class class_traits, class_uses_trait, class_ucnp
crypt data_encrypt, data_decrypt
datetime elapsed_time, countdown
filesystem rrmdir
object define_object, get_object_property_value, set_object_property_value, object_ucnp, object_to_array
string string_camelize, string_snakeify, explode_using_multi_delimiters, base64_url_encode, base64_url_decode, truncate, truncate_words, truncate_sentences, truncate_html, truncate_html_words, truncate_html_sentences, count_words, count_sentences, string_in, string_contains
type convert_to, register_converters

About

Various helper functions to help you in everyday software development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages