Showing 30 open source projects for "redirect"

View related business solutions
  • Free Website Monitoring Service | UptimeRobot Icon
    Free Website Monitoring Service | UptimeRobot

    The free online uptime monitoring service with an App is available for iOS and Android.

    With the Free Plan, you can monitor up to 50 URLs, check for a website's content (using the keyword monitor), ping your server or monitor your ports in 5-minute intervals. You can create a status page to showcase your uptime. SMS or Call alerts can be bought anytime.
    Learn More
  • EHS Software and Management System Icon
    EHS Software and Management System

    ERA offers the only full EHS&Q platform with advanced automation to drive your complete compliance.

    ERA Environmental Software Solutions develops web-based EHS management software for small, medium, and large manufacturers needing to comply with federal, provincial, and state regulations, monitor their air, water, and waste emissions and other environmental outputs, author and manage Safety Data Sheets (SDS) in more than 40 languages, or standardize their Health and Safety procedures for incident and inspection tracking, training delivery, and audit management. The platform also supports comprehensive reporting for programs like TRI, Tier II, Title V, NEI, and NPRI. Companies across the automotive, aerospace, general manufacturing, and paints and coatings industries, to name a few, rely on ERA’s all-in-one, SOC 2 Type II certified SaaS for complete coverage of their EHS needs.
    Learn More
  • 1
    Joomla

    Joomla

    Award-winning content management system

    Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It is very easy to use, stable and secure, with thousands of free extensions and templates.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Laravel Multilingual Routes

    Laravel Multilingual Routes

    A package to handle multilingual routes in your Laravel application

    A package to register multilingual routes for your application. To detect and change the locale of the application based on the request automatically, you can add the middleware to your app/Http/Kernel. It must be the first item in the web middleware group.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    ActivityPub

    ActivityPub

    ActivityPub for WordPress

    Enter the fediverse with ActivityPub, broadcasting your blog to a wider audience! Attract followers, deliver updates, and receive comments from a diverse user base of ActivityPub-compliant platforms. With the ActivityPub plugin installed, your WordPress blog itself functions as a federated profile, along with profiles for each author.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    jQuery DataTables API for Laravel

    jQuery DataTables API for Laravel

    jQuery DataTables API for Laravel

    ...To enable debugging mode, just set APP_DEBUG=true and the package will include the queries and inputs used when processing the table. Please avoid using php artisan serve when developing with the package. There are known bugs when using this where Laravel randomly returns a redirect and 401 (Unauthorized) if the route requires authentication and a 404 NotFoundHttpException on valid routes.
    Downloads: 8 This Week
    Last Update:
    See Project
  • The ultimate digital workspace. Icon
    The ultimate digital workspace.

    Axero Intranet is an award-winning intranet and employee experience platform.

    Hundreds of companies and millions of employees use Axero’s intranet software to communicate, collaborate, manage tasks and events, organize content, and develop their company culture.
    Learn More
  • 5
    Laravel Socialite

    Laravel Socialite

    Laravel wrapper around OAuth 1 & OAuth 2 libraries

    Laravel Socialite provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing. Laravel Socialite provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Routing Component

    Routing Component

    Maps an HTTP request to a set of configuration variables

    When your application receives a request, it calls a controller action to generate the response. The routing configuration defines which action to run for each incoming URL. It also provides other useful features, like generating SEO-friendly URLs (e.g. /read/intro-to-symfony instead of index.php?article_id=57). Routes can be configured in YAML, XML, PHP or using either attributes or annotations. All formats provide the same features and performance, so choose your favorite. Symfony...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    PSR-7

    PSR-7

    PSR-7 HTTP message library

    ...The CachingStream is used to allow seeking over previously read bytes on non-seekable streams. This can be useful when transferring a non-seekable entity body fails due to needing to rewind the stream (for example, resulting from a redirect). Data that is read from the remote stream will be buffered in a PHP temp stream so that previously read bytes are cached first in memory, then on disk.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8

    url-checker-php-sdk

    Official PHP SDK for the EmailVeritas URL Checker API

    ...It enables developers to classify and analyze URLs directly from PHP applications using simple methods for URL Lookup and URL Scan. Lightweight and dependency-free, the SDK performs redirect-chain, WHOIS, and HTML metadata analysis. Composer support makes integration seamless with PSR-4 autoloading. Ideal for CRMs, contact forms, and security dashboards. Features: • Real-time phishing detection • URL Lookup and URL Scan endpoints • WHOIS, redirect, and metadata analysis • Native PHP (cURL) implementation • Composer integration • MIT License Homepage: https://www.emailveritas.com/url-checker Repository: https://github.com/Email-Veritas/url-checker-php-sdk
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    QSL-server

    QSL-server

    A set of PHP scripts for creating own QSL-server

    ...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 has already been installed, but the table in the database is empty, you will be redirected to the page log downloads. If the log connections have already been loaded into the database, then your QSOs will be displayed on the server page. You can upload your Log in parts. In this case, connections will be checked for presence in the server database and re-checked will not load.
    Downloads: 0 This Week
    Last Update:
    See Project
  • CloudZero: The Cloud Cost Optimization Platform Icon
    CloudZero: The Cloud Cost Optimization Platform

    CloudZero automates the collection, allocation, and analysis of your infrastructure and AI spend to uncover waste and improve unit economics.

    CloudZero is the leader in proactive cloud cost efficiency. We enable engineers to build cost-efficient software without slowing down innovation. CloudZero's next-generation cloud cost optimization platform automates the collection, allocation, and analysis of cloud costs to uncover savings opportunities and improve unit economics. We are the only platform that enables companies to understand 100% of their operational cloud spend and take an engineering-led approach to optimizing that spend. CloudZero is used by industry leaders worldwide, such as Coinbase, Klaviyo, Miro, Nubank, and Rapid7.
    Learn More
  • 10
    Mobile Detect

    Mobile Detect

    Mobile_Detect is a lightweight PHP class for detecting mobile devices

    ...Its API is simple: isMobile(), isTablet(), or deviceFamily() methods make branching logic intuitive. The library is used in server-rendered PHP apps, CMS themes, and frameworks to serve mobile-friendly templates or redirect users to mobile versions. Because it is pattern-driven and optimized for fast matching, it adds minimal runtime overhead to request handling. By abstracting away the complexity of UA sniffing, Mobile-Detect helps teams gracefully support multi-device clients without duplicating detection logic.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Z-cart
    ...-Added limits to all input fields so that SQL limits can not be exceeded. -Added regular expression (RegEx) pattern requirements for zip code, phone number, and email fields. -Added redirects in all PHP includes to redirect browsers to store front if they attempt to access a script. -Added return address (auto populated from store_settings.php) to shipping labels -Added RegEx requirements for stock and price in admin/maintenance. -Menu is collapsible (default state is expanded). -Added logout menu item in admin. Also fixed all PHP warning messages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Colors and text effects are useful when you are reading your log files or when you are using base shell commands. ShSh is a set of skinnable commands that do it for you! ShSh scripts are written on PHP but are usable only on command line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    XTC_FixCrawlerErrors

    Fix Dead Urls / 404 in Xtc ( ModifiedShop )

    collect 404 errors, redirect them. has a kendo-grid, uses CodeIgniter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    page2images

    page2images

    Here is the part of the page2Image project source code, you can downlo

    The page2Images is to capture the desktop web site on a mobile phone a full-size display thumbnails. There are a lot of mobile emulators in the internet. But most of them are fake and does not support javasript and flash very well.Also, they does not support redirect actions. You will not see the real result in the phone. Page2Images provide this tool to fix all of those problem.100% mobile websites friendly,Flash/heavy Javascript friendly, 99.9% online guarantee, Easy to integrate with well written document.Also we provide a set of complete details of the same API,and added other sites without the batch processing function. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Magento Payment Module for Payleap
    This module provides access to Payleap Payment Gateway. Specifically, this module uses the Direct Payment product of Payleap. Payleap Direct Payment allows payments without redirect the visitor to a Payleap website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dynamically generate a redirect from a pseudo-address like chan.network.tld/channelname to the URL stored in mod.cservice by SET #channelname URL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Redirect IPv6 hosts to a web page to tell about existing IPv6 connectivity (e.g. in a venue where WLAN is IPv6). It intercepts all DNS requests (acting as a server), then either proxies the request to a real server or redirects to a captive portal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    seoproxy is a tool for php-mysql-based sites to use seo-optimized links, meta and content information, managed in a mysql-database. Additionally you can enter your old urls into seoproxy_history table to create 301 redirect calls to your new URIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GeoCode allows you to display content or redirect visitors based on their country. It uses the ip database provided by ip2nation. You can monetize your site better by using GeoCode. eg. displaying cpa offers specific to the visitor’s country.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Provides multi-language 404 error page and can rewrite URL. Can do timed redirect or wait for click. Supports the following languages: English, Spanish, German, French, Italian, Dutch, Greek and Portugese.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SEO Filter is a Search Engine Optimization Software for forums and Content Management Systems. Rewrites dynamic links on the fly. Keyword rich links (title in the URL). Session ID is removed from links. No duplicate content (301 redirect).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Open domains is OPen Source Code, it will help you become a free domain name provider. You can create any subdomain redirect with opendomains. Build in Php4/Mysql4 . You can run it in Linux / Windows Hosting. Easy to install and create Short Domain Name
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GNYX - Gnu Not Yet XML is a PHP/Mod-Redirect based aproach to divide content from layout. It features: browser language detection, serving pages with different languages, automatic nested menu generation, layout adaptable for diffent browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A PHP/MySQL tool that "encapsulates" links. Simply add links using the admin module, then make all links go to that page (e.g. /external/?id=1) and it will redirect them to the correct page! Also counts how many times each was hit. Great for easy updates!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PHPWork is an MVC framework for PHP, modeled after WebWork, featuring XML-based configuration, configurable interceptors to add functionality to actions, and multiple view types, including PHP, HTTP redirect, XSL, Smarty, and chaining to other actions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB