krakphp/fn
Functional library for PHP with proper currying
This is a PHP library for developers who want to write code in a more functional style, helping them manage and transform data more predictably. It allows PHP developers to apply a sequence of operations to data, such as filtering or mapping lists, to produce a final transformed output. Developers can use this to create cleaner, more maintainable code, especially when dealing with complex data pipelines.
No commits in the last 6 months.
Use this if you are a PHP developer looking to adopt functional programming patterns like currying and immutability to simplify data processing and improve code readability.
Not ideal if you prefer traditional object-oriented PHP development or are working on a project where adding a functional programming library would introduce unnecessary complexity.
Stars
24
Forks
4
Language
PHP
License
—
Category
Last pushed
Dec 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/krakphp/fn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jenner/LstGen
Code-Generator für die Lohnsteuerberechnung aus PAP XML
wol-soft/php-json-schema-model-generator
Creates (immutable) PHP model classes from JSON-Schema files including all validation rules as PHP code
drupal-code-builder/drupal-code-builder
A library for building Drupal code.
martin-helmich/php-schema2class
Generate PHP classes from JSON schemas
goetas-webservices/xsd2php
Convert XSD into PHP classes and JMS serializer definitions