lkrms/util

This package is abandoned and no longer maintained. The author suggests using the salient/toolkit package instead.

A lightweight PHP toolkit for expressive backend/CLI apps

v0.21.49 2024-02-26 11:07 UTC

This package is auto-updated.

Last update: 2024-02-27 13:28:25 UTC


README

This project has moved to salient/toolkit.

lkrms/util

A lightweight PHP toolkit for expressive backend/CLI apps. Opinionated but adaptable. Negligible dependencies. 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 the main branch of the project's GitHub repository and is generated by ApiGen.

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

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

Other documentation is available here and in the source code.