Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
Try Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Persistence layer for PHP-5.x to connect to any database(Firebird,MySQL,etc)since the respective connection class was written. I've implemented MySQL and Firebird connection's classes for while. Visit: http://phpersist.wiki.sourceforge.net/Doc
This project aims to create an EMF Ecore metamodel, code templates and a workflow for automatically generating certain Typo3 extensions. It contains an example instance for the creation of a developer garden Typo3 extension.
Fydji WS is a Web Services creation framework allowing to build services mapped to database operations, Java methods or other sources. It produces a Web application for services publishing and Java/JavaScript/PHP client classes for their invocation.
A framework for building web apps based on a declarative specification made in XML files, code generator and templating system based on XSL Transformations. Base entirely on MVC model, xpotronix permits a fast building web applications
phpAnnotations provides Annotations support similar to Java or C# in your PHP projects. Annotations gives you the ability to add meta information/configuration to your classes by readable at runtime using reflections.
Odin WSC, bir web sitesinin, dinamik olarak çalışmasına yarayan PHP kodlarını, hazır modüller yardımıyla sadece form doldurarak, sisteme entegre edilmesine yarayan bir motordur.
MOVED - This project is now hosted at Google Code http://code.google.com/p/php-blossom A PHP 5 (strict) framework with scaffolding for building web applications and services. It generates ActiveRecord style models, PageControllers, and View partials.
MOStlyCE is a "What You See Is What You Get" (WYSIWYG) editor for the open source Mia Content Management System (MiaCMS). MOStlyCE aims to bring simply, yet power, HTML editing capabilities into the hands on the average user.
lightJacc is a small but strong grammar parser generator. It adopts a parsing strategy of its own: dynamic concurrent parsing -- which made it much stronger than LR or LL family CCs (YACC, ANTLR, etc), but still keep good performance.
The style engine is a php class which generates css files. The selectors, attributes and properties will be defined in a file with css-like syntax. It is providing some features, you can't find in the nativ css like variables, browser specific definitio
XMI Transform is a tool written in PHP to convert XMI file to source code or
source code to XMI file.
The purpose is to provides a simple access to source code generation, which is,
in general, the first thing we need in a MDA approach.
sfEclipse is an Eclipse plugin for php symfony framework. It provides easier, faster and better developing process based on symfony framework. This plugin extends PDT (PHP Development Tools) and it is still evaluating.
A library for managed persistence for mysql and php. Quickens php-application development by reducing the amount of code needed for business-methods. Like Java's Hibernate, the methods for basic CRUD operations are implemented and more can be created.
Written in javascript and PHP, SigmaVisual is web based visual AJAX UI builder for professional developers. Developers save their time in building up prototype as well as real web applications. TreeBar, TreeGrid, Layout, Menu are supported.
RunwayPHP provides an alternative for PHP programmers who are thinking of shifting to Ruby for the sake of Rails. Coding speed is improved via extensive MVC base classes and useful wizard-type scripts.
PHP Compressor is a PHP class that compress a selected directory and files into an install.php file.
You can chose the destination directory where decompress the file, and you can chose a file that will be executed at the end of decompression.
PHPGRID is an opensource framework designed for PHP programmer which is suitalbe for rapidly developing DEMO,CRM,OA,ERP,electron-governing system,website background administration.
Website:http://phpgrid.sf.net
The project aims to create a web based database administration tool, with expansion into automatic code generation from the database schema.
The code allows creation and removal of databases, tables and fields via a web browser.
This software provides to the programmer a simple manner to generate the access data layer for PHP using MySql. The software's goal is to make it simple.
Complete LALR(1) parser generator and engine in PHP.
Complete LALR(1) parser generator and engine (like BISON or YACC) but it's all done in PHP, and the input grammar is easier and more maintainable. Write your actions in PHP. Generate PHP output code. Drive your parser with PHP. Wanna make a language?