Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankera/php_commerce

PHP做电商DEMO
https://github.com/ankera/php_commerce

Last synced: about 1 month ago
JSON representation

PHP做电商DEMO

Awesome Lists containing this project

README

        

# php_commerce
PHP做电商DEMO

##### PHP

```
PHP 8.2.10
```

MYSQL

```
8.0.33-arm64
```

Composer.json

```json
{
"require": {
"ext-gd": "*",
"ext-mysqli": "*"
}
}
```