An open API service indexing awesome lists of open source software.

https://github.com/phpfn/phpfn

Functional PHP Toolset: Centralized monorepository for all libraries
https://github.com/phpfn/phpfn

currying functional immutable monorepo partial-application php placeholder stateless

Last synced: about 1 month ago
JSON representation

Functional PHP Toolset: Centralized monorepository for all libraries

Awesome Lists containing this project

README

          


Functional PHP


Travis CI





PHP 7.4+
PHP 8.0 Compatible
License MIT

## Installation

Library can be installed into any PHP application:
- Using [`Composer`](https://getcomposer.org/) dependency manager
- [The Force](https://www.youtube.com/watch?v=o2we_B6hDrY) for the Jedi Developers

```sh
$ composer require phpfn/phpfn
```

In order to access library make sure to include `vendor/autoload.php`
in your file.

```php