g737a6b/php-blog

PHP blog library.

Maintainers

Package info

github.com/g737a6b/php-blog

pkg:composer/g737a6b/php-blog

Statistics

Installs: 256

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.4.0 2026-01-02 01:01 UTC

This package is auto-updated.

Last update: 2026-03-02 01:35:21 UTC


README

PHP blog library.

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.9.2 install

Run tests

docker run -it --rm -v $(pwd):/app -w /app php:8.5 ./vendor/bin/phpunit ./tests

Format code

docker run -it --rm -v $(pwd):/app -w /app php:8.3 ./vendor/bin/php-cs-fixer fix ./src

License

The MIT License

Copyright (c) 2019-2026 Hiroyuki Suzuki