Download the PHP package simplecomplex/utils without Composer

On this page you can find all versions of the php package simplecomplex/utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package utils

(PHP) Utils

Main features

Dependency injection container abstraction

As Wikipedia sums it up:

Ironically, dependency injection can encourage dependence on a dependency injection framework.

**** is a simple tool for mitigating dependency of a particular injection container.
Wraps a PSR-11 or Pimple container or creates it's own lightweight PSR-11 container.

PHP CLI (command line/console) made easy

+
specify a simple way of defining PHP CLI commands, and auto-generate --help output.


Utils' own CLI commands

Time

**** extends the native DateTime class to fix shortcomings and defects,
and provide more, simpler and safer getters and setters.

Features:

It's inspired by Javascript's Date class, and secures better Javascript interoperability
by stresssing and facilitating timezone awareness, and by JSON serializing to ISO-8601 timestamp string;
not a phoney Javascript object representing a PHP DateTime's inner properties.

Explorable

The abstract **** class provides simple means for making protected members of an object readable,
and optionally mutable via dedicated methods.

Odds and ends

**** abstracts mbstring.

**** delivers basic string sanitizers and converters.

**** hides the complexity of using FilesystemIterators.

**** parses ini strings/files, and delivers a range of other handy methods.

**** for easy dependency setup.
NB: Bootstrap::prepareDependencies() requires packages not listed among composer requirements:
Cache, Config, (optional) JsonLog, Inspect, Locale, Validate.

Requirements

Development requirements

Suggestions


All versions of utils with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
ext-ctype Version *
psr/container Version ^1.0
psr/log Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package simplecomplex/utils contains the following files

Loading the files please wait ....