Download the PHP package adhocore/with without Composer
On this page you can find all versions of the php package adhocore/with. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adhocore/with
More information about adhocore/with
Files in adhocore/with
Download adhocore/with
More information about adhocore/with
Files in adhocore/with
Vendor adhocore
Package with
Short Description With provides object like fluent interface for scalars and non objects
License MIT
Package with
Short Description With provides object like fluent interface for scalars and non objects
License MIT
Please rate this library. Is it a good library?
Informations about the package with
adhocore/with
- Objectify scalars and non objects
- Fluent method chaining instead of nested function calls
- For PHP7
Installation
Usage
Why
TL;DR: Provides more intuitiveness, comprehensibility and less cognitive overhead than nested function calls.
Did you ever had to pass a scalar/non-object through many layers of functions? Then you might have probably ended up with having to call the first the function which had to be called at the last logically. For example if you want to sum the keys of an array after adding 2 to them?
All versions of with with dependencies
PHP Build Version
Package Version
No informations.
The package adhocore/with contains the following files
Loading the files please wait ....