Download the PHP package webforge/utils without Composer
On this page you can find all versions of the php package webforge/utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webforge/utils
More information about webforge/utils
Files in webforge/utils
Download webforge/utils
More information about webforge/utils
Files in webforge/utils
Vendor webforge
Package utils
Short Description A basic lib for file system and utils
License MIT
Homepage http://github.com/webforge-labs/webforge-utils
Package utils
Short Description A basic lib for file system and utils
License MIT
Homepage http://github.com/webforge-labs/webforge-utils
Please rate this library. Is it a good library?
Informations about the package utils
webforge-utils
whats included
- DateTime and Time classes for an advanced (and more concise) interface for the PHP::DateTime classes
- A full functional File and Directory implementation that abstracts a lot of PHP file funtions
- supports nearly every way to write a file path (and convert):
- windows D:\www\something.php
- unix /some/path
- wrappers: vfs://some/file/topath
- windows cygin /cydrive/d/www/someting.php
- windows shares \\psc-laptop\shared\www\something.php
- unix style windows paths (sublime and others): /D/www/something.php
- copy dirs and files recursively
- find files recursively
- Commonly used Exceptions with better semantics and debug output (FileNotFound, NotImplemented, Deprecated)
- Some simple Utils to debug and dump variables
- A bunch of useful String and Array functions
usage
- Dir and File API
installation
Use Composer to install.
migrate to 2.0.x
- use php 8.1
migrate to 1.1.x
Webforge\Common\String
was renamed to Webforge\Common\StringUtil
All versions of utils with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.0
ext-mbstring Version *
ext-mbstring Version *
The package webforge/utils contains the following files
Loading the files please wait ....