3733 programs for "x86_64-linux-gnu" with 2 filters applied:

  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    OpenID Connect App

    OpenID Connect App

    Sample project for implementing OIDC server with a web application

    Sample project for implementing OIDC server with a web application and an API service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    graphql-api-koa

    graphql-api-koa

    GraphQL execution and error handling middleware written from scratch

    GraphQL execution and error handling middleware written from scratch for Koa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    koa-helmet

    koa-helmet

    Important security headers for koa

    koa-helmet is a wrapper for helmet to work with koa. It provides important security headers to make your app more secure by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MLJ

    MLJ

    A Julia machine learning framework

    MLJ (Machine Learning in Julia) is a toolbox written in Julia providing a common interface and meta-algorithms for selecting, tuning, evaluating, composing and comparing about 200 machine learning models written in Julia and other languages. The functionality of MLJ is distributed over several repositories illustrated in the dependency chart below. These repositories live at the JuliaAI umbrella organization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5
    deep-clean

    deep-clean

    When Gradle or the IDE let you down, just --nuke all them caches

    A Kotlin script that nukes all build caches from Gradle/Android projects. Useful when Gradle or the IDE let you down. The script has been tested on macOS, but it is completely untested on Linux and Windows. KScript may not work at all on Windows! For this script to work, you need to have kotlin, script, and maven on your PATH. If you don't have all three commands on your PATH, then read on to the next section to install them. To make the script run, we'll first need to install all the required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    miso

    miso

    A tasty Haskell front-end framework

    Miso is a small, production-ready, "isomorphic" Haskell front-end framework for quickly building highly interactive single-page web applications. It features a virtual-dom, recursive diffing / patching algorithm, attribute and property normalization, event delegation, event batching, SVG, Server-sent events, Websockets, type-safe servant-style routing and an extensible Subscription-based subsystem. Inspired by Elm, Redux and Bobril. Miso is pure by default, but side effects (like XHR) can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Blade Heroicons

    Blade Heroicons

    A package to easily make use of Heroicons in your Laravel Blade views

    A package to easily make use of Heroicons in your Laravel Blade views. For a full list of available icons see the SVG directory or preview them at heroicons.com. Heroicons are originally developed by Steve Schoger and Adam Wathan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MoonShine

    MoonShine

    Laravel Admin panel and more. Simple for beginners and experts

    You are on an open source project dedicated to the "MoonShine" admin panel. Everything is already ready for use in your projects, documentation has been created describing the installation, configuration and features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GraphQLite for PHP

    GraphQLite for PHP

    Use PHP Attributes/Annotations to declare your GraphQL API

    A PHP library that allows you to write your GraphQL queries in simple-to-write controllers. A GraphQL library for PHP that allows you to use attributes (or annotations) to define your schema and write your queries and mutations using simple-to-write controllers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Accounts Receivable Management and Automation Platform | Gaviti Icon
    Accounts Receivable Management and Automation Platform | Gaviti

    Streamline collections, improve your cash flow

    Gaviti is a cutting-edge Invoice-to-Cash platform designed to transform and simplify the accounts receivable management process for businesses. At its core, Gaviti offers a comprehensive suite of features and tools to optimize financial operations.
  • 10
    Laravel Chunk Upload

    Laravel Chunk Upload

    The basic implementation for chunk upload with multiple providers

    Laravel Chunk Upload simplifies chunked uploads with support for multiple JavaScript libraries atop Laravel's file upload system, designed with a minimal memory footprint. Features include cross-domain request support, automatic cleaning, and intuitive usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Laravel ACL

    Laravel ACL

    This package helps you to associate users with permissions

    This package allows you to manage user permissions and groups in a database and is compatible with Laravel v5.8 or higher. Laravel ACL allows models to be associated with permissions and groups. Each group may be associated with multiple permissions. A Group and a Permission are regular Eloquent models that require a name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laravel Vue i18n

    Laravel Vue i18n

    Allows to connect your `Laravel` Framework translation files with Vue

    Laravel Vue i18n is a Vue3 plugin that allows to connect your Laravel Framework translation files with Vue. It uses the same logic used on Laravel Localization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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: 0 This Week
    Last Update:
    See Project
  • 14
    Laravel Short Schedule

    Laravel Short Schedule

    Schedule artisan commands to run at a sub-minute frequency

    Schedule artisan commands to run at a sub-minute frequency. If you need to execute something with a higher frequency, for example, every second, then you've come to the right package. Laravel's native scheduler allows you to schedule Artisan commands to run every minute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Laravel Onboard

    Laravel Onboard

    A Laravel package to help track user onboarding steps

    A Laravel package to help track user onboarding steps. This package lets you set up an onboarding flow for your application's users. Onboarding your users is one of the most important things you can do in your SaaS or application. After all, first impressions matter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Laravel API Response Helpers

    Laravel API Response Helpers

    Simple package allowing for consistent API responses throughout apps

    A simple package allowing for consistent API responses throughout your Laravel application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel Queue Monitor

    Laravel Queue Monitor

    Monitoring Laravel Jobs with your Database

    This package offers monitoring like Laravel Horizon for database queues. Monitoring Laravel Jobs with your Database. Migrate the Queue Monitoring table. The table name can be configured in the config file or via the published migration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Laravel Gamify

    Laravel Gamify

    Gamify your Laravel app with Reputation Points & Achievements Badges

    Use qcod/laravel-gamify to quickly add reputation point & badges in your Laravel app. If you are installing on Laravel 5.4 or lower you will need to manually register the Service Provider by adding it in the config/app.php providers array.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    Laravel Webpush

    Laravel Webpush

    Webpush notifications channel for Laravel

    This package makes it easy to send web push notifications with Laravel. Web push notifications channel for Laravel. Now you can use the channel in your via() method inside the notification as well as send a web push notification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Livewire Alert

    Livewire Alert

    SweetAlert2 wrapper for Livewire

    Livewire Alert is a simple alert utility package designed to seamlessly integrate with your Livewire components. Under the hood, it utilizes SweetAlert2, offering you the functionality of SweetAlert2 without the need for any custom Javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Laravel Markable

    Laravel Markable

    Integrate likes, bookmarks, favorites, reactions and custom made marks

    This package allows you to easily add the markable feature to your application, as for example likes, bookmarks, favorites, and so on. Integrate likes, bookmarks, favorites, reactions, and custom-made marks into your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Laravel Validation Rules

    Laravel Validation Rules

    A set of useful Laravel validation rules

    A set of useful Laravel validation rules. This repository contains some useful Laravel validation rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Event sourcing for Artisans

    Event sourcing for Artisans

    The easiest way to get started with event sourcing in Laravel

    This package aims to be the entry point to get started with event sourcing in Laravel. It can help you set up aggregates, projectors, and reactors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Laravel Model Settings

    Laravel Model Settings

    Model Settings for your Laravel app

    The package requires PHP 8.1+ and follows the FIG standards PSR-1, PSR-2, PSR-4 and PSR-12 to ensure a high level of interoperability between shared PHP.
    Downloads: 0 This Week
    Last Update:
    See Project