serbanghita /
Mobile-Detect
Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
Loading repository data…
hesbonangwenyi606 / repository
A lightweight PHP project demonstrating a Tasks CRUD app using SQLite and PDO, with no frameworks. Features include creating, reading, updating, and deleting tasks, timestamp tracking, and minimal Bootstrap 5 styling. Designed for simplicity and ease of setup, showcasing PHP fundamentals, database interactions, and basic web app structure.
A simple PHP project (no frameworks) demonstrating a Tasks CRUD app using SQLite and PDO. This project allows you to create, read, update, and delete tasks with a minimal setup.
PHP 7.4 or higher (tested with PHP 8.2) PDO SQLite extension enabled (pdo_sqlite) Run locally (built-in PHP server) Initialize the database (creates SQLite file and seeds an example task): php init.php
php -S localhost:8000 -t public Open in your browser: http://localhost:8000
Project Structure php_simple_crud/ ├── data/ │ └── database.sqlite # SQLite database file (created by init.php) ├── public/ │ ├── index.php # Task listing page │ ├── create.php # Add new task │ ├── edit.php # Edit existing task │ ├── delete.php # Delete task │ └── assets/ │ └── style.css # Optional styles ├── src/ │ ├── Database.php # PDO SQLite connection class │ └── Task.php # Task CRUD class ├── init.php # Creates and seeds SQLite database └── README.md # Project documentation
Create new tasks with title and description Read all tasks with timestamp Update task title and description Delete tasks Fully functional CRUD using PDO and SQLite Minimal Bootstrap 5 styling
Selected from shared topics, language and repository description—not editorial ratings.
serbanghita /
Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
leokhoa /
Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python. It is fast, lightweight, easy-to-use and easy-to-extend.
hestiacp /
Hestia Control Panel | A lightweight and powerful control panel for the modern web.
jdorn /
A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
anchorcms /
A lightweight blog CMS for PHP
doctrine /
A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.