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/
- Host: GitHub
- URL: https://github.com/phpfui/thoughtsblogcode
- Owner: phpfui
- License: mit
- Created: 2023-04-14T20:07:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:56:08.000Z (2 months ago)
- Last Synced: 2025-02-24T22:32:32.814Z (2 months ago)
- Language: PHP
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).