https://github.com/uzulla/pdo-query-sample-2023
It is a sample code.
https://github.com/uzulla/pdo-query-sample-2023
Last synced: about 1 month ago
JSON representation
It is a sample code.
- Host: GitHub
- URL: https://github.com/uzulla/pdo-query-sample-2023
- Owner: uzulla
- Created: 2023-08-06T18:57:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T18:58:19.000Z (over 1 year ago)
- Last Synced: 2025-03-15T15:44:26.434Z (about 1 month ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PDO Query Sample
===It is sample code.
please see `tests/UserTest.php`.
(Apache is not unnecessary.)
## setup & run sample.
```
$ docker-compose build
$ compose install
$ docker-compose run php bash
docker$ vendor/bin/phpunit
```