Showing 5508 open source projects for "php support system"

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

    RCRT Injected

    Stock Ubuntu flavor ISOs injected with the RCRT Preempt RT Kernel

    We know Linux users like specific Window Manager Interfaces, and familiar tools. That's why we took 4 popular official Ubuntu flavor ISOs, and put our custom Preempt RT Kernel on them. It's all about making it easier for you to try, and hopefully consider using our kernel in one of your projects, or on your workstation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Simply-Scripted Backup

    Simply-Scripted Backup

    Lightweight utility for performing backups, with scripting capability

    Simply-Scripted Backup is a lightweight utility for performing backups. It does a straight copy of files and folders (when the source is newer than the backup) and optionally stores the old backup file versions under a time-stamped folder. It can also clean the backup by deleting (or optionally moving to a time-stamped folder) files and folders that no longer appear in the source. As an additional feature, the backup can be compared with the source, including a byte-for-byte comparison...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    liblabpro

    Open-source access to Vernier LabPro devices

    liblabpro is a cross-platform C library for controlling and collecting data from Vernier LabPro devices. It is currently in an early work-in-progress stage and is not affiliated with Vernier in any way. As a test case, it also includes a basic program, labpro-console, for communicating with a LabPro using its plaintext command system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Aquila OS

    Aquila OS

    AquilaOS: UNIX-like Operating System

    Aquila is a minimalist operating system kernel written in C++ from scratch, aiming to offer a clean and understandable implementation of low-level OS concepts. Designed for x86_64 systems, Aquila includes its own bootloader and supports protected mode operations. It features a modular architecture with components for memory management, interrupts, and basic task scheduling. As a learning tool or hobby OS project, Aquila focuses on clarity, with an emphasis on educational documentation and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    MultiBootUSB

    MultiBootUSB

    Create multiboot live Linux on a USB disk

    MultiBootUSB is a cross platform* software/utility to create multi boot live Linux on a removable USB disk. It is similar to UNetbootin but many distros can be installed, provided you have enough space on the disk. MultiBootUSB also provides an option to uninstall distro(s) at any time, if you wish.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6

    Tiny i8080 emulator

    Customized C# Intel 8080 emulator

    A new customized version of the very good project called "C# Intel 8080 emulator" by simontoft. Needs to be completed to run CP/M. Please support this project by donating to this fundraiser: ------------------------------------------- Give birth to new travel bicycles!!! https://gofund.me/2201d2a4 -------------------------------------------
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SlimSync

    Java library for file synchronization

    Java programming library for synchronization. It works with local file system as well as with remote repositories/filesystem over various protocols (HTTP, SSH, ...). Can be easily extended to support other types of protocols. Currently it supports local file systems and WebDAV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    an implementation of the Inflate decompression algorithm corresponding to deflate compression as used by gzip and compatible with RFC 1951 Written in Z80 assembly language, with memory paging support for the Sam Coupe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Accent Tool Suite

    Accent Tool Suite

    Accent interfaces and controls systems through goals and policies

    Accent (Advanced Component Control Enhancing Network Technologies) is a comprehensive tool suite that interfaces a variety of communications systems and allows these systems to be controlled through goals (high-level user aims) and policies (lower-level system rules). Accent has been applied to the domains of: o Call Control: for telecommunications, particularly call control in Internet telephony o Home Care: for home automation and telecare, particularly for domestic appliances and devices to support home care o Sensor Networks: sensor networks, particularly managing wind farms However, the approach is generic and extensible for managing other kinds of systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 10
    PEBuilder

    PEBuilder

    Build a custom Windows PE disk with a easy to use GUI interface.

    Build a custom Windows PE disk with a easy to use GUI interface. PEBuilder is an application that allows you to build a PE image the way you want it. You can enable PowerShell and other components with a simple click of a check box. You can also add your own compatible application right to the image. To access more advanced features you can use the build in PowerShell script the further customize your image. Requirements ADK 1709 - Will be installed on first build .Net 4.0 or higher...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple Digital Signage

    Simple Digital Signage

    For Raspberry Pi 3B and 3B+

    For Raspberry Pi 3B and 3B+
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SLFS

    Simple Log Structured Filesystem for Linux

    SLFS is a implementation of log-structured file system designed for flash memory based storages(SSD, SD card, eMMC, …). Like other log-structured file systems, SLFS shows good performance under random write. <Build> 1. deploy SLFS source code at your Kernel Source # tar xzf slfs.tar.gz # mv slfs KERNEL_SRC/fs/. # vi KERNEL_SRC/fs/Makefile (add following line) obj-$(CONFIG_SLFS_FS) += slfs/ # vi KERNEL_SRC/fs/Kconfig (find section “MISC_FILESYSTEMS” and add following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Logger

    Logger

    Simple, pretty and powerful logger for android

    Logger is a simple, pretty and powerful logger for android. It provides a number of options and features. String format arguments are supported, as well as collections (only available for debug logs). Also, it features Json and Xml support (output will be in debug level). Log adapter checks whether the log should be printed or not by checking the log adapter function. If you want to disable/hide logs for output, override isLoggable method. The command "true" will print the log message,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    SriOS

    SriOS

    Enterprise Business Operating System

    SriOS is a Business Operating System suitable for use by all business and in their operations. The System is built using Centos, LAMP and various other applications. The customised system installer, installs a prebuilt and pre-tested applications and pre-configures the applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RabbieOS

    RabbieOS

    Reductively Architected Breviloquently Built Information Environment

    An ambitious project designed to workaround many of the limitations of conventional web and database services. Fast lightweight database-web server primarily targeting virtual environments. Run up to ten or twenty times more independent virtual guests per hypervisor than Linux or Windows Secure, isolated, non-extensible API is opaque to hackers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FreeFileSync

    FreeFileSync

    Free data backup software to synchronize files and folders

    FreeFileSync is a free Open Source software that helps you synchronize files and synchronize folders for Windows, Linux and macOS. It is designed to save your time setting up and running data backups while having nice visual feedback along the way. _______________________________________________________________ DOWNLOAD LINKS (official homepage): https://freefilesync.org/
    Downloads: 67 This Week
    Last Update:
    See Project
  • 17
    openCONFIGURATOR Eclipse Plugin

    openCONFIGURATOR Eclipse Plugin

    An eclipse plugin for the openCONFIGURATOR configuration tool

    Eclipse update site: http://sourceforge.net/projects/eclipse-plugin.openconf.p/files/update-site/ KNOWN ISSUE WITH THE UPDATE SITE DUE TO SOURCEFORGE ENCRYPTION POLICIES: If you experience problems with the SSL handshake during update please refer to http://gnuarmeclipse.github.io/blog/2017/01/29/plugins-install-issue/ Install via Eclipse marketplace: https://marketplace.eclipse.org/content/ethernet-powerlink-openconfigurator The project provides a plugin for the...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    Exchange EWS Tool
    ExEWSTool is a tool for Exchange administrator or a normal user to export one user’s calendar or contacts. It is very easy to use. Prerequisite: 1. .net Framework 4.5.2 or higher. 2. EwsManagedAPI 2.2. https://www.microsoft.com/en-hk/download/details.aspx?id=42951 3. Support Exchange server 2010 and 2013. Guide: 1. If you want to get and export your own calendar and contacts, just input your own username(user01), password(your mailbox password), domain(abc.com), email...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Quick-Save-Live

    Quick-Save-Live

    Quick Safety and Rescue System

    ...It does not support ENCRYPTED DRIVES at the moment. Do not use it. 2. If the external drive has a ownership aware filesystem, like for eg. ext2/3/4, then the copy happens as ROOT without any interruption. You may change it later using sudo privileges and the chown -R command. Note: To Shutdown the System properly, Click Exit Button on the Bottom of Desktop and Click OK to popup dialog.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    ISOtoUSB

    ISOtoUSB

    Burn a ISO file to a USB drive

    ISOtoUSB is a simple tool that allows you to burn a ISO file to a attached or removable drive. The tool allows you to format the drive to either NTFS or FAT32. NOTE: only works on windows 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Minibian-wifi

    Minibian-wifi

    Minimal ( 512MB / 1GB) wifi Raspbian-based image for Raspberry Pi

    MINIBIAN is a minimal Raspbian-based Linux image for Raspberry Pi that fits on a 1GB SD card. https://sourceforge.net/p/minibian This is a version of MINIBIAN with wifi support already added. Created due to the need to use MINIBIAN with model A Pi's which have no ethernet. - will auto connect to any open wifi - fits on a 1GB SD card - 15 second boot - 31meg RAM used - includes drivers for realtek and ralink wifi chipsets SSH enabled: login/pw: root/raspberry To add your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    IT KASM

    IT KASM

    IT Management Tool for managing IT operational functions

    Throw IT in the KASM - LIVE DEMO is online - http://demo.itkasm.com The IT KASM is a management tool (and framework) to manage almost anything in an IT organization. If you can think it, IT KASM can probably manage it. In the fast pace world of IT as a service organization, IT Professionals need to provide quick and accurate information, support, and service. IT KASM is extremely easy to use, full UI, easy to set up in minutes. The IT KASM is all about speed, functionality,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 24
    FastRoute

    FastRoute

    Fast request router for PHP

    This library provides a fast implementation of a regular expression-based router. Firstly, while writing a PHP extension is obviously a lot of fun, it is unlikely to be particularly beneficial in terms of performance unless the code involves computations in tight loops. Porting “normal” components like routers to C is usually a big waste of time. You can get much better results by doing a few small improvements on the algorithmic side. For the same reason I’m not a big fan of things like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    Elaborate Visual Studio .vcxproj / .vcproj projects to CMakeLists.txt converter, enabling Makefile or Ninja or IDE builds, i.e. full multi-platform CMake functionality (Linux, Mac, Windows...). Live Update capability: supports side-by-side tracking of evolving original proj files, within build tree!! Script hooks for static CMake defs, powerful definition-to-variable mapping. Access to project data content is via git repository _only_ (it's a developer infrastructure project, thus...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB