2017 © Pedro Peláez
 

library utils

A basic lib for file system and utils

image

webforge/utils

A basic lib for file system and utils

  • Sunday, March 19, 2017
  • by pscheit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 497 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

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

installation

Use Composer to install., (*1)

composer require webforge/utils

migrate to 2.0.x

  • use php 8.1

migrate to 1.1.x

Webforge\Common\String was renamed to Webforge\Common\StringUtil, (*2)

The Versions

19/03 2017

dev-master

9999999-dev http://github.com/webforge-labs/webforge-utils

A basic lib for file system and utils

  Sources   Download

MIT

The Requires

  • ext-mbstring *
  • php >=5.6.0

 

The Development Requires

by Philipp Scheit

framework system util

19/03 2017

1.1.1

1.1.1.0 http://github.com/webforge-labs/webforge-utils

A basic lib for file system and utils

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-mbstring *

 

The Development Requires

by Philipp Scheit

framework system util

19/03 2017

1.1.0

1.1.0.0 http://github.com/webforge-labs/webforge-utils

A basic lib for file system and utils

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • ext-mbstring *

 

The Development Requires

by Philipp Scheit

framework system util

20/07 2015

1.0.0

1.0.0.0 http://github.com/webforge-labs/webforge-utils

A basic lib for file system and utils

  Sources   Download

MIT

The Requires

  • php >=5.3.2
  • ext-mbstring *

 

The Development Requires

by Philipp Scheit

framework system util