Open Source PHP Scientific/Engineering Software for Mac

PHP Scientific/Engineering Software for Mac

View 380 business solutions

Browse free open source PHP Scientific/Engineering Software for Mac and projects below. Use the toggles on the left to filter open source PHP Scientific/Engineering Software for Mac by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 1
    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: 129 This Week
    Last Update:
    See Project
  • 2
    ScadaBR

    ScadaBR

    Open source SCADA

    We are now on GitHub: https://github.com/ScadaBR/ScadaBR ScadaBR is a SCADA (Supervisory Control and Data Acquisition) system with applications in Process Control and Automation, being developed and distributed using the open source model.
    Leader badge
    Downloads: 109 This Week
    Last Update:
    See Project
  • 3
    The Open ISES Project
    Open Information Systems for Emergency Services (Open ISES) is a community of software developers, paramedics, EMTs, law enforcement & fire fighters working together to create open source software & training materials for the emergency service community.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 4
    OpenSeaMap
    OpenSeaMap's goal is to add nautical and tourism information a sailor could be interested in to OSM (OpenStreetMap) and to present it in a pleasing way. Those include beacons, buoys and other seamark and port information.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    CARE2X - Integrated Hospital Info System
    Integrated Hospital Information System. PHP,mySQL,PostgreSQL. Surgery, Nursing,Outpatient,Wards,Labs, Pharmacy, Security,Admission,Schedulers, Repair, Communication & more. Multilanguage, WYSIWYG forms, userconfig, embedded workbots. Modular & scalab
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    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: 10 This Week
    Last Update:
    See Project
  • 7
    IncrediBots
    Build custom robots in your browser with IncrediBots! Design your robot by drawing shapes, joints, motors, and more! Then, pilot your machine using your own custom key bindings. NOTE: OPEN SOURCE VERSION CAN BE DOWNLOADED FROM "FILES" TAB!
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    open-lims

    open-lims

    The Open-Source Laboratory Information Management System

    Open-LIMS (Laboratory Information Management System) is an organism independent project management suite for biological projects. It contains management for projects, samples and their related data.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9

    OpenVigil

    Open pharmacovigilance data extraction, mining and analysis tool

    OpenVigil provides a webinterface to analyse pharmacovigilance data, i.e., spontanous or systematic collections of treatments (drugs) and observed adverse events ("drug side effects"). FDA Adverse Event Reporting System (AERS) and other pharmacovigilance data (e.g., Canadian or German) are supported. The OpenVigil web-based analysis tools offer several analysis modes like extraction, filtering, mining of data and analyses via measurements of disproportionality like proportional reporting ratio or reporting odds ratios) and export to spreadsheets programs like Microsoft Excel or statistics programs like R. OpenVigil 1 operates on raw data, OpenVigil 2 on cleaned data (using drugbank.ca and drugs@FDA), OpenVigilFDA uses the official FDA online API. OpenVigil 2 supports query for ATC codes or certain chemical moieties. Other tools of the OpenVigil project include a calculator for measurements of disproportionality for a 2x2 contingency table and a drugname mapper using RxNorm.
    Downloads: 28 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    Google Translate PHP

    Google Translate PHP

    Free Google Translate API PHP Package

    A simple and effective PHP library for translating text using Google Translate without needing an API key. It allows developers to integrate real-time translation features into their applications with minimal setup and supports multiple languages, leveraging Google Translate’s unofficial endpoint.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    PHP FIG Simple Cache PSR
    This repository holds all interfaces related to PSR-16. Note that this is not a cache implementation of its own. It is merely an interface that describes a cache implementation. You can find implementations of the specification by looking for packages providing the psr/simple-cache-implementation virtual package. Caching is a common way to improve the performance of any project, making caching libraries one of the most common features of many frameworks and libraries. Interoperability at this level means libraries can drop their own caching implementations and easily rely on the one given to them by the framework, or another dedicated cache library. PSR-6 solves this problem already, but in a rather formal and verbose way for what the most simple use cases need. This simpler approach aims to build a standardized streamlined interface for common cases. It is independent of PSR-6 but has been designed to make compatibility with PSR-6 as straightforward as possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Free CMMS(computerized maintenance management system) is a web application for industrial maintenance departments to manage work orders, preventative maintenance, parts inventory, labor, and equipment.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 13
    Generic Model Organism Database Project
    GMOD is a set of interoperable open source software components for visualizing, annotating, and managing biological data. See http://gmod.org for more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    A PHP and JavaScript Web mapping framework and demo application for MapServer (see http://mapserver.gis.umn.edu) based on MapScript/PHP.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    refbase - Web Reference Database

    refbase - Web Reference Database

    Online bibliographic manager for research groups. Zotero-compatible.

    refbase is a web-based bibliographic manager which can import and export references in various formats (including BibTeX, Endnote, MODS XML, and OpenOffice). It can make formatted lists of citations and offers powerful searching, rich metadata, and RSS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Web-based Electronic Laboratory Notebook (ELN) with integrated Chemical Inventory by the group of Prof. Goossen (TU Kaiserslautern, Germany), based on PHP/MySQL. Allows (sub-)structure search, reaction planning, management of spectra and literature.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 17
    A simple command to convert calendar dates to julian dates. Quite useful in timing situations where you need elapsed time between dates. Also useful for astronomy applications.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 18

    Web based bibliography management system

    PHP based web bibliography management system

    Aigaion is a php/mysql based multi-user system for managing annotated bibliographies. It allows the user(s) to order publications in a self-chosen (overlapping) topic structure, offers BibTex and RIS import and export and has an intuitive user interface. Currently looking for contributors and co-maintainer(s) to handle planned upcoming releases. Check http://www.aigaion.de for more. Support and Documentation can be found at http://www.aigaion.de.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    The Dictionary System
    The application Dictionary System (DS) is a web application designed for creation of one-way bilingual dictionaries or encyclopaedias offering a working environment for creation of a dictionary and a web page which enables the general public to search in the dictionary. It is so-called DWS application (Dictionary Writing System) or DPS (Dictionary Production / Publishing System). Aplikace Dictionary System (dále DS) je webová aplikace. Je to tzv. DWS aplikace (Dictionary Writing System) nebo také tvz. DPS (Dictionary Production/Publishing System). Aplikace Dictionary System nabízí pracovní prostředí pro tvorbu jednosměrných dvojjazyčných slovníků nebo encyklopedií a webové stránky, které umožňují vyhledávat ve slovníku široké veřejnosti.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    FormRead

    FormRead

    Free OMR - OCR web sofware based on javascript and PHP

    https://formread.org FormRead is a completely free OMR (optical mark recognition) web software for scanning and grading user-filled, multiple choice forms. Create your formats with any of your office or drawing tools, scan them and parameterize their coordinates in an easy way. Once you have parameterized your form, you can print many of them, give it to your students/respondents, scan and recognize them with formread, and you can finally export the data in your preferred formats (excel, pdf, csv)
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    Halo extension to Semantic MediaWiki SMW

    Halo extension to Semantic MediaWiki SMW

    The Halo extension extends MediaWiki and Semantic Mediawiki

    Semantic web technologies and wiki paradigms are combined with advanced user interfaces for browsing, editing and maintenance. SMW+ Community edition: Installer includes PHP, MySQL, MW, SMW and Halo extension Community and User Manuals on http://www.smwplus.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    ComCom is a PC building engine which handles all inter-part compatibility considerations. Junior Project by Jack Kelly, 2007.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Important information!!! The Mapbender project moved under the roof of the Open Source Geospatial Foundation at http://www.osgeo.org/. All downloads and information are linked from the project site at http://www.mapbender.org/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Simplex-in-PHP are PHP scripts that solve small linear programming and integer linear programming problems executing the simplex method step by step, printing the tableau and drawing the graphical analysis. Useful for students in Operational Research
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Release 1 of BroadBit Test Tool (BTT) offers the power and efficiency of TTCN testing; all software testing engineers can add this platform independent tool it into their toolbox. Training support is available through training@broadbit.com.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.