Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankera/php_commerce
PHP做电商DEMO
https://github.com/ankera/php_commerce
Last synced: about 1 month ago
JSON representation
PHP做电商DEMO
- Host: GitHub
- URL: https://github.com/ankera/php_commerce
- Owner: Ankera
- Created: 2023-10-02T15:25:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-13T10:17:22.000Z (about 1 year ago)
- Last Synced: 2023-10-14T17:34:47.567Z (about 1 year ago)
- Language: PHP
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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": "*"
}
}
```