Download the PHP package danielefavi/fluent-api without Composer
On this page you can find all versions of the php package danielefavi/fluent-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download danielefavi/fluent-api
More information about danielefavi/fluent-api
Files in danielefavi/fluent-api
Download danielefavi/fluent-api
More information about danielefavi/fluent-api
Files in danielefavi/fluent-api
Vendor danielefavi
Package fluent-api
Short Description Class designed for fluent API interface: you can invoke the same method statically and non-statically.
License MIT
Package fluent-api
Short Description Class designed for fluent API interface: you can invoke the same method statically and non-statically.
License MIT
Please rate this library. Is it a good library?
Informations about the package fluent-api
php-fluent-api-package
PHP package for fluent API interfaces: you can invoke a method both statically and non-statically.
Installation
Usage
1) Import the FluentApi class in the file you need it.
2) Extend your class with FluentApi
class.
3) Create your methods that can be invoked statically and non-statically.
Declare the functions that can be called statically or non-statically with an underscore _
.
In the example below the functions add
and subtract
can be invoked statically or non-statically.
4) Example of usage
All versions of fluent-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package danielefavi/fluent-api contains the following files
Loading the files please wait ....