DRM Is Mini framework DRM is NOT a professional framework and it does not come with all the stuff real frameworks have
- simple, easy to understand
- With Bootstrap, Fontawesome, AnimateJS
- simple but clean structure
- makes "beautiful" clean URLs
- demo CRUD actions: Create, Read, Update and Delete database entries easily (ON PROJECT)
- uses PDO for any database requests
- uses only native PHP code, so people don't have to learn a framework
- DRM Manage Config Version and More (Cooming soon)
- PHP 7.2.0+ (when first released), now it works fine with current stable versions PHP 5.6 and 7.1, 7.2., 7.3 and 7.4. The latest PHP 8.0 is not tested yet but should also work fine.
- MySQL
-
Edit the database credentials in
system/config/config.php
-
Execute the .sql statements in the
user_absen.sql
-folder (with PHPMyAdmin for example). -
Make sure you have mod_rewrite activated on your server / in your environment. Some guidelines: EasyPHP on Windows, AMPPS on Windows/Mac OS, XAMPP for Windows, MAMP on Mac OS
-
Install composer and run
composer install
in the project's folder to create the PSR-4 autoloading stuff from Composer automatically.
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.
Font Awesome is a font and icon toolkit based on CSS and Less. It was made by Dave Gandy for use with Bootstrap, and later was incorporated into the BootstrapCDN. Font Awesome has a reported 38% market share among those websites that use third-party font scripts on their platform, ranking it second place after Google Fonts.[2]
Anime.js (/ˈæn.ə.meɪ/) is a lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM attributes and JavaScript Objects.
The Drm framework is open-sourced software licensed under the MIT license.