Showing 28 open source projects for "mirror"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Adldap2

    Adldap2

    LDAP Authentication & Management for Laravel

    Adldap2-Laravel is an extension to the core Adldap2 package. Using the built-in authentication driver, easily allow LDAP users to log into your application and control which users can login via Scopes and Rules. Users can be imported into your database upon first login, or you can import your entire directory via a simple command: php artisan adldap:import. Search for LDAP records with a fluent and easy-to-use interface you're used to. You'll feel right at home. LDAP records are returned as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PHP7

    PHP7

    PHP7 / Laravel Multi-format Streaming Parser

    When it comes to parsing XML/CSV/JSON/... documents, there are 2 approaches to consider. DOM loading loads all the documents, making it easy to navigate and parse, and as such provides maximum flexibility for developers. Streaming implies iterating through the document, acts like a cursor, and stops at each element in its way, thus avoiding memory overkill. Thus, when it comes to big files, callbacks will be executed meanwhile file is downloading and will be much more efficient as far as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    e107

    e107

    e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL

    e107 is a free and open-source content management system (CMS) that allows you to manage and publish your content online with ease. Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, websites, intranets – e107 does it all. Make blog posts and static pages for your site with the click of a button. A forum that allows you to have multiple discussion areas on your website. Sub-category areas too. Offer thousands of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Magento 2

    Magento 2

    Cutting-edge, feature-rich eCommerce solution that gets results

    Magento 2 is the open source version of the leading enterprise-class ecommerce platform. It is capable of creating unique and engaging shopping experiences thanks to a rich set of cutting-edge features, seamless third-party integrations and unrivaled customization capabilities.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
    Learn More
  • 5
    Yii 2

    Yii 2

    The Fast, Secure and Professional PHP Framework

    ... to meet your needs, because Yii has been designed to be flexible. A Definitive Guide and a Class Reference cover every detail of the framework. There is a PDF version of the Definitive Guide and a Definitive Guide Mirror which is updated every 15 minutes. For Yii 1.1 users, there is Upgrading from Yii 1.1 to get an idea of what has changed in 2.0.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    ThinkPHP 6.1

    ThinkPHP 6.1

    ThinkPHP Framework

    ThinkPHPIt is an open source free, fast and simple target-oriented lightweight PHP development framework, which was born to agile WEB application development and simplify enterprise application development. Follow at the same timeApache2The release of the open source license agreement means that you can use ThinkPHP for free, and even allow the release/sale of your application open source or commercial products based on ThinkPHP development.ThinkPHPThe trademark holder is Shanghai Top Want...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    WireElements Livewire v3

    WireElements Livewire v3

    Component that provides you with a modal supporting multiple modals

    Wire Elements Modal is a Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Leaf 3

    Leaf 3

    The easiest way to create clean, simple but powerful web apps and APIs

    Leaf is a PHP framework that helps you create clean, simple but powerful web apps and APIs quickly and easily. Leaf introduces a cleaner and much simpler structure to the PHP language while maintaining it's flexibility. With a simple structure and a shallow learning curve, it's an excellent way to rapidly build powerful and high-performant web apps and APIs. Leaf 3 brings a much cleaner, faster and simpler workflow to your apps. Powered by an ecosystem of powerful modules with zero setups...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PSR-7

    PSR-7

    PSR-7 HTTP message library

    This repository contains a full PSR-7 message implementation, several stream decorators, and some helpful functionality like query string parsing. This package comes with a number of stream implementations and stream decorators. Reads from multiple streams, one after the other. Provides a buffer stream that can be written to fill a buffer, and read from to remove bytes from the buffer. This stream returns a "hwm" metadata value that tells upstream consumers what the configured high water...
    Downloads: 0 This Week
    Last Update:
    See Project
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    For companies that need a load balancing solution

    SKUDONET is designed to enhance service quality with advanced load balancing capabilities. Allowing scale your infrastructure effortlessly while maintaining unwavering data security, ensuring the continuity of your operations.
    Learn More
  • 10
    Collect

    Collect

    A Collections-only split from Laravel's Illuminate Support

    Import Laravel's Collections into non-Laravel packages easily, without needing to require the entire Illuminate\Support package. If you are a developer working on Collect and you're tasked with upgrading it to mirror a new version of Laravel, run ./upgrade.sh from the root directory. You can pass a parameter to target a specific Laravel version (e.g. ./upgrade.sh 5.7.10) or if you don't pass a parameter, the script will find the latest tagged release and run against that.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    ...() 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: 0 This Week
    Last Update:
    See Project
  • 12
    Proxy Manager

    Proxy Manager

    OOP Proxy wrappers/utilities to manage proxies of your objects

    This library aims to provide abstraction for generating various kinds of proxy classes. Available as part of the Tidelift Subscription. The maintainer of ocramius/proxy-manager and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. The suggested installation method...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    UniversiBO

    Web Community for students and staff members of University of Bologna

    OpenSource web portal to build a student community at university of Bologna, gathering didactic informations and build virtual class-rooms. Built on a PHP Object Oriented architecture. We moved the project on GitHub https://github.com/UniversiBO Git repository on this page is a mirror
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    5IUX

    5IUX

    Simple search, a simple front-end interface

    Simple search, a simple front-end interface. I am used to various navigation homepages, and the screen is full of tireless advertisements and information; try to write your own homepage. It's not a mirror image or a proxy, just use it as a browser homepage and support adaptive screens. The random loading bing background has been added by default, and there is no need to deliberately delete it in index.php.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    GD Process

    GD Process

    A CLI image file manipulation script

    This script was inspired by the 'convert' utility that is provided with ImageMagic. It is designed to be a CLI script that provides some basic image file manipulations. ./gd_process.php can perform these image file manipulations :- none - so it can be used to convert image file types create scale crop mirror rotate merge adjoin PHP can only work with image file types (by extension) :- jpg, jpeg gif png bmp ./gd_process.php can work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AssaultCube Reloaded

    AssaultCube Reloaded

    A fun realistic multiplayer free-and-open-source first-person-shooter!

    ACR is a fun realistic multiplayer free-and-open-source first-person-shooter! This project has moved to GitHub. A mirror of releases is here.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17
    phpcs-security-audit v3

    phpcs-security-audit v3

    A set of PHP_CodeSniffer rules that finds vulnerabilities

    phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code. It currently has core PHP rules as well as Drupal 7-specific rules. The tool also checks for CVE issues and security advisories related to the CMS/framework. This enables you to follow the versioning of components during static code analysis. The main reason for this project being an extension of PHP_CodeSniffer is to have easy integration into continuous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    phpBB Spain - phpBB España

    phpBB Spain - phpBB España

    Soporte phpBB Oficial España

    Spanish Support site for forums phpBB, MODs, templates, icons, and others downloads. Translation phpBB, Icy Phoenix and others CMS based in phpBB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    [This software was discontinued] The SecretariaNET software is a old schoolar ticket manager for office registry process.It can be help you in everyday tickets of academic process. This is a mirror of original project in http://codigolivre.org.br/projects/secretarianet/ registered since 2006 [this site was discontinued]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP Random Videochat Roulette

    PHP Random Videochat Roulette

    PHP random webcam chatroulette script.

    ..., FaceBuzz, RandomCams, t.vu (ChatRoulette mirror), FlipChat, HeyPeople , StirChat, FaceBuzz, ChatHopper, ShufflePeople, CamStumble, HeyReddit, Zupyo, TinyChat, Stickam-Shuffle, anoChat, videoEncounter, FaceRoulette, NastySpace, ZapandTalk , patchRoulette, ChatRevolve, ChatPig (German), RanChat (South Korea), VdChat (Chinese), Catpapo (Brazil), Tipitty (Spanish), CamToya (français), MoveYourCam (français), ChatClock, RudeRoulette, ManRoulette. Demo live site: http://www.videoencounter.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ... watermarked image server separation image support CDN DNS round robin mirror server Multi-language support multi-currency support Orders report statistical analysis, product price concessions deal Page layout can be flexibly configured, multi-server load balanced layout Safety reliability, all the details of the optimization process Demo Reception: http://www.hecart.com/ Demo backstage account: demo Demo backstage Password: demo Demo Background: http://admin.hecart.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    nod32 mirror script
    nod32 mirror script - program to create mirror updates for the operating systems Windows, Linux, FreeBSD. Uses wget, unrar, php-cli, as well as use any http or ftp server donate: webmoney DOLLARS:[Z236273931106] RUB:[R574120979454] EURO:[E429331894125] BEL RUB:[B130923155775] UKR RUB:[U237736057414]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WideImage is an object-oriented PHP image library, written in PHP5. It uses GD2 and promotes ease of use and extensibility. It supports all common image transformations, such as resize, watermark, crop, draw text, ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    A tool to mirror delicious bookmarks metadata into a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is a intent to make avaliable all administrative task of Debian Mirror throght php webpages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next