Package Release Announcement: Normie

Announcing the immediate beta release of my most recent PHP package: Normie. This package is a thin wrapper for the Standard PHP Library (PHP) Array and String functions. It provides an function aliases with normalized parameter orders. For Example (from the README):

SPL: array_map ( callable $callback, array $arr1, array $_ = null) { }

Normie: norm_array_map( array $array, callable $callback, array $_ = null): array {}

If you are as frustrated as me when dealing with inconsistent parameter order this is the package for you. Simply install the package and forget it! Adding norm_ the beginning of the function makes it normal!

Checkout the project over on GitHub or try it out yourself via Composer (Packagist).

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.