ifrpl/muyo

There is no license information available for the latest version (dev-master) of this package.

PHP utility library

Maintainers

Details

github.com/ifrpl/muyo

Source

Issues

Installs: 5 785

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 2

Open Issues: 0

pkg:composer/ifrpl/muyo

dev-master 2017-02-01 09:15 UTC

This package is not auto-updated.

Last update: 2025-12-17 19:51:30 UTC


README

It's a PHP 5.3 utility library that some of us are using in our work.

Some of the key-points we are trying achieve are:

  • Unification and filling gaps in standard PHP function set
  • We admire functional-way of solving problems
  • We build our API using well-known nomenclature from different languages
  • We're trying to be as decoupled as it's possible ( you should be able to include just a single module and it should still work )
  • No mandatory external dependencies (we're trying to gracefully degrade, or make move depending-parts to separate modules)
  • We're loving defaults-based configuration ( unspecified things always fallback to defaults leaving you a fully-working system ). Still, we're trying to be as customizable as possible.

License: Boost v1.0

Warning: it's very bleeding-edge and has no versioning yet! If you like it, use it, but you should inspect changes before every update.