PHPackages                             phpfn/placeholder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpfn/placeholder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phpfn/placeholder
=================

Simple placeholder implementation for functional constructions

2.0.1(5y ago)36712MITPHPPHP &gt;=7.4CI failing

Since Jul 4Pushed 5y ago3 watchersCompare

[ Source](https://github.com/phpfn/placeholder)[ Packagist](https://packagist.org/packages/phpfn/placeholder)[ Docs](https://github.com/phpfn)[ RSS](/packages/phpfn-placeholder/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (2)

Placeholder
===========

[](#placeholder)

Library provides a placeholder implementation for currying functions, partial applications, pipe operator, and other syntactic structures hat allow specifying default values.

Installation
------------

[](#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

```
$ composer require phpfn/placeholder
```

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

```
