https://github.com/othercodes/minimal
Minimal Framework is a very very simple Application Development Framework to develop in PHP
https://github.com/othercodes/minimal
Last synced: 5 months ago
JSON representation
Minimal Framework is a very very simple Application Development Framework to develop in PHP
- Host: GitHub
- URL: https://github.com/othercodes/minimal
- Owner: othercodes
- License: gpl-3.0
- Created: 2014-06-02T07:39:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T22:29:22.000Z (almost 10 years ago)
- Last Synced: 2025-04-10T03:39:21.067Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 128 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Slave Framework
======================
Slave Framework is a very very simple Application Development Framework to develop in PHP. It provides base classes to implement model, views and controller classes, as well a router class that reads routing configuration and maps request URLs to controllers to by dispatched by the application class, and a loader class to load view scripts.
The package also provides general purpose classes for database access with PDO, wrap get and post request values, get and check hashes of files, retrieving application texts for different idioms, set and get permissions of directories, compute salted hashs of passwords, set and get session values, handle file uploads, get the current page URL and redirect to a new page.