g737a6b / php-blog
PHP blog library.
Installs: 256
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/g737a6b/php-blog
Requires
- php: >=8.0
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-11-06 17:28:24 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