DynaGraph creates dynamic graphs based on data selected from a database query. Using PHP, DynaGraph accesses a MySQL database, and uses the results to plot information to a bar graph in the GIF format, using gd1.3.
A database abstraction library for PHP. This allow you to use PHP interchangably with MySQL, MS SQL server, mSQL and PostgreSQL without rewriting your code.
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
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.
The BLOB Streaming engine is a MySQL storage engine that enables the streaming of BLOB data directly in and out of MySQL tables. Using the HTTP protocol, it is possible to "PUT" and "GET" text and media data of any size, to and from a database.
MOVED TO GITHUB: https://github.com/samwilson/cawitm
Concise and easy-to-use CRUD (Create, Read, Update, and Delete) interface to MySQL databases. Only configuration required is for connecting; everything else is drawn from the structure of the database itself. Good for prototyping DB schemata.
phpMovieManager is a webbased PHP Movie Manager that helps to manage all of your movies. You can share your catalog of movie with your friends. And friends can also share thier movie informations with you. The data will be saved in an MySQL-database.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Node-based content management system, aimed for smaller websites containing mainly images, sound and video. Flash (Flex) client communicating with php/mysql through AmfPHP, still very immature, but may grow to something useful.
Web table that connects to a mySQL table and shows its data
Collection of JS / Php files that implement a html/js table, which can connect to a table in an mySQL database and show it's contains. The source is designed in a way that is easy to add to your website with the minimum configuration. The project makes use of Twitter Bootstrap.
The main difference from DataTables is that only the appropriate elements are selected from the DB and every time a page change occurs (or a search) a new request is sent.
ProFTPmin is a web based administrative interface for ProFTPD. It allows and administrator to configure the ProFTPD configuration directives, create new virtual servers, create users and groups, create quotas, and monitor system resources and traffic.
Easy Auto Database(ez-auto-db) is a easy to use database for cars written in PHP and MySQL. It is designed to be used to keep track of a large amount of cars for a wrecker service. It is currently in pre-alpha stage which means it is not feature comp
MBT-klinika is intended for secondary and tertiary hospital which cannot afford to buy expensive software for their clinical management and information system
Repair me is designed to be a repair order application for automotive shops. It is currently in the planning stages, so there are no files available. The goal is to become a cloud computing RO system. Features include: Reports, Contact Management System,
PHP application for browsing multiple types of databases
dbTrek is designed as an easy to use front end that uses a common set of methods to access multiple types of databases. The system will allow the user to get details for tables and fields (data types, etc) through browsing and drill down.
Bi-directional SQL <-> XML conversion and updating
Allows user to convert one or more database schemas to XML. Can also create and/or update existing database with schemas from XML. It will support multiple database platforms and abstractions.
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).