Download the PHP package zver/string-helper without Composer
On this page you can find all versions of the php package zver/string-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zver/string-helper
More information about zver/string-helper
Files in zver/string-helper
Download zver/string-helper
More information about zver/string-helper
Files in zver/string-helper
Vendor zver
Package string-helper
Short Description this is universal package template for development and testing
License
Package string-helper
Short Description this is universal package template for development and testing
License
Please rate this library. Is it a good library?
Informations about the package string-helper
Package-template
Use this template package structure to build your own packages and tests
Structure
- files - package files
- src - package src files
- tests - package PHPUnit tests
- tests/classes - classes needed for testing
- tests/files - files needed for testing
- tests/bootstrap.php - PHPUnit autoloading and helpers
- coverage - directory with coverage information, ignored from git
Helpers
- packageFile($name) - get full name of file with name=$name in files folder
- packageTestFile($name) - get full name of file with name=$name in tests/files folder
- Package/Test trait added with following methods:
- foreachTrue(array $values)
- foreachFalse(array $values)
- foreachEquals(array $values)
- foreachNotEquals(array $values)
- foreachSame(array $values)
- foreachNotSame(array $values)
Run tests
For testing PHPUnit installed required
All versions of string-helper with dependencies
PHP Build Version
Package Version
The package zver/string-helper contains the following files
Loading the files please wait ....