Download the PHP package codepso/php-helper without Composer
On this page you can find all versions of the php package codepso/php-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codepso/php-helper
More information about codepso/php-helper
Files in codepso/php-helper
Download codepso/php-helper
More information about codepso/php-helper
Files in codepso/php-helper
Please rate this library. Is it a good library?
Informations about the package php-helper
php-helper
Help libraries for PHP development
Table of content
- Requirements
- Installation
- Helpers
- MainHelper
- ImageHelper
- JWTHelper
- Tests
- License
- Links
Requirements
PHP Helper has the following requirements:
- PHP 7.0+ Image manipulation The Imagine Helper has the following requirements:
- Imagine 1.0.1+
- GD
Installation
MainHelper
isValid($params, $rules)
populate($object, $data, $ignore)
getIgnoredAttributes($object, $attr)
getClass($object, $namespace)
getElapsed($date)
generatePassword($length)
isJSON($string)
ImageHelper
createThumbnail($filename, $params)
- $filename:
string | requiredName of the image - $params:
array | required- path:
string | requiredPath of the image - filter:
string | requiredResize info ex: 300x200, 100x100 - ratio:
int | optionalInset:1 (default), Outbound: 2 - rename:
string | optionalNew name of the image
- path:
| Original | Inset (200x200) | Outbound (200x200) |
|---|---|---|
| 366x232px | 200x127px | 200x200px |
![]() |
![]() |
![]() |
saveBase64($params, $path)
- $params:
array | required- filename:
string | requiredName of the image - value:
string | requiredImage in base64 format - rename:
string | optionalNew name of the image
- filename:
- $path:
string | requiredThe path to save the file
JWTHelper
encode($data, $scope)
encode($jwt, $scope)
Test
We are using Codeception
License
The Aimeos TYPO3 extension is licensed under the terms of the GPL Open Source license and is available for free.
Links
All versions of php-helper with dependencies
PHP Build Version
Package Version
Requires
imagine/imagine Version
^1.0
firebase/php-jwt Version ^5.0
ext-json Version *
ext-gd Version *
firebase/php-jwt Version ^5.0
ext-json Version *
ext-gd Version *
The package codepso/php-helper contains the following files
Loading the files please wait ...


