phpRealty is a realty program built simple! It is easy to manage and easy to use. It uses PHP/MYSQL and it is has a template engine, table installer and a language system. Current version is 0.03. Please use http://php-realty.com
A QuickBooks IIF file viewer and format converter.
Parse QuickBooks IIF files and display them in a nice table.
Convert QuickBooks IIF files to SQL compatible with BambooInvoice.
Maps relational db tables to PHP 5 objects. Provides simple CRUD operations, strongly-typed field audits, and its easy to implement and configure. Also includes auto-generation of SQL code for table creation and a connection module for MySQL 4.2+.
target of this tool is provide trasparent interface to database, for agile developemnt, code riutilization and less manutention. basic example: set('T',$data); write info in $data in table T get('T') return hashtable with all info in table T.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
XaJaQ aims to provide a web-based visualization of the table structure of a database. A browser with native SVG-support and JavaScript is required. XaJaQ generates SQL-92-style SELECTs during the interactive definition of relations.
A chat script written in PHP.
It needs a proper configured MySQL(database dump incl.) and PHP and Apache configured for a disabled output buffering.
It can handle system messages, admin functions and specific colors for every user.
Works also with SSL
GTK-DBExplorer is a PHP-GTK multi database administration tool. It supports many DBMS's through adoDB Abstraction layer. It will have a SQLEditor with autocomplete, table editor for any DBMS and data explorer.
phpMyComparer is a tool written in PHP intended to compare MySQL tables/databases over the Web. It can compare data and/or structure of databases, can modify data/stucture of one table/database to another or make an MySQL request for this.
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
MyAntarMuka is a web interface to MySQL table writen in PHP. It is simple to install and to use. Basic Features included are view, add, update, and delete record. Also included direct SQL query.
NoCre is a tool written in PHP to make creation of MySQL tables with InnoDB table type easy. You can create relations between tables easily and get the SQL queries and execute them.
PHP/HTML IP accounting table displaying in/outgoing traffic accumulated a) this month and b) since the manual counter was last reset for any host in a subnet. Data is counted by a set of IP tables rules and stored in a mysql database.
Php Database class creation wizard. This code creates a php class for a database table that includes all required SQL to update the database as well as form output code.
Media Dump is a web application that allows you to manage your media files and digital video tapes. Features include search, user managerment and logging.
This project takes a MySql (currently) dump file and converts the data and structure from each table into a separate file. The files are then compressed and tar archived.
A PHP class that replace the need to build textual SELECT queries.
By using commands like $query->select( $table->column, $table->column2 ); you can easily create complex queries with no need to write pure SQL.
K-Face is a GUI framework for PHP. K-Face is written with pure OOP source code, and port most of important features from ASP.NET (Event handlers, Web Controls (Button, Table, TextBox, etc), DataSet and SQL package).
...The auditor will capture "who did what" and "when". It is also smart enough to fully parse the raw MySQL query and compare updates to existing rows. Only actual changes are recorded in the audit log (database table) regardless of the SQL.
Finally, a simple web viewer for reviewing and managing the audit trail. Job done. :-)
AQAL makes easy to access data on DBs without know SQL.
It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).