Bingo Functional alternatives and similar libraries
Based on the "Composer Repositories" category.
Alternatively, view Bingo Functional alternatives based on common mentions on social networks and blogs.
-
Livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs. -
OpenWhisk
Apache OpenWhisk is an open source serverless cloud platform -
Rector
Instant Upgrades and Automated Refactoring of any PHP 5.3+ code -
Laravel Mix
The power of webpack, distilled for the rest of us. -
Pest
Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP. -
Pico CMS
Pico is a stupidly simple, blazing fast, flat file CMS. -
Spout
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way -
LaravelS
LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole. -
CraftCMS
Craft is a flexible, extensible platform for creating bespoke digital experiences. -
JSON Schema
PHP implementation of JSON schema. Fork of the http://jsonschemaphpv.sourceforge.net/ project -
PHPGGC
PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically. -
Symfony Panther
A browser testing and web crawling library for PHP and Symfony -
Symfony Asset
Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files -
Enqueue
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro -
Packagist
Package Repository Website - try https://packagist.com if you need your own - -
PHP IMAP
Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP) -
Assert
Thin assertion library for use in libraries and business-model -
Symfony Encore
A simple but powerful API for processing & compiling assets built around Webpack -
Chrome PHP
Instrument headless chrome/chromium instances from PHP -
PHP CSS Parser
A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS -
CaptainHook
Very flexible git hook manager for php developers -
JSON Machine
Efficient, easy-to-use, and fast PHP JSON stream parser -
Compoer Require Checker
A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies -
PHP Architecture Tester
PHP Architecture Tester - Easy to use architectural testing tool for PHP :heavy_check_mark: -
WordPress Packagist
WordPress Packagist — manage your plugins with Composer -
Jane
:seedling: Jane is a set of libraries to generate Models & API Clients based on JSON Schema / OpenAPI specs
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Bingo Functional or a related project?
README
Bingo Functional
A simple functional programming library for PHP.
Requirement(s)
- PHP 7 or higher
Rationale
PHP, a language not commonly associated with Functional Programming, does support the paradigm - to an extent. The language's Functional Programming affability though substantial is not the same as that of Haskell, OCaml, or F# - purely Functional languages. bingo-functional is an attempt at enhancing the usability of FP techniques - those that warrant the use of helper functions, applicatives, monads, pattern matching, and immutable lists.
Documentation
Please check out the documentation for more knowledge on how to use this library.
Also, a changelog exists and can be used to track changes made to the project.
Dealing with problems
Endeavor to create an issue on GitHub when the need arises or send an email to [email protected]
Functional Programming in PHP
I published a book titled - Functional Programming in PHP - which is currently available on LeanPub. The bingo-functional library features extensively in the text as a tool whose potencies demonstrate usage of Functional Programming ideas in PHP. I advise that you purchase a copy for $9.99.
Related Projects
bingo-functional-js A JavaScript port of this library
bingo-functional-repl A REPL for this library
*Note that all licence references and agreements mentioned in the Bingo Functional README section above
are relevant to that project's source code only.