1,303 skills found · Page 16 of 44
Wrenbjor / PHP PDO ConnectionA PHP Class that uses PDO to connect to a MySQL Database and some basic helper functions
onyxhat / FlatDBSimple flat file database designed to persist data using just PHP and flat files.
jawira / Db DrawPHP library to generate ER database diagrams
beamtic / Php Photo GalleryPHP Photo Gallery: A lightweight, database-free photo gallery built using core PHP features. Includes support for creating and deleting both photo entries and categories (directories).
davebarnwell / Model Orm PhpPHP ORM Model class which provides table column/property mapping, CRUD, and dynamic finders/counters on a database table using PDO
arkanis / Simple ChatA simple chat in ~20 lines of PHP and ~50 lines of JavaScript. Doesn't need a database.
jordan1908-gif / Live Chat ApplicationLive chat system build with PHP, JavaScript and mySQL as back-end database. Multiple users are able to communicate with each other at the same time by utilizing this system.
soheilkhaledabdi / Php Crud Api FlightThis project is a simple CRUD API built using the Flight PHP framework. It provides a basic structure to quickly set up a PHP application with CRUD operations and database connectivity.
steffenz / Php Gtfs MysqlReads GTFS data into MySQL database with PHP
gwa / MySQL2PhinxA command line PHP script to generate a phinx migration from an existing MySQL database
spider / SpiderSimple, flexible graph database abstraction for php
BaseMax / PHPEDBPHP Easy DB (Database) is an easy library to manage and control the database.
mariadb-developers / Php QuickstartThis repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP (via mysqli).
varunon9 / Naive Bayes ClassifierImplementing Naive Bayes Classification algorithm into PHP to classify given text as ham or spam. This application uses MySql as database.
bjverde / FormDin:elephant: FormDin or Dynamic Form is a php Framework for creating web system quickly and easily. Front-end, Back-end and DataBase
lucassouzavieira / Arangodb Php OdmA new PHP ODM for ArangoDB database
Rishi-121 / Student Result Management SystemStudent Result Management System, a simple web application through which a student can easily get their result and a teacher(Admin) can easily upload the student's mark details through a form. HTML 5, CSS 3, Bootstrap, Javascript are used at the front-end part, and PHP 7 and MySQL database connectivity is used at the back-end part.
MaheshSindhiya / Ocean.comocean.com is a Social media website, I have made this project using PHP as back-end language and HTML and CSS for front-end development. I have used MySQL for database in this project. This project is an Social Networking site like Facebook and Twitter. I have put some features in this site so it look like more realistic. Features like: like button, comment, send request to friend, search user, message friends, post images and many more….
munzaz1 / TrkSelf hosted training diary and activities tracker in PHP. Keep your activities history under your control. Routes, statistics, photos on your own server and in your own database.
ambiversive / AsgThis is a content management system that merges concepts from multiplayer games, operating systems, wikis, link aggregators, feed readers, and more! Features: * OOP/MySQL/PHP/HTML/CSS/JS/Jquery/scrollTo+LocalScroll/Ace editor/Notifier.js * Documents organized in tree hierarchy, each document can act as directory * Every edit of a document saves a new revision with the old document * Chat integrated (chat notifies of cms events, uses long polling) * Aspect oriented (aspects can be toggled with commands or in sets- a user's aspect can be refreshed from the server by setting an aspect_preference variable to 2 (0 means off, 1 means on, 2 means needs refresh) * Command line (defaults to chat input, commands begin with forward slash) * Bots (Bot commands can be added as easily as adding a document in the appropriate place, bots can execute code. Bots respond to users they are focused on, when active.) * User-selectable stylesheets + individual css rules (styles are editable within the CMS, individual style rules are applied after loading style, added with /set body background black) * Easy to add new commands (/addcom) (commands are stored in CMS as javascript and loaded at runtime) * All aspects and commands are listed with /help * Aspects are remembered between sessions (ie: looks the way you left it) * All aspects, documents, commands, and users have access levels * Uses Ace editor for editing documents * DB info stored in database/config.php - run the .sql then login with admin/admin * Integrated link aggregator with full cache (fetches link with wget) * Integrated RSS feed parser and db of over 200 feeds * One aspect is called the 'metabrowser' which is an iframe that loads a URL on command (usage: /bload http://reddit.com or /meta) .. the url is also remembered between sessions. * There is an interesting JS function called 'simcom' which simulates a user typing into the command line- works for both commands and chat messages. Usage: asgConfig.simcom('chat message or command!')