Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaudhuree/basics
https://github.com/chaudhuree/basics
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaudhuree/basics
- Owner: chaudhuree
- Created: 2023-01-11T17:01:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T10:22:03.000Z (11 months ago)
- Last Synced: 2023-12-12T11:31:36.627Z (11 months ago)
- Language: PHP
- Size: 36.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## create php server
```bash
php -S localhost:8000
```