Showing 83 open source projects for "linux wifi driver"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 1
    TNTSearch Driver for Laravel Scout

    TNTSearch Driver for Laravel Scout

    Driver for Laravel Scout search package

    This package makes it easy to add full-text search support to your models with Laravel 5.3 to 9.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    RabbitMQ Queue driver for Laravel

    RabbitMQ Queue driver for Laravel

    RabbitMQ driver for Laravel Queue. Supports Laravel Horizon

    RabbitMQ driver for Laravel Queue. Supports Laravel Horizon. Optionally add queue options to the config of a connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Oracle DB driver for Laravel via OCI8

    Oracle DB driver for Laravel via OCI8

    Oracle DB driver for Laravel via OCI8

    Laravel-OCI8 is an Oracle Database Driver package for Laravel. Laravel-OCI8 is an extension of Illuminate/Database that uses OCI8 extension to communicate with Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ESC/POS Print Driver for PHP

    ESC/POS Print Driver for PHP

    PHP library for printing to ESC/POS-compatible thermal printers

    ... of this driver, your server (where PHP is installed) must be able to communicate with your printer. Start by generating a simple receipt and sending it to your printer using the command-line.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    Laravel Sentinel

    Laravel Sentinel

    A framework agnostic authentication & authorization system

    Sentinel is a PHP 8.1+ framework agnostic fully-featured authentication & authorization system. It also provides additional features such as user roles and additional security features.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Laravel IDE Helper Generator

    Laravel IDE Helper Generator

    Complete PHPDocs, directly from the source

    ... via php artisan cache:clear if you encounter problems when running the commands. Some classes need a working database connection. If you do not have a default working connection, some facades will not be included. You can use an in-memory SQLite driver by adding the -M option. If you need additional information on your model from sources that are not handled by default, you can hook in to the generation process with model hooks to add extra information on the fly.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Laravel MongoDB

    Laravel MongoDB

    MongoDB based eloquent model and Query builder for Laravel

    This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods. Make sure you have the MongoDB PHP driver installed. In case your Laravel version does NOT autoload the packages, add the service provider to config/app.php. For usage with Lumen, add the service provider in bootstrap/app.php. In this file, you will also need to enable Eloquent. You must...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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.
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    Laravel Mail Preview

    Laravel Mail Preview

    A mail driver to quickly preview mail

    This package can display a small overlay whenever a mail is sent. The overlay contains a link to the mail that was just sent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laravel Translation

    Laravel Translation

    Translation management for your Laravel application

    Laravel Translation is a package for Laravel that allows you full control over your translations when using Laravel's localization functionality. The package allows you to manage your translations using either native file based translations but also provides a database driver which is useful in multi-server setups. It exposes a user interface allowing you to update existing and add new translations to your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Doctrine DBAL

    Doctrine DBAL

    Doctrine database abstraction layer

    ... makes it possible to implement custom drivers that may use existing native or self-made APIs. For example, the DBAL ships with a driver for Oracle databases that uses the oci8 extension under the hood. The Doctrine 2 database layer can be used independently of the object-relational mapper. In order to use the DBAL all you need is the class loader provided by Composer, to be able to autoload the classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Imagine

    Imagine

    PHP 5.3 object oriented image manipulation library

    ... of image processing functionality is concentrated in the ImageInterface implementations (one per driver - e.g. Imagick\Image). The main idea of Imagine is to avoid driver specific methods spill outside of this class and couple of other internal interfaces (Draw\DrawerInterface), so that the filters and any other image manipulations can operate on ImageInterface through its public API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Laravel Pail

    Laravel Pail

    Dive into your Laravel application's log files directly from console

    Laravel Pail is a package that allows you to easily dive into your Laravel application's log files directly from the command line. Unlike other log tailing packages, Pail is designed to work with any log driver, including Sentry or Flare. In addition, Pail focuses on the developer experience: it provides a sleek CLI interface with a user-friendly design and a set of useful filters to help you find what you're looking for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Laravel Mailbox

    Laravel Mailbox

    Catch incoming emails in your Laravel application

    Catch incoming emails in your Laravel application. Laravel Mailbox is a package for Laravel 5.7 and up that will allow your application to catch and react to incoming emails from different services like Mailgun, SendGrid, or the local log driver for debugging purposes. Listen to incoming email messages in a Laravel-Route-like fashion and react to them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel Dusk

    Laravel Dusk

    Laravel Dusk provides simple end-to-end testing and browser automation

    Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your machine. Instead, Dusk uses a standalone Chromedriver. However, you are free to utilize any other Selenium driver you wish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Laravel wrapper for NativePHP

    Laravel wrapper for NativePHP

    Laravel wrapper for the NativePHP framework

    NativePHP is a new way to build native applications, using the tools you already know. NativePHP is not an especially opinionated way to build native apps. Right now, we only support a Laravel driver, but we're already working on making it work whatever framework you're using - and even if you're not using a framework at all. NativePHP is not a GUI framework. We don't want to tell you how to build your app. You can choose whatever UI toolset makes you and your team feel most productive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Linux GPIB Support

    Linux GPIB Driver package (source)

    The Linux GPIB Package is a support package for GPIB (IEEE 488.2) hardware. The package contains a development environment consisting of a GPIB library written in C, kernel driver modules, and bindings for several other languages.
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 20
    Doctrine Cache

    Doctrine Cache

    Doctrine Cache component

    .... The ApcCache driver uses the apc_fetch, apc_exists, etc. functions that come with PHP so no additional setup is required in order to use it. The ApcuCache driver uses the apcu_fetch, apcu_exists, etc. functions that come with PHP so no additional setup is required in order to use it. The ArrayCache driver stores the cache data in PHPs memory and is not persisted anywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Lavarel-admin

    Lavarel-admin

    Tools to build a full-featured administrative interface

    ... any other components to meet your needs. As long as you install the corresponding OSS platform upload driver and complete the configuration, you can get through the OSS upload function. With the help intervention/imageof powerful functions, you can crop, zoom, watermark, flip and other dozens of operations on uploaded pictures. Supports Eloquentmaking kind of data relationships to meet a variety of scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    NeoEloquent

    NeoEloquent

    The Neo4j OGM for Laravel

    Neo4j Graph Eloquent Driver for Laravel. The service provider will register all the required classes for this package and will also alias the Model class to NeoEloquent so you can simply extend NeoEloquent in your models. The generated label from that relationship will be VinelabCmsAdmin, this is necessary to make sure that labels do not clash in cases where we introduce another Admin instance like Vinelab\Blog\Admin then things get messy with :Admin in the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    School And College Management System

    School And College Management System

    The Free & Popular Student Mgmt. Software in Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a School And College Management System live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with scmt wherever mentioned ) After starting this VM, please login to its administration panels with: Website Address: https://scmt.local/ (...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 25
    cerberuscms2

    cerberuscms2

    Cerberus Content Management System

    ... Management System in the world. The latest project version is programmed with the Pre-Hyper-Text-Post-Processor P.D.O. // P.H.P. Data Objects Driver Programming Code Statements that enables it to work on any Database Management System Server: MySQL, MariaDB, MicrosoftSQL, MiniSQL and More.. Continuation From @CerberusCMS
    Downloads: 8 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next