Open Source PHP System Software - Page 4

PHP System Software

View 8284 business solutions

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

  • Digital Adoption and User Training - in one solution Icon
    Digital Adoption and User Training - in one solution

    ClickLearn produces the right learning format for any training situation

    ClickLearn captures work processes in enterprise software - and auto-produces learning content in 7 formats and 45 languages, creates a customisable e-learning portal and keeps documentation current with automatic updates.
    Learn More
  • Your Industrial Copilot for Maintenance and Reliability Icon
    Your Industrial Copilot for Maintenance and Reliability

    For organizations looking for a Condition Monitoring and Asset Management solution to avoid machine failures

    Trusted by global brands such as Bosch, Kraft Heinz, Carrier, Hyundai, Johnson Controls, and P&G, Tractian combines condition monitoring, energy efficiency, and a CMMS into a comprehensive, mobile-first solution. With Tractian, you can:
    Learn More
  • 1
    AutoIndex is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories. It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Open Crypto Tracker

    Open Crypto Tracker

    Bitcoin Alts portfolio tracker, email / text / alexa / telegram alerts

    100% FREE / open source / PRIVATE cryptocurrency portfolio tracker. Email / text / alexa / telegram price alerts, price charts, mining calcs, leverage / gain / loss / balance stats, news feeds +more. Privately track Bitcoin / Ethereum / unlimited cryptocurrencies. Customize as many assets / markets / alerts / charts as you want. Over 40 Exchanges / 20 Trading Pairs Supported (exchanges / pairings list at bottom of README.txt): https://tinyurl.com/ct-readme Nearly Unlimited Assets Supported (any on supported exchanges). Demo: https://dragonfrugal.org/open-crypto-tracker MINIMUM specs: 1 Ghz CPU / 512 Mb RAM / Quality 16 Gb MicroSD / Nginx or Apache headless / PHP v7.2+ Debian-based Auto-Install ("Terminal" app in your system menu, or over remote SSH): (RECOMMENDED WAY TO PRIVATELY / CHEAPLY USE APP ON INTERNAL / HOME NETWORK) wget --no-cache -O FOLIO-INSTALL.bash https://tinyurl.com/install-crypto-tracker chmod +x FOLIO-INSTALL.bash sudo ./FOLIO-INSTALL.bash
    Downloads: 16 This Week
    Last Update:
    See Project
  • 3
    LetoDMS

    LetoDMS

    Open Source Document Management System

    LetoDMS is an open-source, web-based document management system (DMS) written in PHP with a database backend. LetoDMS provides document meta-data, version control, security and easy access to your documents.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Cachet

    Cachet

    An open source status page system for everyone

    Cachet is a beautiful and powerful open source status page system designed to improve downtime in a sense that with it, you are able to better communicate downtime and system outages. It’s beautifully crafted not just in design but in code too-- built with Bootstrap 3 it is responsive and works exceptionally on your desktop, tablet or phone. Cachet allows you to schedule maintenance events, setup metrics and update your status page with incidents and component status changes thanks to its simple yet powerful JSON API. It supports over ten languages out-of-the-box and also offers two-factor authentication for extra security.
    Downloads: 1 This Week
    Last Update:
    See Project
  • All-Inclusive Salon Software and Spa Software Icon
    All-Inclusive Salon Software and Spa Software

    Ideal for resorts, spas, and salons of any size.

    Purpose-built for salons, spas, and resorts, the ProSolutions Software suite offers a robust set of features and tools to help meet the ever-evolving needs of their clients. Customizable and all-inclusive, ProSolutions Software provides automated marketing, social analytics, unlimited reports, mobile apps, appointment book, client management, point of sale, inventory, DARCI (a personal assistant), online retail, online appointments, online gift cards/certificates, and so much more.
    Learn More
  • 5
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy() makes a copy of a single file (use mirror() to copy directories). If the target already exists, the file is copied only if the source modification date is later than the target. This behavior can be overridden by the third boolean argument. touch() sets access and modification time for a file. The current time is used by default. You can set your own with the second argument. The third argument is the access time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    GitHub search with Manticore Search

    GitHub search with Manticore Search

    Demo: GitHub search with Manticore Search

    GitHub search with Manticore Search. The Manticore GitHub Issue Search tool allows users to search through GitHub issues using Manticore Search, a powerful full-text search engine designed for large datasets and real-time processing. It integrates Manticore's capabilities with GitHub to offer fast and efficient searches within repositories.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Laravel Backup

    Laravel Backup

    A package to backup your Laravel app

    This Laravel package creates a backup of your application. The backup is a zipfile that contains all files in the directories you specify along with a dump of your database. The backup can be stored on any of the filesystems you have configured. The package can also notify you via Mail, Slack or any notification provider when something goes wrong with your backups. Feeling paranoid about backups? Don't be! You can backup your application to multiple filesystems at once. Once installed, making a backup of your files and databases is very easy. In addition to making the backup, the package can also clean up old backups, monitor the health of the backups, and show an overview of all backups. If you need to backup multiple servers, take a look at our laravel-backup-server package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    LogViewer

    LogViewer

    Provides a log viewer for Laravel

    This package allows you to manage and keep track of each one of your log files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PHP OAuth 2.0 Server

    PHP OAuth 2.0 Server

    A spec compliant, secure by default

    league/oauth2-server is a standards compliant implementation of an OAuth 2.0 authorization server written in PHP which makes working with OAuth 2.0 trivial. You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them. The latest version of this package supports PHP 7.2, PHP 7.3, PHP 7.4, PHP 8.0. The openssl and json extensions are also required. All HTTP messages passed to the server should be PSR-7 compliant. This ensures interoperability with other packages and frameworks. The library uses PHPUnit for unit tests. We use Github Actions, Scrutinizer, and StyleCI for continuous integration. In order to prevent man-in-the-middle attacks, the authorization server MUST require the use of TLS with server authentication as defined by RFC2818 for any request sent to the authorization and token endpoints. The client MUST validate the authorization server’s TLS certificate as defined by RFC6125.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Terranova Security Awareness Platform Icon
    Terranova Security Awareness Platform

    For businesses looking for a powerful Security Awareness Training solution

    Avoid data breaches with customizable, affordable cyber security awareness training solutions.
    Learn More
  • 10
    PSR Log

    PSR Log

    An interface that describes a logger

    The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object and write logs to it in a simple and universal way. The LoggerInterface exposes eight methods to write logs to the eight RFC 5424 levels (debug, info, notice, warning, error, critical, alert, emergency). Every method accepts a string as the message, or an object with a toString() method. Implementors MAY have special handling for the passed objects. If that is not the case, implementors MUST cast it to a string. The interfaces and classes described as well as relevant exception classes and a test suite to verify your implementation are provided as part of the psr/log package. Note that this is not a logger of its own. It is merely an interface that describes a logger. You can pick one of the implementations of the interface to get a logger. If you want to implement the interface, you can require this package and implement Psr\Log\LoggerInterface in your code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Phoniebox

    Phoniebox

    A Raspberry Pi jukebox, playing local music, podcasts, web radio

    Phoniebox is a contactless jukebox for the Raspberry Pi, that plays audio files, playlists, podcasts, web streams, and Spotify triggered by RFID cards. All plug and play via USB, no soldering iron needed. It also features GPIO button control support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    The Indian Linux Project Goal is to build a Indian language enabled Linux distro & applications with support for Indian Languages
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 13
    PHPfileNavigator
    PHPfileNavigator is a PHP Open Source Web File Manager. Easy to install and use. All in CSS and Valid XHTML 1.1, allow manage all possibilities with files and folders.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Netdeep Secure Firewall

    Netdeep Secure Firewall

    Next Generation Open Source Firewall

    Netdeep Secure is a Linux distribution with focus on network security. Is a Next Generation Open Source Firewall, which provides virtually all perimeter security features that your company may need. It offers Web content filters, ensuring better performance of the network, allowing users to use the service efficiently and securely, providing a deep control of the use of the Web access service, blocking access to unwanted websites, Virus, Spam, Applications and intrusion attempts. Its configuration is made entirely by the web interface.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 15
    MineOS+
    MineOS+ is a Tinycore Linux based distro designed solely to host Minecraft Servers. The original MineOS was created by William Dizon aka Hexparrot on the Minecraft forums. MineOS+ is a continuation of his work.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    This script is made for people who use cPanel. Its purpose is to give access to cPanel (including webmail and WHM) at port 80 by acting like a proxy. (For people behind strict firewalls.) It can be installed by server owner, reseller or end-users. Someon
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    Encode Explorer is an easy-to-use php script to use as an index file. It shows files in the server and lets you browse through folders, upload files etc. It is kept small and neat so that the source can be used for learning.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    MeanOS

    MeanOS

    The smallest and the most powerful operating system.

    The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS is specifically designed to support both Brave and Tor but is compatible with all other major browsers. Mean OS is Proud to be a BRAVE and TOR supporter, be free!!
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19

    TemplateLite

    A small fast Template Engine for PHP, without a huge framework.

    Template Lite is a very fast, small HTML template engine written in PHP. The engine supports most of the Smarty2 template engine functions and filters. This template engine is no longer a Smarty Replacement. But is still similar to Smarty. The new TemplateLite3 is currently in the works and has a new parser and compiler structure along with a modified syntax. The new TemplateLite is not 100% backward compatible for the templates but, the usage from php should be. Version 2 will still receive bug fixes until v3 is production stable and out performs v2.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    pbboard

    pbboard

    PBBoard - Free and Open Source Forum Software

    Program PBBoard is interactive Forum management program Dialogic Free classified as free software and open source, is located under the GNU GPL, is written in PHP and based on MySQL database engine And PBBoard now in its third generation version 3.0, this version includes integration between design standard High-level as well as high security, as well as multi-language interface and empowerment Full of multiple databases for planning modulating complete with a lack of effort on servers. https://pbboard.info
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21

    TAC-PLUS

    TACACS+ server for network devices

    Free TACACS+ (tac_plus) engine (written in C++) and webui (PHP) allows network administrators to limit access to network devices. This project (tacplus/webui) use to be on www.networkforums.net. New and improved features been added since the last release on old website. ** New Release of WebUI ** Improved useability More searching capabilities in reports
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    Easy-HotSpot

    Easy-HotSpot

    A super easy WiFi hotspot user management utility for Mikrotik router

    Easy HotSpot, A super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices and works using the PHP PEAR2 API client by boenrobot. This PHP/MySql/Bootstrap based package can be installed in any supporting OS in a local webserver of the client or in any internet based webservers of choice. Put the contents/source code in the root or in a sub folder of the host/domain, as required. A MySql database need to be created in order to work, but the package will create the database, if one doesn't exist on initialisation. The details of the database need to be given in the dbconfig.php file by editing it. The details of the router device also need to be entered in the config.php file prior to operations. A preliminary visual documentation is available at http://hotspot.zetozone.com Easy HotSpot is suitable for WiFi hotspots of any size and capacity, but equipped with a MikroTik routerOS based device.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 23

    svn-access-manager

    Administer Subversion repository access rights easily

    SVN Access Manager is a powerful tool for managing access to subversion repositories. The tool provides user and group management and access rights (read/write) to dedicated paths in a repository as well.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    Life

    Life

    Linux for Education based on Ubuntu MATE

    Li-f-e: Linux for Education. A free Linux distribution for education.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    Netflow

    Netflow

    free netflow analyzer

    This is a set of perl and php scripts that are used to collect, process, store and display netflow data.
    Downloads: 14 This Week
    Last Update:
    See Project
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.
OSZAR »