Open Source PHP Software Development Software for Windows - Page 6

PHP Software Development Software for Windows

View 1755 business solutions

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

  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
  • 1
    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 clients. Learn about the requirements and steps needed to install Elgg on your server. Find detailed information about Elgg's architecture, approach and features. Get inspiration from other projects powered by Elgg. This is a handy resource to search and find out what functions exist within Elgg. Find the ideal plugins and themes in our repository of community-sourced projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Faker

    A PHP library that generates fake data for you

    Faker is a PHP library designed to generate fake data. It can create fake data by accessing properties named after the type of data you want. Faker’s generators have several packaged generator properties, known as formatters. These bundled formatters can be found in the default locale, and include person, address, phone number, company, date-time and more. Faker is also capable of localization, taking a locale as an argument and returning localized data. It can also populate entities using an ORM or an ODM, and features language-specific formatters as well. If you need to bootstrap your database, fill-in your persistence for stress testing, or anonymize data taken from a production service, Faker is a great choice for you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Fast Excel

    Fast Excel

    Fast Excel import/export for Laravel

    Fast Excel import/export for Laravel, thanks to Spout.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Firebase for Laravel

    Firebase for Laravel

    A Laravel package for the Firebase PHP Admin SDK

    A Laravel package for the Firebase PHP Admin SDK. This package requires Laravel 8.x and higher or Lumen 8.x and higher. In order to access a Firebase project and its related services using a server SDK, requests must be authenticated. For server-to-server communication, this is done with a Service Account. The package uses auto-discovery for the default project to find the credentials needed for authenticating requests to the Firebase APIs by inspecting certain environment variables and looking into Google's well-known path(s). Once you have downloaded the Service Account JSON file, you can configure the package by specifying environment variables starting with FIREBASE_ in your .env file. For further configuration, please see config/firebase.php. You can modify the configuration by copying it to your local config directory or by defining the environment variables used in the config file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 5
    GitScrum

    GitScrum

    A project management tool, developed to Skyrocket Productivity

    GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification. It’s a powerful and functional tool you can use to organize your projects and manage your team's tasks within workspaces. GitScrum brings all the important features for you to establish high-standard objectives and lead your team to reach them, working in an interactive and collaborative way. It facilitates task delegation and monitoring, with visual resources that help you guide your team throughout all project execution, from start to finish. Get rid of the outdated confusing methods that mix dozens of isolated apps, files, emails and physical sticky notes and switch communication madness with an effective working project management tool that’s “all in one” with everything you need - GitScrum Board with dynamic Kanban boards, GitScrum Sprints to associate your tasks to milestones.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Guzzle Promises

    Guzzle Promises

    A library for PHP with synchronous support

    Promises/A+ implementation that handles promise chaining and resolution iteratively, allowing for "infinite" promise chaining while keeping the stack size constant. A promise represents the eventual result of an asynchronous operation. The primary way of interacting with a promise is through its then method, which registers callbacks to receive either a promise's eventual value or the reason why the promise cannot be fulfilled. Callbacks are registered with the then method by providing an optional $onFulfilled followed by an optional $onRejected function. Resolving a promise means that you either fulfill a promise with a value or reject a promise with a reason. Resolving a promises triggers callbacks registered with the promises's then method. These callbacks are triggered only once and in the order in which they were added.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    JWT

    JWT

    A simple library to work with JSON Web Token and JSON Web Signature

    lcobucci/jwt is a framework-agnostic PHP library that allows you to issue, parse, and validate JSON Web Tokens based on the RFC 7519. The package is available on Packagist, you can install it using Composer. A simple library to work with JSON Web Token and JSON Web Signature based on RFC 7519. Once the library has been installed, you are able to issue and parse JWTs. To reduce the chance of having flaky tests on your test suite, the facade supports the usage of a clock object. That allows passing an implementation that always returns the same point in time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    KnpSnappyBundle

    KnpSnappyBundle

    Easily create PDF and images in Symfony by converting html using webki

    Easily create PDF and images in Symfony by converting HTML using webkit. Snappy is a PHP wrapper for the wkhtmltopdf conversion utility. It allows you to generate either pdf or image files from your html documents, using the webkit engine. The KnpSnappyBundle provides a simple integration for your Symfony project. If you need to change the binaries, change the instance options or even disable one or both services, you can do it through the configuration. Render a pdf document with a relative url inside like css files. Render a pdf document as a response from a controller. Render an image as response from a controller. Generate a pdf document from a twig view.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Laravel CRUD Generator

    Laravel CRUD Generator

    Laravel CRUD Generator

    This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • 10
    Laravel Honeypot

    Laravel Honeypot

    Preventing spam submitted through forms

    When adding a form to a public site, there's a risk that spam bots will try to submit it with fake values. Luckily, the majority of these bots are pretty dumb. You can thwart most of them by adding an invisible field to your form that should never contain a value when submitted. Such a field is called a honeypot. These spam bots will just fill all fields, including the honeypot. When a submission comes in with a filled honeypot field, this package will discard that request. On top of that this package also checks how long it took to submit the form. This is done using a timestamp in another invisible field. If the form was submitted in a ridiculously short time, the anti-spam will also be triggered.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Laravel Livewire Tables

    Laravel Livewire Tables

    A dynamic table component for Laravel Livewire

    We will do our best to document all features and configurations of this plugin. Laravel Livewire Tables is a plugin built for Laravel Livewire that allows you to create simple or advanced dynamic data tables.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Laravel Localization

    Laravel Localization

    Easy localization for Laravel

    Easy i18n localization for Laravel, a useful tool to combine with Laravel localization classes. As you can modify the supportedLocales even by renaming their keys, it is possible to use the string uk instead of en-GB to provide custom lang url segments. Of course, you need to prevent any collisions with already existing keys and should stick to the convention as long as possible. But if you are using such a custom key, you have to store your mapping to the localesMapping array. This localesMapping is needed to enable the LanguageNegotiator to correctly assign the desired locales based on the HTTP Accept-Language Header.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Laravel Localized Routes

    Laravel Localized Routes

    A convenient way to set up and use localized routes in a Laravel app

    A convenient way to set up and use localized routes in a Laravel app.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Laravel Pint

    Laravel Pint

    Laravel Pint is an opinionated PHP code style fixer for minimalists.

    Laravel Pint is an opinionated PHP code-style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent. Pint is automatically installed with all new Laravel applications so you may start using it immediately. By default, Pint does not require any configuration and will fix code style issues in your code by following the opinionated coding style of Laravel. Pint is included in recent releases of the Laravel framework, so installation is typically unnecessary. However, for older applications, you may install Laravel Pint via Composer. You can instruct Pint to fix code style issues by invoking the pint binary that is available in your project's vendor/bin directory. Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation, freeing you to create without sweating the small things.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Laravel Report Generators

    Laravel Report Generators

    Rapidly Generate Simple Pdf, CSV, & Excel Report Package on Laravel

    Rapidly generate simple PDF reports on Laravel or CSV/Excel reports. This package provides simple PDF, csv & excel report generators to speed up your workflow. It also allows you to stream(), download(), or store() the report seamlessly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Laravel Request Docs

    Laravel Request Docs

    Effortless API documentation tool for Laravel applications

    The Hassle-Free automatic API documentation generation for Laravel. Automatic rules fetching from injected Request and by regexp. Automatic routes fetching from Laravel Routes. Support for Laravel logs. Support for SQL query and query time. Support for HTTP response time and memory consumption. Support for Authorization Headers. Support for File uploads, and support for Eloquents events. Display extra documentation using markdown. Saves the history of previous requests. Added filters to sort, group, and filter routes by methods, controllers, middleware, and routes. Export Laravel API, routes, rules, and documentation to Postman and OpenAPI 3.0.0.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Laravel Scout

    Laravel Scout

    Provides a driver based solution to searching your Eloquent models

    Laravel Scout provides a simple, driver-based solution for adding full-text search to your Eloquent models. Once Scout is installed and configured, it will automatically sync your model changes to your search indexes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Laravel Searchable

    Laravel Searchable

    A php trait to search laravel models

    Searchable is a trait for Laravel 4.2+ and Laravel 5.0 that adds a simple search function to Eloquent Models. Searchable allows you to perform searches in a table giving priorities to each field for the table and its relations. This is not optimized for big searches, but sometimes you just need to make it simple (Although it is not slow). By default, multi-word search terms are split and Searchable searches for each word individually. Relevance plays a role in prioritizing matches that match on multiple words. If you want to prioritize matches that include the multi-word search (thus, without splitting into words) you can enable full-text search by setting the third value to true.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Laravel Shopify App

    Laravel Shopify App

    A full-featured Laravel package for aiding in Shopify App development

    A full-featured Laravel package for aiding in Shopify App development, similar to Shopify_app for Rails. Works for Laravel 7 and up.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Laravel Wave

    Laravel Wave

    Painless Laravel Broadcasting with SSE

    Unlock the power of Laravel's broadcasting system with Wave. Imagine that real-time server broadcasting is possible over native HTTP without any WebSockets setup. Meet the Server-sent Events 🛜 Works seamlessly with Laravel's default Redis broadcasting driver and supports Laravel Echo. Wave seamlessly integrates with Laravel's default Redis broadcasting driver, ensuring efficient real-time data transfer. Wave intelligently resumes the event stream from the last event, ensuring no crucial data is lost in transit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Laravel Welcome Notification

    Laravel Welcome Notification

    Send a welcome notification to new users

    Send a welcome notification to new users. Using this package you can send a Welcome Notification to a new user of your app. The notification contains a secure link to a screen where the user can set an initial password.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Laravel Youtube

    Laravel Youtube

    Laravel PHP Facade/Wrapper for the Youtube Data API

    Laravel PHP Facade/Wrapper for the Youtube Data API v3 (Non-OAuth).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Laravel for Tailwind CSS

    Laravel for Tailwind CSS

    A Tailwind CSS frontend preset for the Laravel Framework

    A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Medoo

    Medoo

    The lightweight PHP database framework to accelerate the development

    Medoo is an open-source project under MIT license and will always be free to use. A lightweight PHP database framework to accelerate development. Supports MySQL, MSSQL, SQLite, MariaDB, PostgreSQL, Sybase, Oracle, and more. Supports various common and complex SQL queries, data mapping, and prevents SQL injection. Works well with every PHP framework, like Laravel, Yii, Slim, and framework which supports singleton extension or composer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Open Source Social Network

    Open Source Social Network

    Open Source Social Network (OSSN) is a social networking software

    Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages. OSSN Licensed under the Open Source Social Network License (4.0) / Cryptographic Autonomy License version 1.0. OSSN must be installed into a directory writable by the webserver, or it will not function properly. For most Linux servers running Apache v2, making the parent directory writable is very simple. If you are not running Apache v2 or are using a different type of webserver, you'll need to read your system's documentation or speak to your server administrator before proceeding.
    Downloads: 1 This Week
    Last Update:
    See Project