Download the PHP package andreas-glaser/php-helpers without Composer
On this page you can find all versions of the php package andreas-glaser/php-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download andreas-glaser/php-helpers
More information about andreas-glaser/php-helpers
Files in andreas-glaser/php-helpers
Download andreas-glaser/php-helpers
More information about andreas-glaser/php-helpers
Files in andreas-glaser/php-helpers
Vendor andreas-glaser
Package php-helpers
Short Description A simple php library of various helper functions and classes.
License MIT
Homepage https://github.com/andreas-glaser/php-helpers
Package php-helpers
Short Description A simple php library of various helper functions and classes.
License MIT
Homepage https://github.com/andreas-glaser/php-helpers
Please rate this library. Is it a good library?
Informations about the package php-helpers
php-helpers
A simple php library of various helper functions and classes.
Installation
Usage
<?php
namespace TestApp;
use AndreasGlaser\Helpers\StringHelper;
$myString = 'This is great';
var_dump(StringHelper::startsWith($myString, 'This is')); // true
All versions of php-helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
ext-mbstring Version *
ext-json Version *
ext-mbstring Version *
ext-json Version *
The package andreas-glaser/php-helpers contains the following files
Loading the files please wait ....