Showing 4131 open source projects for "php/java/fastcgi/fcgiinputstream"

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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    GitList

    GitList

    An elegant and modern git repository viewer

    ...It allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history, diffs. It also generates RSS/Atom feeds for each repository, allowing you to stay up-to-date with the latest changes anytime, anywhere. GitList was written in PHP, on top of the Symfony framework, and powered by the Twig template engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel Boilerplate

    Laravel Boilerplate

    A massive head start on any size web application

    Laravel Boilerplate installs like a regular Laravel application. If you've done it once, you've done it a million times. Laravel Boilerplate provides you with a massive head start on any size web application. Out of the box it has features like a backend built on CoreUI with Spatie/Permission authorization. It has a frontend scaffold built on Bootstrap 4. Other features such as Two Factor Authentication, User/Role management, searchable/sortable tables built on my Laravel Livewire tables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    cipi

    cipi

    Install and manage your server like a pro

    ...Server Management: manage one or more servers in as easy as a few clicks without be a LEMP Guru. Perfect stack for PHP devs: Cipi comes with nginx, PHP, MySql, Composer, npm, Redis and Supervisor. No unsed open ports, unprivileged PHP, isolated system users and filesystem, only SFTP (no insecure FTP), http/2, Free SSL certificates everywhere.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Laravel Scout Elasticsearch Driver

    Laravel Scout Elasticsearch Driver

    Elastic Driver for Laravel Scout

    Elastic Driver for Laravel Scout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Ratchet WebSocket

    Ratchet WebSocket

    Asynchronous WebSocket server

    Ratchet is a loosely coupled PHP library providing developers with tools to create real time, bi-directional applications between clients and servers over WebSockets. Write your own chat (aka "Hello World!" for sockets) application in a matter of minutes. After understanding "the new flow", event driven programming, compared to traditional HTTP request/response - writing any application on top of Ratchet becomes fast and easy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Wheefun Presentation Layer

    A framework for implementing a presentation layer.

    WFPL is a framework for implementing web pages using the model-view-controller (MVC) design pattern. In WFPL, documents are represented abstractly using a hierarchical "Page" structure, which are then rendered using a renderer which may represent media such as HTML, TeX, or Markdown. The controller is frequently implemented as a callback script in the case of a webpage. WPFL's strengths lie in its hierarchical design; it is similar to HTML/XML's document object model and provides a number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A WordPress Theme (See README.txt for features)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Cernewec.com Middle Cornish Site

    Source code for the Middle Cornish dictionary site at Cernewec.com

    Welcome to this site! This is the repository for the CC-BY-SA open source project at Cernewec.com. This project aims to provide an online dictionary and translation facility to and from Middle Cornish Cernewec and English.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OMLX project is a place for processing of many projects to be ready to become open source projects.
    Leader badge
    Downloads: 169 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
    mysqly

    mysqly

    PHP data framework for Mysql

    Full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PSR-11 Container interface

    PSR-11 Container interface

    A common interface for dependency injection containers

    The goal set by ContainerInterface is to standardize how frameworks and libraries make use of a container to obtain objects and parameters. An entry identifier is any PHP-legal string of at least one character that uniquely identifies an item within a container. An entry identifier is an opaque string, so callers should not assume that the structure of the string carries any semantic meaning. The Psr\Container\ContainerInterface exposes two methods, get and has. get takes one mandatory parameter: an entry identifier, which must be a string. get can return anything (a mixed value), or throw a NotFoundExceptionInterface if the identifier is not known to the container. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fecshop (Yii2 Fecshop)

    Fecshop (Yii2 Fecshop)

    yii2 (PHP) fecmal (fecshop) core code used for ecommerce shop

    Yii2 Fecshop is an open-source e-commerce application built on the Yii2 framework. It is designed to provide a complete solution for building scalable and customizable online stores. Fecshop offers features like multi-language support, multi-currency options, SEO optimization, and integration with third-party payment gateways. The modular architecture makes it flexible, allowing developers to extend and customize the store as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Laravel-Vue SPA

    Laravel-Vue SPA

    A Laravel-Vue SPA starter kit.

    A Laravel-Vue SPA starter kit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    awesome-ios

    awesome-ios

    A collaborative list of awesome for iOS developers

    A collaborative list of awesome for iOS developers. Include quick preview.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Clean Code PHP

    Clean Code PHP

    Clean Code concepts adapted for PHP

    ...Because PHP is dynamically typed and loosely structured, the project pays special attention to avoiding “magic,” enforcing explicitness, and using type hints and invariants where possible. Its goal isn't to enforce a specific tool or formatting dogma but to raise collective code quality by cultivating shared discipline and vocabulary. By adopting Clean Code PHP employees, teams reduce cognitive debt and make onboarding and code review more consistent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sohag Developer

    Sohag Developer

    Build a powerful database applications following few steps using Sohag

    ...Sohag Developer currently supports PostgreSQL, MariaDB, MySQL and SQLite database servers and has a set of generators that generates CURD code and Forms (Qt/C++ code and ui forms - PHP web applications uses web forms and bootstrap framework ) to manipulate the data in the database tables or views. Sohag Developer can be extended by adding more generators any one is welcomed to contribute and create generator to extend Sohag Developer to create more templates to support more programming languages or frameworks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel Compass

    Laravel Compass

    A REST client inside your Laravel app

    Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. it provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms and other utility endpoints based on Laravel routes in your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Omnipay

    Omnipay

    A framework agnostic, multi-gateway payment processing library

    ...If you need to change payment gateways you won’t need to rewrite your code. Most official PHP payment gateway libraries are a mess. Most payment gateways have exceptionally poor documentation. So, why use Omnipay instead of a gateway’s official PHP package/example code? Because you are writing a shopping cart and need to support multiple gateways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Maggy is a tool for designing an application around a Sqlite or a MySQL database. Oriented towards information databases, its main task is searching information quickly through lists and inverted data. Originally written in php and designed for MySQL, the version 2 is a full rewrite in Python, now oriented to SQLite. MySQL support may be included, but not fully implemented yet. Maggy2 is in beta state and the documentation is missing. But the program is quite fully functional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AWPS

    AWPS

    A Modern WordPress Starter Theme for savvy Developers

    AWPS is a modern WordPress starter theme designed for developers who want a streamlined, modular approach to WordPress theme development. It incorporates best practices with a focus on maintainability and performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Swoft

    Swoft

    PHP Microservice full Coroutine framework

    Swoft is a PHP microservices coroutine framework based on the Swoole extension. Like Go, Swoft has a built-in coroutine web server and a common coroutine client and is resident in memory, independent of traditional PHP-FPM. There are similar Go language operations, similar to the Spring Cloud framework flexible annotations, powerful global dependency injection container, comprehensive service governance, flexible and powerful AOP, standard PSR specification implementation, and so on. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Laravel SoapClient Wrapper

    Laravel SoapClient Wrapper

    A soap client wrapper for Laravel

    A SoapClient wrapper integration for Laravel. Makes it easy to use Soap in a Laravel application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pretty Routes for Laravel

    Pretty Routes for Laravel

    Display your Laravel routes in the console, but make it pretty

    Display your Laravel routes in the console, but make it pretty. With the arrival of Laravel 9 this package is going to be deprecated as the functionality will already be integrated in the framework as per this PR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ATTendee Biometric Attendance Solution

    ATTendee Biometric Attendance Solution

    ATTendee Biometric Time Attendance Solution with ZK Devices

    ATTendee Time and Attendance lets you control how your employees clock in and out hourly – all of which are easy to use and integrate automatically with payroll. With the use of an ATTendee biometric solution, employees’ arrival and departure times are registered with the touch of a finger on biometric scanner. Installation throughout your work locations is easy to make it convenient for employees to clock in and out at the start of their day, for lunch and other scheduled...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    Downloads: 2 This Week
    Last Update:
    See Project