salient/toolkit

A lightweight PHP toolkit for expressive backend/CLI apps

v0.99.14 2024-04-11 18:15 UTC

This package is auto-updated.

Last update: 2024-04-27 07:31:59 UTC


README

A lightweight PHP toolkit for expressive backend/CLI apps. Opinionated but adaptable. Negligible dependencies. May contain traces of Laravel.

Latest Stable Version License CI Status Code Coverage

Installation

Install the latest version with Composer:

composer require salient/toolkit

Documentation

API documentation for salient/toolkit 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.