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

https://github.com/phpfui/thoughtsblogcode

Code samples for the PHP blog https://blog.phpfui.com/
https://github.com/phpfui/thoughtsblogcode

Last synced: 2 months ago
JSON representation

Code samples for the PHP blog https://blog.phpfui.com/

Awesome Lists containing this project

README

        

# Code samples for the [Thoughts on PHP](https://blog.phpfui.com/) blog.

## Installation
```
git clone [email protected]:phpfui/ThoughtsBlogCode.git
composer install
```
To run unit tests, you will need to follow installation instructions for [phpfui/html-unit-tester](https://packagist.org/packages/phpfui/html-unit-tester).