Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2019-03-01 (4 days ago) | | Not yet rated by the users | | Total: 41 This week: 41 | | All time: 9,465 This week: 11 |
|
Description | | Author |
This package provides general purpose classes to help PHP development.
It comes with a collection of classes that can be used to help developers solve common Web development problems. Currently it provide helpers for:
- Manipulating arrays
- Logging actions
- Display messages in a console
- Load environment variables in a console
- Generate unique identifiers
- Validate and process JSON encode variable values
- Process hashed values
- Validate string values of several types
- Working with files on the local filesystem | |
|
Details
SouthCoast | Helpers
A Collection of helper classes for PHP
Could be installed via composer:
$ composer require southcoast/helpers:dev-master
Or by manualy downloading the .zip file.
Enviroment
Create a file called 'sc.env'.
This file should countain the following structure:
{
"dev": true,
"machine": "<Machine ID/Developer ID>",
"...": "Any other parameters you'd like to add to your enviroment"
}
In your main php file load the env file.
$path_to_env = './sc.env';
Env::load($path_to_env);
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.