Skip to content

REDLab-Team/php-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Helpers

These are some classes that aim to facilitate PHP developments and use less procedural functions.

Latest Stable Version Minimum PHP Version Latest Stable Version Total Downloads

Installation

With composer :
$ composer require redlab-team/php-helpers
Without composer :

You can just download the archive and unzip it into your own project.

License

This package is released under the MIT License. See the LICENSE file for more details.

Usage

All the classes need to be instanciated. But it is possible to extends them if you need to add some attribute for you developments.
The helpers that are available are :

  • Arr class to manipulate arrays variables
  • Date class to manipulate dates variables
  • Json class to encode and decode JSON format.
  • Str class to manipulate strings.

About

Some helpers for PHP developments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages