Showing 4369 open source projects for "libgfortran_64-3.dll"

View related business solutions
  • Make Your Observability Stack Effortless Icon
    Make Your Observability Stack Effortless

    For Software Engineers, DevOps, Data Architects, and IT Leaders

    The progression to modern application stacks and microservices architectures has resulted in orders of magnitude more logs, metrics, events, and traces. Like gravity, data attracts more data, making it increasingly difficult to move and process as it accumulates over time. More than ever, there is a need to be able to stream-process, filter, mask, transform, aggregate, analyze, and route that data to various data tier destinations optimized for specific usage.
  • Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid Icon
    Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid

    Leverage the email service that customer-first brands trust for reliable inbox delivery at scale.

    Email is the backbone of your customer engagement. The Twilio SendGrid Email API is the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise. Our flexible Email API and proprietary Mail Transfer Agent (MTA), intuitive console, powerful features, and email experts make it easy to ensure all your email gets delivered in seconds and without interruption.
  • 1
    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
  • 2
    PHPWord

    PHPWord

    PHP library for reading and writing word processing documents

    PHPWord is a library written in pure PHP that provides a set of classes to write to and read from different document file formats. The current version of PHPWord supports Microsoft Office Open XML (OOXML or OpenXML), OASIS Open Document Format for Office Applications (OpenDocument or ODF), and Rich Text Format (RTF). PHPWord is an open source project licensed under the terms of LGPL version 3. PHPWord is aimed to be a high quality software product by incorporating continuous integration...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    Mautic

    Mautic

    Mautic, open source marketing automation software

    Mautic is the world’s largest open source marketing automation project. With over 200,000 organizations using Mautic and over 1,000 community volunteers, we empower businesses by making it easy to manage their marketing across a range of channels. Stay up to date about initiatives, releases and strategy via our blog. Mautic began with a single focus, equality. The Mautic community believes in giving every person the power to understand, manage, and grow their business or organization. Mautic...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    World countries JSON

    World countries JSON

    Constantly updated lists of world countries

    Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric country codes as defined by the ISO 3166 standard, available in CSV, JSON , PHP, SQL and XML formats, in multiple languages and with national flags included; also available are the ISO 3166-2 codes of provinces/ states associated with the countries. Also available are the ISO 3166-2 codes used for identifying the principal subdivisions (e.g., provinces or states) of all countries coded in ISO 3166-1.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 5
    Statamic

    Statamic

    The core Laravel CMS Composer package

    Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites. Statamic has extensive documentation. We dedicate a significant amount of time and energy every day to improving them, so if something is unclear, feel free to open issues for anything you find confusing or incomplete. We are happy to consider anything you feel will make the docs and CMS better. From clear documentation, error messages, & code comments to workflows & tools designed...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Laravel Snooze

    Laravel Snooze

    A package to simplify automating future notifications and reminders

    A package to simplify automating future notifications and reminders in Laravel. If your scheduler stops working, a backlog of scheduled notifications will build up. To prevent users from receiving all of the old scheduled notifications at once, the command will only send mail within the configured tolerance. By default, this is set to 24 hours, so only mail scheduled to be sent within that window will be sent. This can be configured (in seconds) using the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Cachet

    Cachet

    An open source status page system for everyone

    Cachet is a beautiful and powerful open source status page system designed to improve downtime in a sense that with it, you are able to better communicate downtime and system outages. It’s beautifully crafted not just in design but in code too-- built with Bootstrap 3 it is responsive and works exceptionally on your desktop, tablet or phone. Cachet allows you to schedule maintenance events, setup metrics and update your status page with incidents and component status changes thanks to its...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Monolog

    Monolog

    Sends logs to files, sockets, inboxes, databases and web services

    Monolog sends your logs to files, sockets, inboxes, databases and various web services. See the complete list of handlers below. Special handlers allow you to build advanced logging strategies. This library implements the PSR-3 interface that you can type-hint against in your own libraries to keep a maximum of interoperability. You can also use it in your applications to make sure you can always use another compatible logger at a later time. As of 1.11.0 Monolog public APIs will also accept PSR...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    JSON Parser

    JSON Parser

    Zero-dependencies lazy parser to read JSON of any dimension

    Zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 10
    Phoniebox

    Phoniebox

    A Raspberry Pi jukebox, playing local music, podcasts, web radio

    Phoniebox is a contactless jukebox for the Raspberry Pi, that plays audio files, playlists, podcasts, web streams, and Spotify triggered by RFID cards. All plug and play via USB, no soldering iron needed. It also features GPIO button control support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    PSR Log

    PSR Log

    An interface that describes a logger

    The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object and write logs to it in a simple and universal way. The LoggerInterface exposes eight methods to write logs to the eight RFC 5424 levels (debug, info, notice, warning, error, critical, alert, emergency). Every method accepts a string as the message, or an object with a toString() method. Implementors MAY have special handling for the passed objects. If that is not the case, implementors MUST cast it to a string....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    ramsey/uuid

    ramsey/uuid

    A PHP library for generating universally unique identifiers (UUIDs)

    ramsey/uuid is a PHP library for generating and working with RFC 4122 version 1, 2, 3, 4, and 5 universally unique identifiers (UUID). ramsey/uuid also supports optional and non-standard features, such as version 6 UUIDs, GUIDs, and other approaches for encoding/decoding UUIDs. A universally unique identifier, or UUID, is a 128-bit unsigned integer, usually represented as a hexadecimal string split into five groups with dashes. The most widely-known and used types of UUIDs are defined by RFC...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    World Countries

    World Countries

    World countries in JSON, CSV, XML and Yaml

    This repository contains lists of world countries in JSON, CSV and XML. Each line contains the country. The data folder contains additional data such as the countries GeoJSON outlines and flags in SVG format. The data files provided in the dist directory include all available fields, but is also possible to build a custom version of the data with certain fields excluded. You can also choose to only generate some of the output formats. You can also exclude multiple fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Twitter for PHP

    Twitter for PHP

    Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x

    Twitter API for Laravel 10.x, 11.x (and new versions as they are released). Also supports other frameworks via PHP-DI (or feel free to add support for your framework via PR). You need to create an application and create your access token in the Application Management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    inertia

    inertia

    Inertia.js lets you quickly build modern single-page React, Vue

    Create modern single-page React, Vue, and Svelte apps using classic server-side routing. Works with any backend, tuned for Laravel. Inertia is a new approach to building classic server-driven web apps. We call it the modern monolith. Inertia allows you to create fully client-side rendered, single-page apps, without the complexity that comes with modern SPAs. It does this by leveraging existing server-side patterns that you already love. Inertia has no client-side routing, nor does it require...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dynacover

    Dynacover

    Dynamic Twitter images and banners

    Dynacover is a PHP GD + TwitterOAuth CLI app to dynamically generate Twitter header images and upload them via the API. This enables you to build cool little tricks, like showing your latest followers or GitHub sponsors, your latest content created, a qrcode to something, a progress bar for a goal, and whatever you can think of. You can run Dynacover in three different ways. As a GitHub action: the easiest way to run Dynacover is by setting it up in a public repository with GitHub Actions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel Model States

    Laravel Model States

    State support for models

    This package adds state support to models. It combines concepts from the state pattern and state machines. It is recommended that you're familiar with both patterns if you're going to use this package. Imagine a model Payment, which has three possible states: Pending, Paid, and Failed. This package allows you to represent each state as a separate class, handles serialization of states to the database behind the scenes, and allows for easy and controller state transitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Matomo

    Matomo

    Alternative to Google Analytics that gives you full control over data

    Google Analytics alternative that protects your data and your customers' privacy. Take back control with Matomo – a powerful web analytics platform that gives you 100% data ownership. You could lose your customers’ trust and risk damaging your reputation if people learn their data is used for Google’s “own purposes”. By choosing the ethical alternative, Matomo, you won’t make privacy sacrifices or compromise your site. You can even use Matomo without needing to ask for consent. With 100%...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    php-libyear

    php-libyear

    A simple measure of dependency freshness

    ... in your $PATH to be able to reference it from anywhere. There are obviously more nuanced ways to calculate dependency freshness. The advantage of this approach is its simplicity. You will be able to explain this calculation to your colleagues in about 30s. If your system has two dependencies, the first one year old, the second three, then your system is four libyears out-of-date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Doctrine ORM

    Doctrine ORM

    Doctrine Object Relational Mapper

    Doctrine 2 is an object-relational mapper (ORM) for PHP 7.1+ that provides transparent persistence for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication. As...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Console Component

    Console Component

    Create testable command line interfaces

    The Console component eases the creation of beautiful and testable command line interfaces. The Console component allows you to create command-line commands. Your console commands can be used for any recurring task, such as cronjobs, imports, or other batch jobs. If you install this component outside of a Symfony application, you must require the vendor/autoload.php file in your code to enable the class autoloading mechanism provided by Composer. The Symfony framework provides lots of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Doctrine Lexer

    Doctrine Lexer

    Base library for a lexer that can be used in Recursive Descent Parsers

    PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers. This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL). To write your own parser you just need to extend Doctrine\Common\Lexer\AbstractLexer and implement three abstract methods. These methods define the lexical catchable and non-catchable patterns and a method for returning the type of a token and filtering the value if necessary. The Lexer is responsible for giving you an API to walk...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OpenAI API Client in PHP

    OpenAI API Client in PHP

    OpenAI API Client in PHP SDK for OpenAI GPT-3 and DALL-E

    Most downloaded, forked, contributed, huge community supported, and used PHP (Laravel, Symfony, Yii, Cake PHP or any PHP framework) SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. (ChatGPT AI is supported).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Column sorting for Laravel

    Column sorting for Laravel

    Package for handling column sorting in Laravel 5/6/7/8

    Package for handling column sorting in Laravel 5.[5-8]. For earlier versions of Laravel checkout branch L5.1-3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Laravel 5 form builder

    Laravel 5 form builder

    Laravel Form builder for version 5+

    Form builder for Laravel 5 inspired by Symfony's form builder. With the help of Laravels FormBuilder class creates forms that can be easily modified and reused. By default, it supports Bootstrap 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next