Showing 215 open source projects for "php without database"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    ipmems

    ipmems

    Real-time data acquisition and visualization software

    Cross-platform data acquisition and visualization software with an embedded HTTP-server, binary protocol parsing library, protocol emulation server, remote secure administration server, embedded Groovy scripting facilities and HMI (SCADA) visualization module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Hibernate Pojo Generator generates all the Java code necessary to access a database via Hibernate Annotations (+ Spring) including JUnit tests (1 per table) that are able to run immediately without further customizations. Mostly tested with MySQL. Moved to GitHub: https://github.com/wwadge/hbnpojogen
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3

    fzpgloader

    FasterZip PostgreSQL Loader - ETL for postgresql FasterZip PostgreSQL

    FasterZip PostgreSQL Loader - ETL for postgresql FasterZip PostgreSQL This is a Java application that lets you filter the information into a file before loading using a copy (psql does not require). Use a configuration file for the data connection to the db, source file and special parameters. You can make SQL (using HSQL) the source file, allowing the transformation of data prior to loading. Can run on any OS that use Java without needing to install any additional components (other than...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    PJBS is a JDBC-PHP bridge. It can be used to access a JDBC data source from PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Développement de MaNGOS en Français avec site internet et support technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Seven-Labs

    Seven-Labs

    Application Development

    This repository serves as our entire project space which contains all of the open-source projects we've worked on. - C/C++ - C#/.NET - PHP - HTML5/CSS3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JDBWC - Type 3 Java JDBC driver
    JDBWC is a Java JDBC Driver with its own server written-in-PHP. Suited to Java applications that require JDBC access across wide area networks like the internet but do not wish to expose the remote database-server through the remote hosts firewall. The driver is well suited for connecting Java client applications to a (dynamic) websites database without risking the security of the database server since all exchanges use PHP as a relay agent. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DB Pages is a port between database and the web browser. If you know Oracle (PL/SQL), SQL Server (T-SQL) or MySQL, and HTML - this is a project for you. No php, no layers, no Servlets, only the database. The first www page you can write in 5 minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP Class Generator Eclipse plug-in

    PHP Class Generator Eclipse plug-in

    Eclipse Plugin to generated PHP classes from existing database schema

    PHP Class Generator Eclipse plug-in creates multiple PHP classes based on an XML template and a MySQL database table. Each generated class represents an access object for one database table, offering getters and setters for each database table field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    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.
    Try it Free
  • 10

    QueryWatch

    A visualization tool for Databases and SQL queries2

    ...The main objective of this project is to narrow the gap between agnostic computer users and databases. It involves creating a graphical user interface with the help of which a user can navigate inside a database or create SQL queries without knowing any SQL, and see the results of these queries. There is a lot of work to be done on this project; I have't touched this code for about a year, so I am just uploading it and gonna start reviewing it and trying to come up with a list of things to do. Stay tuned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rows Based File is file management software. User can access any row randomly in files without load whole file into memory. It can be used in somewhere, such as huge queue file or logging file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The REPSI (Recording the Efficiency of Patterns / SQL Idioms) tool is an application designed to generate an appropriate schema and instance as a basis to run SQL statements both formulated with and without the application of a specific pattern or SQL idi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sql Parallel Executer is an open source software making the user perform Data Warehousing tasks with almost any database thanks to the use of ODBC drivers. Built keeping in mind the highest flexibility for the final user it offers several features: Scheduling Script execution, Parameter Substitution, Parallel Execution and Script Dependency. Designed for users without special Data Warehousing tools available, it can anyway suite most advanced users providing tools for exploiting their Data Warehouse. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The JAVA library which reconciles JDBC and POJO. Start working with POJO without rewriting all your JDBC application. Without any configuration file, without any annotation, use your native SQL request with JDBC and get POJO(s).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Web2.0 Interface for Database Administration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    REX allows you to create REST interfaces by directly connecting HTTP Requests to SQL/XML queries without programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Generator of PHP classes from PostgreSql database. There are model, view, controller (MVC) classes generated by this tool. It is easy tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CUBRID QA project contains a test-automation tool and many kinds of test cases for CUBRID database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PostgreSQL Database Server
    This SourceForge page is no longer maintained. To find downloads, source code, or documentation for the PostgreSQL project, please see our home page: http://www.postgresql.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java lightweight database abstraction layer,built on jdbc to provide ease of use database access. Consentrate on implementing logic without having to think about opening /closing connections,manage connection pools etc which is handled behind the scenes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A 100% Java solution for manipulating any JDBC-compliant database. Submits SQL and displays results in a table, analyses DB structure and table content. Runs without configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The goal of Space4J is to transparently maintain your Java objects in memory without making you worry about how they are going to be persisted. Every time your application is started, your objects will just be sitting there in RAM memory waiting for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Reporting engine library written in C. Create one XML file and generate PDF, HTML, TXT, and CSV reports based on queries. Has support for MySQL, PostgreSQL, ODBC. Bindings for PHP, Java, Python.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    A bunch of tools for various purposes - lyrics presentation on a digital projector, CD copying organisation, an AJAX-based address book, Joomla! add-ons, software for monitoring incoming calls using FLI4L and AVM's Fritz!Box. Just something for everyone! The files on SourceForge are a bit aged, you can get an up-to-date overview at https://zephyrsoft.org or https://github.com/mathisdt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    allows uploads of courses to a school style curriculum of different course material with video tutorial and shopping carts on a self pace study. software I would like to use includes: java, php, SQL server, xhtml, css, Flash
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB