php-toolbox/README.md

10 lines
554 B
Markdown
Raw Permalink Normal View History

2024-07-11 02:45:48 +00:00
# Joby's PHP Toolbox
2024-07-29 21:38:18 +00:00
[![CI](https://github.com/joby-lol/php-toolbox/actions/workflows/ci.yml/badge.svg)](https://github.com/joby-lol/php-toolbox/actions/workflows/ci.yml)
2024-07-11 02:18:46 +00:00
A lightweight collection of useful general purpose PHP tools with no dependencies. Committed to always at least having minimal dependencies.
2024-07-11 02:45:48 +00:00
## Development status
Anything that's in the `main` branch should have tests and be a stable API. I haven't set a version number yet because I don't want to call it 1.0 until I actually have a more significant number of features in here.