1,303 skills found · Page 24 of 44
ezimuel / PHPVectorA pure-PHP vector database with HNSW and BM25 algorithms. Both engines can be combined into a single hybrid search pipeline.
doncadavona / AnaDatabase-driven web app for newbies with PHP and MySQL
Boran / SagePHP scripts for interface to the Sage Line 50 database via ODBC
vibetemplates / Php Database HelperClass Library to Simplify PHP Database Design Patterns while Vibe Coding
codeactual / HashmarkMySQL time-series database and PHP library for data point insertion and analytic queries
cwarden / Exidblogexidblog is a PHP program which parses an Exim 4 log file (mainlog) and stores the data in each line in a MySQL database.
johnsonfash / Simple Php FrameworkA php OOP framework with dynamic api, graphql, router, database ORM, authentication and more
tylermenezes / TinyDbA microframework for making database applications in PHP.
SinghDigamber / Php Multiple File UploadPHP 7 Multiple Files and Images uploading tutorial, and we will learn to store uploaded files in the MySQL database along with some necessary file uploading validation.
gauravjha8298 / Excel To MySQL Importer And Exporter In PHP Using PHPExcelIt's always time taking and irritating if you need to import a long sample data from an Excel file to your MYSQL Database. This Project contains an Importer to import your Excel data to your SQL database and an Exporter to export all your data in the MySQL database back to an Excel file. This project uses the PHPExcel, a library purely built in PHP that offers reading and creating Excel files inn .XLS , .XLSX and CSV formats.
Synchro / Regdom PhpAn improved version of Florian Sager's regdom library for PHP for partial validation of domain names using Mozilla's effective-TLD database.
Your-Skin / YourSkinYour Skin is an Android Application that users can check skincare product ingredients by searching by categories of Skincare product or type search. This application using java and XML as the Frontend and PHP and SQL database as the backend.
redis-applied-ai / Redis Vector PhpRedis Vector Library (RedisVL) enables Redis as a real-time database for LLM applications, based on Predis PHP client
aldysetiaa / Weighing Scale2Aplikasi untuk menghubungkan jembatan timbang dengan database mysql menggunakan PHP AJAX, aplikasi ini sudah berjalan diberbagai perusahaan sampe saat ini, dan tidak ada kendala, mudah di kustomisasi, dan aplikasi ini berjalan langsung di browser (edge, chrome, opera dll) support RS-232 dan RS-485, Indikator, CCTV, Plate Recognition, Pembacaan Plat
baraja-core / Doctrine📚 Doctrine integration to Nette Framework. Simple interface, easy to use, best performance, top compatibility.
khaderhan / Secure DbSecure, PDO-first database abstraction layer (DBAL) for native PHP. Strict parameter handling, safe IN expansion, streaming, nested transactions, and CI-verified.
scor / RdfdbThe RDF Database (RDFDB) library defines a lightweight, consistent interface for accessing RDF stores in PHP using the SPARQL query and update language
Henkster72 / MarkdownManagerMarkdownManager is a fast, flexible, self-hosted Markdown viewer + editor for your private notes: built with plain PHP, zero database, and files you can open with the built-in editor.
stephenpfahy / Web Applications ProjectThis is a repository for the project for the Web Applications module for the Higher Diploma in Science (Software Development). It is a client based website which was built using HTML5, CSS3 and JavaScript. The website is connected to a relational database via PHP which inserts, reads, updates, and deletes information entered by the user from the website into the relational database. The relational database used was created for the Database Design & Development Module. Stephen Fahy G00172772 WEB SITE DESIGN 13/12/2015 The projectmain file contains all the files for my South Dublin Housing Council website. This consists of my six html5 webpages. There is a homepage, a tenants page, a property page, a repairs page, a tradesman page and an equipment page. Each webpage is linked to each other by a sidebar on every webpage with links to the other pages. You enter the website via the homepage which then can access all the other webpages of the website. In the projectmain file there is the css file whch contains the external css design for the website, a images file which contains the images for my website, a js file which contains the javascript for the website, and a php file which contains the php insert statements and select statements for each webpage except the homepage. The website is linked to a database via HTML5 forms and my php code on each webpage except the homepage. The database can be accessed by opening the south_dublin_housing_council_repairs file which contains the datafiles or by importing the south_dublin_housing_council_repairs.sql file into your phpadmin in mysql. The website is designed for South Dublin Housing Council's employees so that they can view and update the council's database. The employees access the website via the council's private intranet network which can be used in the main South Dublin Housing Council building in Tallaght or in other council buildings in South Dublin. The employees access the website via the homepage which accesses the other webpages. On the other 5 webpages employees can view the council's database or they can update it. The majority of the website css design was done in an external css file in completesite.css. There was internal css design done in the website such as the table on the homepage using the <style> tag and there was inline css design using the style attribute such as the paragraph on line 108 on the property webpage. Javascript was used to add a link to googlemaps on the property page website so users could view the south Dublin area in Google maps. Php insert and select statements were used to update and view data in the database from a website. The php insert and select statements were used in all the pages except the homepage. All my html5 files have been validated using w3c markup validation service. The website is functional in all browsers but is best viewed in Google Chrome or Mozilla Firefox. CHANGES TO THE WEBSITE FROM THE WEBSITE DESIGN. The website design was not changed when the website was being created, but there was some slight changes made. They changes made are as follows: 1. In the property table the TENANT column was changed to TENANT_ID to have the same name has the TENANT_ID primary key in the tenant table. 2. In the property table the REPAIRS column was changed to REPAIR_ID to have the same name has the REPAIR_ID primary key in the repairs table. 3. In the repairs table the TRADEMAN column was changed to TRADESMAN_ID to have the same name has the TRADESMAN_ID primary key in the tradesman table. 4. In the trademan table the AVAILABILITY column was removed as the information provided with this column conflicted with information in the DATE and TIME columns in the repairs table. 5. In the tradesman table the EQUIPMENT column was changed to EQUIPMENT_ID to have the same name has the EQUIPMENT_ID primary key in the equipment table. 6. In the homepage of the website a table and extra headings were added to section div tag. Also a link was added to this section to bring the user to the next webpage. 7. In the tenant page there were a few changes made to the section div tag. A few extra paragrahs were added and links to view the database were added. There was a link added to go to next page. 8. In the property page there were a few changes made to the sectin div. A few extra paragraphs were added and links to view the database and to go to the homepage were added. 9. A javascript link to view google maps was added to the property page. 10.In the repairs page a few extra paragraphs were added and links to view the database and a link to go to the next page. 11.In the tradesman page a few extra paragraphs were added and links to view the database and a link to go to the next page. 12.In the equipment page a few extra paragraphs were added and links to view the database and a link to go to the next page.
Ash5134 / Automated GLPI 11.x Installer Apache MariaDB PHP SSL Bash Script A fully automated Bash script to install and configure GLPI 11.x on Debian 12. It sets up Apache, MariaDB, PHP 8.2 with required modules, creates the database and user, configures virtual hosts (HTTP & HTTPS), and generates a self-signed SSL certificate for secure access. Ideal for lab environments, testing, and training.