https://github.com/arkenidar/php_http_apps_todo
php_http is a way of using html and sql with php in the http way
https://github.com/arkenidar/php_http_apps_todo
html http mvc naive php sql
Last synced: 2 months ago
JSON representation
php_http is a way of using html and sql with php in the http way
- Host: GitHub
- URL: https://github.com/arkenidar/php_http_apps_todo
- Owner: arkenidar
- Created: 2023-07-17T08:14:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:02:33.000Z (9 months ago)
- Last Synced: 2025-02-15T12:14:48.518Z (8 months ago)
- Topics: html, http, mvc, naive, php, sql
- Language: PHP
- Homepage: https://arkenidar.com/apps/php_http_apps_todo
- Size: 326 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# example use of "php_http" web-app foundations.
## Command-Line instructions
- Install PHP and SQLite (this for Ubuntu):
`sudo apt install php php-sqlite3 sqlitebrowser`
- Activate PHP Local Server ():
`php -S localhost:8080 -t www`## example installations.
-
-