g737a6b / php-blog
PHP blog library.
0.3.2
2023-12-31 06:44 UTC
Requires
- php: >=8.0
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-05-06 16:32:26 UTC
README
PHP blog library.
Examples of use
Installation
Composer
Add a dependency to your project's composer.json
file.
{ "require": { "g737a6b/php-blog": "*" } }
Development
Install dependencies
docker run -it --rm -v $(pwd):/app composer:2.6.6 install
Run tests
docker run -it --rm -v $(pwd):/app -w /app php:8.3 ./vendor/bin/phpunit ./tests
License
Copyright (c) 2023 Hiroyuki Suzuki