https://github.com/codler/startup
Gathering all the good parts from all my projects and making it to a mini framework
https://github.com/codler/startup
Last synced: 9 months ago
JSON representation
Gathering all the good parts from all my projects and making it to a mini framework
- Host: GitHub
- URL: https://github.com/codler/startup
- Owner: codler
- Created: 2011-03-07T20:30:27.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-16T19:48:50.000Z (over 14 years ago)
- Last Synced: 2025-03-29T23:22:45.118Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 354 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Startup
Purpose with this framework is that you only need to have one configuration file which includes Startup. Then you only need to include the configuration file once in your project and you will have all Startup functionallity.
* URL Routing
* User management - Loginsystem (with Single-Sign-On - which is Facebook and OpenID)
* File upload
* UI helper - like FORM helper.
* Views
* Security
## Requirements
* PHP 5.3+