{"id":36268845,"url":"https://github.com/phpfn/phpfn","last_synced_at":"2026-01-11T08:45:28.251Z","repository":{"id":57040402,"uuid":"286128952","full_name":"phpfn/phpfn","owner":"phpfn","description":"Functional PHP Toolset: Centralized monorepository for all libraries","archived":false,"fork":false,"pushed_at":"2020-11-22T21:18:00.000Z","size":128,"stargazers_count":28,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-15T15:42:48.262Z","etag":null,"topics":["currying","functional","immutable","monorepo","partial-application","php","placeholder","stateless"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpfn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-08T22:32:33.000Z","updated_at":"2023-11-05T10:24:30.000Z","dependencies_parsed_at":"2022-08-24T00:50:53.805Z","dependency_job_id":null,"html_url":"https://github.com/phpfn/phpfn","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/phpfn/phpfn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpfn%2Fphpfn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpfn%2Fphpfn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpfn%2Fphpfn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpfn%2Fphpfn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpfn","download_url":"https://codeload.github.com/phpfn/phpfn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpfn%2Fphpfn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28298864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T08:21:30.231Z","status":"ssl_error","status_checked_at":"2026-01-11T08:21:26.882Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["currying","functional","immutable","monorepo","partial-application","php","placeholder","stateless"],"created_at":"2026-01-11T08:45:27.655Z","updated_at":"2026-01-11T08:45:28.238Z","avatar_url":"https://github.com/phpfn.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n    \u003ch1\u003eFunctional PHP\u003c/h1\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.org/github/phpfn/phpfn\"\u003e\u003cimg src=\"https://travis-ci.org/phpfn/phpfn.svg?branch=master\" alt=\"Travis CI\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/github/phpfn/phpfn/test_coverage\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/47017eee0be4b7544b1b/test_coverage\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/github/phpfn/phpfn/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/47017eee0be4b7544b1b/maintainability\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://scrutinizer-ci.com/g/phpfn/phpfn/?branch=master\"\u003e\u003cimg src=\"https://scrutinizer-ci.com/g/phpfn/phpfn/badges/quality-score.png?b=master\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://packagist.org/packages/phpfn/\"\u003e\u003cimg src=\"https://img.shields.io/badge/PHP-7.4+-236d98.svg\" alt=\"PHP 7.4+\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/phpfn/\"\u003e\u003cimg src=\"https://img.shields.io/badge/PHP-8.0%20Compatible-236d98.svg\" alt=\"PHP 8.0 Compatible\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://raw.githubusercontent.com/phpfn/phpfn/master/LICENSE.md\"\u003e\u003cimg src=\"https://poser.pugx.org/phpfn/phpfn/license\" alt=\"License MIT\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nLibrary can be installed into any PHP application:\n- Using [`Composer`](https://getcomposer.org/) dependency manager \n- [The Force](https://www.youtube.com/watch?v=o2we_B6hDrY) for the Jedi Developers\n\n```sh\n$ composer require phpfn/phpfn\n```\n\nIn order to access library make sure to include `vendor/autoload.php` \nin your file.\n\n```php\n\u003c?php\n\nrequire __DIR__ . '/vendor/autoload.php';\n```\n\n## Usage\n\nThis package includes\n\n- [`phpfn/curry`](https://github.com/phpfn/curry) is an implementation of currying and partial application.\n- [`phpfn/immutable`](https://github.com/phpfn/immutable) is a little helper to ensure object immutability.\n- [`phpfn/pipe`](https://github.com/phpfn/pipe) for the ability to use a sequence of functions as a chain.\n- [`phpfn/placeholder`](https://github.com/phpfn/placeholder) is a placeholder (looks like that: `_`) symbol implementation.\n- [`phpfn/symbol`](https://github.com/phpfn/symbol) for the ability to create unique identifiers within the system.\n\n## See Also\n\n- https://github.com/nikic/iter\n- https://github.com/lstrojny/functional-php\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpfn%2Fphpfn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpfn%2Fphpfn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpfn%2Fphpfn/lists"}