An open API service indexing awesome lists of open source software.

https://github.com/g737a6b/php-blog

PHP blog library.
https://github.com/g737a6b/php-blog

blog composer library php

Last synced: 5 months ago
JSON representation

PHP blog library.

Awesome Lists containing this project

README

          

# BlogLite ![main](https://github.com/g737a6b/php-blog/workflows/main/badge.svg)

PHP blog library.

## Installation

### Composer

Add a dependency to your project's `composer.json` file.

```json
{
"require": {
"g737a6b/php-blog": "*"
}
}
```

## Development

### Install dependencies

```sh
docker run -it --rm -v $(pwd):/app composer:2.9.2 install
```

### Run tests

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

### Format code

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

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2019-2026 [Hiroyuki Suzuki](https://mofg-in-progress.com)