salient/toolkit

A lightweight PHP toolkit for expressive backend/CLI apps

v0.99.30 2024-06-20 06:29 UTC

This package is auto-updated.

Last update: 2024-07-04 14:45:29 UTC


README

salient/toolkit

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 tracks the main branch of the project's GitHub repository and is generated by ApiGen.

You can build it yourself by running the following commands in the top-level directory. Output is generated in docs/api by default.

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

Other documentation is available under docs, and usage examples are provided in the form of unit tests.