Showing 911 open source projects for "php mysql class"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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.
    Create free account
  • 1
    PHP-Qt is an extension for PHP5 that aims to write software with the Qt Toolkit. It provides an object-oriented interface to the Qt4 Framework. This is an auxiliary site for https://developer.berlios.de/projects/php-qt/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A lightweight EAI tool based on Java technology with a web browser interface for building integration processes from an extensible selection of adapter components. It runs on Apache Tomcat application server and stores its configuration in MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PHP-SmartCSS is an easy and flexible way for web developers to go through some nasty browsers' bugs with the (X)HTML. It's syntax looks like an extension to the regular CSS coding. It also brings an automatic IE pngfix, involving no javascripts at all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Neobase is a PHP framework that allows you to develop your applications pretty like .Net. Wich means: component based pages and object oriented programming. All the client-server comunication is done using AJAX
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    Application Framework based on a set of Java POJOs + Seam + Hibernate/JPA. It delivers components like Party, Item, Inventory highly customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Limb PHP Library
    Limb3 is an OpenSource(LGPL) L ibrary of I nterdependent M odules and B locks mostly aimed for rapid web application prototyping and development with PHP5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RESTMash is a PHP framework that can be used to create Mashups with RESTful APIs. It provides a set of PHP Classes that can be used to build mashup in quick time with publicly available web services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fast, Simple and direct MVC framework in PHP. No configuration files needed. Don´t be a configurator, be a developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Luta framework - is a PHP 5 framework based on Zend Framework with Ruby on Rails like architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    A toolkit of nitty-gritty classes from real-life projects. Contains generic snippets along with things like server-side DOM implementation or RSA or code generation tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MyAppFW is basic php application framework designed to be used as a base or learning guide for PHP projects that need (Multiple) Template Support, Advanced DB Support, Proper Email handling and some other basic useful functions for live dynamic websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Php5Utils is a collection of small components written for general use in php5. Parts of code comes from projects developed by Active Mind for giarre.com administrative tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project provides a complete prototype Java Spring solution that any new Spring developer can use to create a prototype system quickly. The source code provided has Acegi for security, Displaytag for data paging, MySQL as back end database JCaptcha f
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RailsDB is a web application written in Ruby using the Ruby on Rails web framework to provide a generic interface to popular open source databases such as MySQL, PostgreSQL, and SQLite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JVending is a content provisioning system that implements most of the J2EE Client Provisioning Specification (JSR-124). JVending provides catalog management and device detection. Project also includes WAP push, MMS client and a registry for devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QuickFrame provides a rapid development framework for PHP 5 powered sites. Due to its modular structure QuickFrame can be used as a skeleton for new sites or as a full-featured CMS ready to be deployed within minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jRivet
    This project in no longer active.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    openRiverbed - the PHP5 framework. Ajax, TinyMCE, Plugins, XML based configuration, template based, XML2PDF pdf generation, multi-language support for application and content, encrypted sessions, test-driven, oo developed... Hardened by real projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Compass Component Framework (CCF) for PHP 5.1 and higher is a lightweight object-oriented library which allows to develop OO applications quickly, using wide-known patterns like MVC, FrontController and Injection of Control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Akelos is a PHP framework for developing database-backed web applications according to the MVC pattern. Being port of Ruby on Rails to PHP it lets you write beautiful PHP/Javascript/Ajax Code by favoring convention over configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Kornerstone provides a starting point for PHP Zend Framework Applications to be built. It aims to provide everything that you will need to get up and running in less than 5 mins. Visit http://www.kornerstoneproject.org for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The xWire framework is a toolkit used to build Java web applications, but is flexible enough for other uses. It is ideal for building AJAX apps and consists of both client and server components, each of which can be used independently of the other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A framework for PHP5 to automagically create classes that map your DB and also create methods to obtain related objects. Don't code a getter or setter again! Imagine this: $client =& Client::factory(4)... and without having to code the Client class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HTMLi (HTML improved) is the AJAX framework that focuses in: * Transparent use for HTML designers * Multi-platform: 100% XSL (runs with Java, ASP, PHP, etc) * CSS Themes * Multi-Language * XML Handling - AJAX forms Live demo at http://www.htmli.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sourdough is a comprehensive web application framework for PHP5. It provides developers with components such as User Management, Session Handling, User Authentication, Exception Handling and Logging, Template System, and Database Abstraction.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB