g737a6b/php-blog

PHP blog library.

0.3.2 2023-12-31 06:44 UTC

This package is auto-updated.

Last update: 2024-03-30 09:46:39 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

The MIT License

Copyright (c) 2023 Hiroyuki Suzuki