Showing 48 open source projects for "http to php"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • The all-in-one billing and claims management software designed to get your practice paid fast and efficiently. Icon
    Open Practice is pleased to present OpenPM, our cloud-based RCM platform that has propelled the company through 17 consecutive years of double-digit growth. OpenPM connects all the disparate elements of the revenue cycle including; Scheduling & Registration, Billing, Clearinghouse, and Patient Payments/Collections. The result is highly automated accounts receivables management for optimized cash flow, and extensive reporting to help you proactively manage your organization. All of this control is securely hosted and delivered through the browser you already have, providing the perfect combination of security and availability.
    Learn More
  • 1
    Small HTTP server

    Small HTTP server

    Universal server

    It is not only a web server, it is also Mail server, DNS server, FTP server, Proxy server, VPN server and client... All in one! This program will help you to open all the possibilities Internet can offer for your company - public site, provide Internet access and personal mailboxes for each employee! HTTP server. Server Side Includes. Regular expression in SSI. CGI interface for scripts (Executable files; Perl,PHP, or another external interpreters) ISAPI...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Uniform Server

    Uniform Server

    A free lightweight Windows Apache MySQL and PHP Server Solution.

    Uniform Server is a free lightweight WAMP server solution for Windows. Build using a modular design approach, it includes the latest versions of Apache, MySQL or MariaDB, PHP (with version switching), phpMyAdmin or Adminer. No installation required! No registry dust! Just unpack and fire up! ------- Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------
    Leader badge
    Downloads: 1,100 This Week
    Last Update:
    See Project
  • 3
    wappskafander_t2

    wappskafander_t2

    Wraps a HTTP server that might optionally run PHP by using FastCGI.

    wappskafander_t2 wraps an old version of a Hiawatha web server (hiawatha-webserver.org). If FastCGI and PHP are available, then the web server probably can execute PHP. As of 2022_11 this "branch" of the wappskafander_t2 will not be incrementally updated, because it, the wrapping code, NOT the wrapped web server, is an old mess that needs a total rewrite. The current version of the wrapping code is usable as a functional "blob" that serves HTTP and optionally PHP generated content from Virtual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Analyses Database is a collection of software to archive and to track rawdata files from analytical instruments. The system is set up using freely accessible tools - MySQL, apache, PHP, Linux. Several utilities for MS Windows are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ingest Package Label Data Using OCR Software Icon
    Ingest Package Label Data Using OCR Software

    PackageX OCR API converts any smartphone into a powerful universal label scanner that reads every bit of text on the label, including barcodes and QR

    Our state-of-the-art OCR technology uses robust deep learning models and proprietary algorithms to extract information from package labels.
    Learn More
  • 5

    idcheck

    apache cookie SSO mechanism.

    Cookie based web authentication and single sign on system for largish intranets under a single domain where many, untrusted, people run their own web services. The server uses a private cookie scoped only for the client browser and the idcheck webserver which is always protected with SSL. In addition to the common practise of using SSL for everything (which idcheck supports). The idcheck system can also be used to provide authentication to websites where you merely want to hide content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An Apache module for use by ISPs and webhosts, designed to prevent the robotic collection of email addresses -often termed siphoning or harvesting- from client website pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    STANTOR

    Scada for Home Automation

    Stantor is a SCADA for home automation/domotic project. It drives : k8061-K8055(USB), K8000(I2C), Arduino Mega and Uno, X10, 1-Wire, electricity meters, Webcam (motion), infrared remote controls. It uses WEB browser, smartphone, xHTML, SOAP, Websocket, HTML5 Apache, mySQL, PHP, javascript and Ajax. Stantor allows control of electrical equipments like boilers, shutters, lamps, pumps, etc...connected to the 220V/110 VAC. Gathering information of various kinds such as temperature, light...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Software built for dance schools Icon
    Software built for dance schools

    Grow your business and get paid with membermeister

    Amazingly simple admin software that will streamline your business, reduce your admin, automate your billing and eliminate late payers.
    Learn More
  • 10

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    ... management, and container classes. CPPSP project home page: http://xa.us.to/cppsp/index.cppsp Main development happens on github at: https://github.com/xaxaxa/workspace/ Documentation is currently being worked on, but there is a doxygen reference at: http://xa.us.to/cppsp/doxygen/html/classcppsp_1_1_page.html GCC 4.7 or above is required even for the binary release because .cppsp pages need to be compiled at runtime. CPPSP currently only supports linux (due to the use of epoll).
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11

    PHP Websockets

    Provides Websocket RFC6455 functionality to PHP

    This project provides 6 new functions to PHP that are meant to interact with a websocket (RFC6455) peer. ws_get_frame_info() - Gets information about an upcoming websockets frame ws_read_frame() - Reads the data of a websockets frame from a client or server ws_send_close() - Sends a close frame to the websockets peer ws_send_ping() - Sends a ping frame to the websockets peer ws_send_pong() - Sends a pong frame to the websockets peer These functions are written in low level C so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    wget for something for Linux and Stuffs
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    fstorage
    Fstorage is a free, open-source, lightweight and fast File Storage Software. Storage is task of server and file hosting. Clients/APIs are designed for use by C/C++/Python/PHP programmers can send files and receive files for particular FileKey.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A real Skype's Web Space. This software is shareware since 11/1/2010, and rename it to Skype Space. but the part of CGI and Web, is openresource. http://skypespace.appspot.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A Free Hosting Control Panel for Linux intended to replace the need for expensive software such as Ensim, CPanel & Plesk. It uses Apache, Postfix, MySQL & other projects like AWStats and phpMyAdmin. The GUI is coded in PHP, and the backend in Perl & Bash
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Personal AMP - Apache, MySQL and PHP - stack for the S60 mobile phone. For installation and other information, please follow the 'Project Web Site' link to the right, or Project->Website from the menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XSLT Filter is an Apache2 loadable module which performs XSL transformation on the fly. It uses LibXML2+LibXSLT as parsing and transformation engines. The module acts as an Apache output fitler and is compatible with mod_perl, CGI and PHP applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Weabers stand for Web Application Browser and Server.It is a PHP and LUA enabled Webserver and Web browser combined into one single application. It is intended to a framework to allow easy execution of offline Web2 apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    php-saurus is a PHP extension written in C that provides Aiksaurus language bindings to PHP. Aiksaurus provides access to an English language thesaurus, allowing you to find word synonyms and phonetically relevant words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project brings a PHP extension that allows PHP apps to connect to Z/OS hosts and then executes IMS transactions. This project can now be found at http://pecl.php.net/package/IMS
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    phpShout is a PHP Extension that wraps around the libshout library available at http://www.icecast.org/. LibShout is used in conjunction with an Icecast server to create a streaming Internet radio station from your own music files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SiteMesh is filter plugin for web-servers that provides presentation and web-app application integration. It is easy to use and requires no modification to existing code (HTML, CGI, PHP, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The WebServerX Kit installer package provides an easy way to install all the last versions of Apache, PHP, MySQL, and Ruby On Rails
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FGL is a tightly-integrated self-contained development & execution environment utilizing best-of-breed programming tools and methodologies, optimized web/application server, highly-scalable relational/object database, and robust extension interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next