PHP Hardware Platforms

View 172 business solutions

Browse free open source PHP Hardware Platforms and projects below. Use the toggles on the left to filter open source PHP Hardware Platforms by OS, license, language, programming language, and project status.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Zenflow- The AI Workflow Engine for Software Devs Icon
    Zenflow- The AI Workflow Engine for Software Devs

    Parallel agents. Multi-agent orchestration. Specs that turn into shipped code. Zenflow automates planning, coding, testing, and verification.

    Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
    Try free now
  • 1

    Linux GPIB Support

    Linux GPIB Driver package (source)

    The Linux GPIB Package is a support package for GPIB (IEEE 488.2) hardware. The package contains a development environment consisting of a GPIB library written in C, kernel driver modules, and bindings for several other languages.
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • 2
    BRL-CAD

    BRL-CAD

    Open Source Solid Modeling CAD

    BRL-CAD is a powerful cross-platform constructive solid geometry solid modeling system that includes an interactive geometry editor, ray-tracing for rendering & geometric analyses, network distributed framebuffer support, image & signal-processing tools.
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 3
    Gammu

    Gammu

    Cellular manager for mobile phones/modems

    Gammu is a cellular manager for mobile phones/modems. It contains libraries and functions for ringtones,logos,phonebook,SMS,etc. (used by external software), a command line version (with backup/restore) and SMS gateway (with MySQL and PostgreSQL supp
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4
    owfs and owhttpd

    owfs and owhttpd

    Project moved to https://github.com/owfs/owfs/

    Please note that OWFS source code, and all Issue/Tickets/merge requests have now been moved to https://github.com/owfs/owfs/. Developer mailing lists will still be kept at Sourceforge. ---- OWFS -- 1-Wire file system. Use the Dallas 1-Wire and iButton chips with standard filesystem commands. Create temperature loggers. Monitor everything. OWHTTPD -- same system, only used as a light weight web server. OWFS is also ported to embedded routers, Mac OSX and Windows. Basically you can use these inexpensive little sensors and other chips with very simple wiring to sense and control the physical environment. The interface is very flexible -- everything from a web browser, to read and writing directly to the chip's "file" to integrating with your programs -- even over the internet. There is a growing number of 1-wire sensors: temperature, voltage, humidity, light, ultraviolet, pressure, thermisters, thermocouples, programmable microcontrollers, relays, lights, LCD panels, etc
    Downloads: 3 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    Web-based hardware/software inventory management for Windows, Linux, BSD computers. H-Inventory provides incident and intervention management, user and network management, network maps, services monitoring and application deployment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    IRM is a Web-based asset tracking and trouble ticketing system built for IT departments and helpdesks. It keeps detailed information on both hardware and software, including each computer and network device in your organization.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    This is an opensource project for the calculation of the mathematical constant Pi. If you are a mathematician or programer please contribute ideas or code for this project. Non professionals are also welcome to contribute.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    UTS: Unified Telescope System. A modular system for controlling astronomical observatories.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    An OpenSource software (ApaciLinux) that allows to run a PHP Server to control a device connected through the serial port
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-First Supply Chain Management Icon
    AI-First Supply Chain Management

    Supply chain managers, executives, and businesses seeking AI-powered solutions to optimize planning, operations, and decision-making across the supply

    Logility is a market-leading provider of AI-first supply chain management solutions engineered to help organizations build sustainable digital supply chains that improve people’s lives and the world we live in. The company’s approach is designed to reimagine supply chain planning by shifting away from traditional “what happened” processes to an AI-driven strategy that combines the power of humans and machines to predict and be ready for what’s coming. Logility’s fully integrated, end-to-end platform helps clients know faster, turn uncertainty into opportunity, and transform the supply chain from a cost center to an engine for growth.
    Learn More
  • 10
    This program works on command line and helps people to upgrade and recover their D-Link's modems. It's stand-alone and doesn't require web-servers or other stuffs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The B.A.U. (BinGO! Admin Util) is a small PHP-program under GPL to change the default interface and WAN partner of the BinTec BinGO! router. Most times it will be used to switch from one ISP to another very fast. It can be used under every OS supporting a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BlueXare Bluetooth Broadcasting System is aimed to provide a content spreading platform. It is formed by a specific GNU/Linux distro, a Bluetooth broadcasting daemon, a Bluetooth service point architecture design and a set of system managent tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a distributed hardware inventary system. Is designed for Companies which have its hardware distributed along different locations (ie branchs). Some of its features are: 5 different user levels, authorization requests , reports, warranties etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Linux based client software and a set of AVR microcontroller devices that support the SportIdent electronic punching system used in orienteering. Clients send card data to a PHP/SQL web application, that serves as full featured event software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HttpKernel Component

    HttpKernel Component

    A structured process for converting a Request into a Response

    The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal. Every HTTP web interaction begins with a request and ends with a response. Your job as a developer is to create PHP code that reads the request information (e.g. the URL) and creates and returns a response (e.g. an HTML page or JSON string). Typically, some sort of framework or system is built to handle all the repetitive tasks (e.g. routing, security, etc) so that a developer can build each page of the application. Exactly how these systems are built varies greatly. The HttpKernel component provides an interface that formalizes the process of starting with a request and creating the appropriate response. The component is meant to be the heart of any application or framework, no matter how varied the architecture of that system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IT Inventory is a web based system for inventorying computers and other IT based equipment. You can also track repair orders for computers. The inventory system is PHP based with MySQL databases. Copyrighted under the GPLv3 License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Your own portable PC system built by integrating existing Open Source components. This mobile metasystem utilizes the internet's web hosting resources and is accessed via any web browser enabled appliance from your home, work, school, library, cafes, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    There are different files supplied. One program for webcam controlling inline with the orginal idé. And different help classes if you would like to do something yourself. Also a general package of classes to communicate with the RS232 port.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Linux-MP3Box helps building the soft- and hardware to convert an old CD-Player into a network-enabled, web-administered MP3-Station.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Linux-Hardware-Guide

    Linux-Hardware-Guide

    Linux Hardware Compatibility Database

    The Linux-Hardware-Guide provides a database of hardware components and investigates the Linux compatibility of the equipment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MDF is microkernel operating system. Module architecture minimalistic design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MachDB is machine database to catalog of the changing state of your hosts. It consists of a database, an aggregator, an XML spec and some example information gathering scripts. Along with a Web UI, these form the basis of a system that will allow you to
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project intends to build a complete CallerID-function for home- or small buisniess environments. It depends on simple hardware which everyone can build. It will present the incomming call's number on every workstation on the network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PHP interface to the X10 firecracker module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Pinball Machine Reverse Engineering Kit (PMREK) includes source code for a Linux 2.6 kernel module and a user program to control Bally pinball machines manufactured between 1977 and 1985 via memory-mapped I/O.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next