Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```