Ecosyste.ms: Awesome
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: 22 days ago
JSON representation
PHP blog library.
- Host: GitHub
- URL: https://github.com/g737a6b/php-blog
- Owner: g737a6b
- License: mit
- Created: 2019-01-05T07:13:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T09:15:52.000Z (about 1 year ago)
- Last Synced: 2024-04-04T07:20:47.427Z (9 months ago)
- Topics: blog, composer, library, php
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BlogLite ![main](https://github.com/g737a6b/php-blog/workflows/main/badge.svg)
PHP blog library.
## Examples of use
## 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.6.6 install
```### Run tests
```sh
docker run -it --rm -v $(pwd):/app -w /app php:8.3 ./vendor/bin/phpunit ./tests
```## License
[The MIT License](http://opensource.org/licenses/MIT)
Copyright (c) 2023 [Hiroyuki Suzuki](https://mofg-in-progress.com)