Showing 1182 open source projects for "php scripts"

View related business solutions
  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 1
    PHP_CodeSniffer

    PHP_CodeSniffer

    Tokenize PHP files and detects violations of coding standards

    PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent. PHP_CodeSniffer requires PHP version 5.4.0 or greater, although individual sniffs may have additional requirements such as external applications...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    DB Dumper

    DB Dumper

    Dump the contents of a database

    DB Dumper is a simple PHP library for creating database dumps of MySQL, PostgreSQL, and SQLite databases. It provides a fluent, expressive API that lets developers configure backup paths, credentials, and additional options. DB Dumper is ideal for integrating automated backups into Laravel or other PHP-based applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    MadelineProto

    MadelineProto

    Async PHP client/server API for the telegram MTProto protocol

    ... file id/object support (even for users)! A Lua binding, a lua wrapper for td-cli scripts, Secret chats, MTProto 2.0, PFS, PFS in secret chats. MadelineProto can do everything official clients can do, and more! MadelineProto requires the mbstring, xml, json, fileinfo, gmp extensions to function properly.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Laravel CSP

    Laravel CSP

    Set content security policy headers in a Laravel app

    By default, all scripts on a webpage are allowed to send and fetch data to any site they want. This can be a security problem. Imagine one of your JavaScript dependencies sends all keystrokes, including passwords, to a third party website. It's very easy for someone to hide this malicious behaviour, making it nearly impossible for you to detect it (unless you manually read all the JavaScript code on your site). For a better idea of why you really need to set content security policy headers...
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    YOURLS

    YOURLS

    Your own URL shortener

    YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or Bitly). Running your own URL shortener is fun, geeky and useful: you own your data and don't depend on third-party services. It's also a great way to add branding to your short URLs, instead of using the same public URL shortener everyone uses. Private (your links only) or Public (everybody can create short links, fine for an intranet). Terrific...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Laravel DataTables Html Plugin

    Laravel DataTables Html Plugin

    Laravel DataTables HTML Builder Plugin

    This package is a plugin of Laravel DataTables for generating dataTables script using PHP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    SimplePie

    SimplePie

    A simple Atom/RSS parsing library for PHP

    SimplePie is a very fast and easy-to-use feed parser, written in PHP, that puts the 'simple' back into 'really simple syndication. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility, and standards compliance. SimplePie is currently maintained by Malcolm Blaney. Get easy access to SimplePie directly from your web browser! We've worked extra hard to ensure that SimplePie is easy to use and easy to understand. That being said, it never...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Elgg

    Elgg

    A social networking engine in PHP/MySQL

    Introducing a powerful open-source social networking engine. Providing you with the core components needed to build a socially aware web application. Elgg is an award-winning open source social networking engine that provides a robust framework on which to build all kinds of social environments, from a campus-wide social network for your university, school or college or an internal collaborative platform for your organization to a brand-building communications tool for your company and its...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Composer Xdebug Handler

    Composer Xdebug Handler

    Restart a CLI process without loading the xdebug extension

    Composer Xdebug Handler is a tool that temporarily disables Xdebug during Composer execution to improve performance. Xdebug significantly slows down PHP processes, and this library ensures that Xdebug is disabled while Composer runs, automatically restoring it afterward. It is particularly useful for developers who need Xdebug for debugging but want faster Composer performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    SiteOne Crawler

    SiteOne Crawler

    SiteOne Crawler is a website analyzer and exporter

    SiteOne Crawler is a very useful and easy-to-use tool you'll ♥ as a Dev/DevOps, website owner or consultant. Works on all popular platforms - Windows, macOS, and Linux (x64 and arm64 too). It will crawl your entire website in depth, analyze and report problems, show useful statistics and reports, generate an offline version of the website, generate sitemaps, or send reports via email. Watch a detailed video with a sample report for Astro. build website. This crawler can be used as a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Laravel Sitemap

    Laravel Sitemap

    Create and generate sitemaps with ease

    ... it in the callable you pass to hasCrawled. You can also instruct the underlying crawler to not crawl some pages by passing a callable to shouldCrawl. You can configure the crawler used by the sitemap generator. The sitemap generator can execute JavaScript on each page so it will discover links that are generated by your JS scripts. You can enable this feature by setting execute_javascript in the config file to true.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    ReflectionDocBlock

    ReflectionDocBlock

    Component of phpDocumentor that provides a DocBlock parser

    The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser that is 100% compatible with the PHPDoc standard. With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock. In order to parse the DocBlock one needs a DocBlockFactory that can be instantiated using its createInstance factory method. Then we can use the create method of the factory to interpret the DocBlock. Please note that it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Restaurant Menu Food Ordering WordPress

    Restaurant Menu Food Ordering WordPress

    This plugin gives you the power to effectively create menus

    Restaurant Menu and Food Ordering plugin for WordPress by MotoPress allows you to create a stylish online restaurant menu that features your menu items and offerings. You can create thematic categories of your menu items and display them in a preferable layout - either list or grid. Add images, tags, ingredients, nutrition info, and other data to make your menu more attractive and informative. Using a free plugin version, you can also enable eCommerce features and sell food and drinks online...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Dev-PHP IDE
    Dev-PHP is a well-featured IDE for PHP. Fast and powerful, it is easy to use and has a lot of cool features : class browser, scripts preview, integration with PHP parsers, PHP-GTK library, and Xdebug of course. Dev-PHP-usb slips even into your pocket.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 15
    XMB Forum - php forum

    XMB Forum - php forum

    php forum, php forum script, forum software, bbs - by XMB Forum

    ... and runs PHP scripts with a MySQL database or MariaDB backend. A great alternative to other forums like PHPBB, SMF, vBulletin, XenForo, Invision, MyBB, bbPress, Vanilla, Discuz.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    m23

    m23

    Your linux deployment tool!

    m23 is a free software distribution system (license: GPL), that installs (via network, starting with partitioning and formatting) and administrates (updates, adds / removes software, adds / removes scripts) clients with Debian, (X/K)Ubuntu and LinuxMint. It is used for deployment of Linux clients in schools, institutions and enterprises. The m23 server is controlled via a web interface. A new m23 client can be installed easily in only three steps. Group functions and mass installation...
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 17
    Dodger-Tools

    Dodger-Tools

    BASH tools and and Debian packages for Linux users and administrators

    The Dodger-Tools are a constantly growing collection of BASH tools and Debian packages for Linux users and administrators.
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 18
    Photoshop GIMP Extensions Installer

    Photoshop GIMP Extensions Installer

    Installs 180 Photoshop and GIMP Brushes, Plugins + Scripts fast

    Photoshop and GIMP Extensions Installer installs + 180 plug-ins, pattern, gradients, curves easy for Photoshop + GIMP with 1 click. Use the Photoshop and GIMP Extensions Installer to choose one or more.... - plugins - brushes - scripts - patterns - gradients ... to install them easily and full-automatically. 1. Choose the version of Photoshop / GIMP 2. Choose a plugin 3. Click on install ++ SYSTEM-Checkup with custom installation folder selection ++ IMPORTER...
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 19
    OSHMI - Open Substation HMI

    OSHMI - Open Substation HMI

    SCADA HMI for substations, IoT and automation applications

    Now with IEC61850 support! This project combines existing open source projects and tools to create a very capable, mobile and cloud-friendly HMI system that can rival proprietary software. This approach makes it possible to join forces of each project (Chromium, SVG/HTML5, PHP, Lua, SQLite, Inkscape, Lib61850, OpenDNP3, Nginx, Vega, PostgreSQL, Grafana,…) to achieve a great set of open, evergreen, modular and customizable tools for building great HMIs for automation projects
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 20
    OK: Free Social Network Platform

    OK: Free Social Network Platform

    Free Social Networking Platform for small private groups

    OK is a social media networking web platform built with PHP scripts, MySQL database, Bootstrap and Javascript. It is completely FREE. It can be used by anyone to create a network of people where the users can share photos, create discussions, like, share and message others. It is built keeping in view the mobile device screens. It is very light, easy to install and set-up.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    SimpleSMDR

    SimpleSMDR

    Simple application to capture and report on Mitel SMD data

    Web based SMDR application that uses Perl scripts to capture streaming SMDR data from Mitel PBXs and stores it in a database. This data is then available via a web interface. Visit http://simplesmdr.sourceforge.net for more info.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22
    QSL-server

    QSL-server

    A set of PHP scripts for creating own QSL-server

    A set of PHP scripts is intended for use by radio amateurs and creating their own QSL server. To create your own QSL server you need to have hosting with PHP, MySQL and an FTP manager for uploading files to the hosting. After downloading the files, launch your QSL server in your browser by entering the address https://your_domain_name/index.php The index script will determine if this is the first time the server is turned on and will redirect you to the installation page. If the server...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    ALMA pyconv

    this is a converter for Python 2 source files

    ... purpose is writing short Tkinter scripts only !) - with or without switched-on identation and with a well built dictionary can be useful for very little projects as a preconverter for pindent.py, using ALMA Python syntax ***********************************
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    phpbcl8

    phpbcl8

    PHP8 Backwards Compatibility Library (phpBCL)

    This package provides functions of newer PHP8 versions for older versions. It provides scripts that implement functions only available in newer PHP versions as functions built-in in the PHP core engine. The parts work in older PHP8 versions. A main script checks the current PHP8 version and loads that implement the functions of newer PHP8 versions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Live Game Server List (LGSL)

    Live Game Server List (LGSL)

    LGSL (Live Game for PHP 5.4-8+: online status for various gameservers

    LGSL (Live Game Server List) for PHP 5.4-8.3+: online status for Discord, FiveM, Rust, CS, SA:MP, GMOD, Minecraft, Source Query, etc.
    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.