Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2023-08-06T19:53:27.174Z (over 1 year ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- 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
```