Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwulf/drivesafetogether
https://github.com/adamwulf/drivesafetogether
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamwulf/drivesafetogether
- Owner: adamwulf
- Created: 2014-01-16T07:20:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T09:36:55.000Z (about 10 years ago)
- Last Synced: 2024-05-01T12:29:58.791Z (7 months ago)
- Language: PHP
- Size: 417 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Easy PHP App
The goal of this repository is to provide an extremely simple template for a PHP based application that uses twitter
oauth for user login. The database is handled by the JSON-to-MySQL repository (https://github.com/adamwulf/json-to-mysql)
for barebones database access with zero manual schema setup.This repository is great for simple hobby projects, and to quickly get an idea off the table and into the wild. This
is not meant to scale to any reasonable degree at all. It's great for prototyping, terrible for production :)