Download the PHP package sharkzt/fibonacci without Composer
On this page you can find all versions of the php package sharkzt/fibonacci. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sharkzt/fibonacci
More information about sharkzt/fibonacci
Files in sharkzt/fibonacci
Download sharkzt/fibonacci
More information about sharkzt/fibonacci
Files in sharkzt/fibonacci
Vendor sharkzt
Package fibonacci
Short Description Fibonacci php classes implementation as singleton, strategy and adapter design patterns
License MIT
Homepage https://github.com/Sharkzt/Fibonacci
Package fibonacci
Short Description Fibonacci php classes implementation as singleton, strategy and adapter design patterns
License MIT
Homepage https://github.com/Sharkzt/Fibonacci
Please rate this library. Is it a good library?
Informations about the package fibonacci
Fibonacci
Fibonacci php classes implementation as singleton, strategy and adapter design patterns
Installation
The recommended way to install bundle is through Composer:
Usage Examples
Singleton
Code above will return [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55].
Adapter
This will return [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55].
Strategy
Result is [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55].
License
Fibonacci classes are released under the MIT License. See the bundled LICENSE file for details.
All versions of fibonacci with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package sharkzt/fibonacci contains the following files
Loading the files please wait ....