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
- Host: GitHub
- URL: https://github.com/phpfn/phpfn
- Owner: phpfn
- License: mit
- Created: 2020-08-08T22:32:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T21:18:00.000Z (about 5 years ago)
- Last Synced: 2025-08-15T15:42:48.262Z (6 months ago)
- Topics: currying, functional, immutable, monorepo, partial-application, php, placeholder, stateless
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 28
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Functional PHP
## 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
