Download the PHP package josephlavin/tap without Composer
On this page you can find all versions of the php package josephlavin/tap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download josephlavin/tap
More information about josephlavin/tap
Files in josephlavin/tap
Download josephlavin/tap
More information about josephlavin/tap
Files in josephlavin/tap
Vendor josephlavin
Package tap
Short Description Stand alone port of Laravel's tap method.
License MIT
Package tap
Short Description Stand alone port of Laravel's tap method.
License MIT
Please rate this library. Is it a good library?
Informations about the package tap
josephlavin/tap
A stand alone port of Laravel's tap
method (inspired by Ruby). This package will add a tap
method to the global namespace. For more information see Taylor Otwell's explanation of tap.
Installation
Example
You need to create a model and commit it to the database using save
:
The same code can be simplified utilizing tap
:
Utilizing the proxy feature it can be further simplified:
All versions of tap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package josephlavin/tap contains the following files
Loading the files please wait ....