/php-util

A lightweight PHP toolkit for expressive backend/CLI apps

Primary LanguagePHPMIT LicenseMIT

lkrms/util

A lightweight PHP toolkit for expressive backend/CLI apps. Opinionated but adaptable. PSR-amenable. May contain traces of Laravel.

Installation

Install the latest version with Composer:

composer require lkrms/util

Documentation

API documentation for lkrms/util is available online. It tracks release tags pushed to the project's GitHub repository and is generated by ApiGen.

You can build the API documentation by running the following commands in the top-level directory. It should appear in docs/api after a few seconds.

composer -d apigen install
apigen/vendor/bin/apigen -c apigen/apigen.neon

Other documentation is available here and in the source code.