Showing 606 open source projects for "hex-view"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 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.
  • 1
    Laravel View Models

    Laravel View Models

    View models in Laravel

    Have you ever made a controller where you had to do a lot of work to prepare variables to be passed to a view? You can move that kind of work to a so-called view model. In essence, view models are simple classes that take some data, and transform it into something usable for the view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Artisan View

    Artisan View

    Manage your views in Laravel projects through artisan

    This package adds a handful of view-related commands to Artisan in your Laravel project. Generate blade files that extend other views, scaffold out sections to add to those templates, and more. All from the command line we know and love.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MySQLDump - PHP

    MySQLDump - PHP

    PHP version of mysqldump cli that comes with MySQL

    This is a php version of mysqldump cli that comes with MySQL, without dependencies, output compression and sane defaults. Out of the box, MySQLDump-PHP supports backing up table structures, the data itself, views, triggers and events. MySQLDump-PHP is the only library that supports output binary blobs as hex. Resolves view dependencies (using Stand-In tables). Output compared against original mysqldump. Linked to travis-ci testing system (testing from php 5.3 to 7.3 & hhvm). Dumps stored...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    Heimdall

    Heimdall

    An Application dashboard and launcher

    ... to link to any site or application, but Foundation apps will auto-fill in the icon for the app and supply a default color for the tile. In addition, Enhanced apps allow you to provide details to an apps API, allowing you to view live stats directly on the dashboard. For example, the NZBGet and Sabnzbd Enhanced apps will display the queue size and download speed while something is downloading.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5
    i-Educar

    i-Educar

    Launching the most free educational software in Brazil

    Accessible from anywhere and with single student registration available for the entire education network. Time-saving for everyone. Get current quantitative, financial and statistical data on all processes, at the time and place you want. Evaluation system and reports adapted to the different realities of the country, with numerical, conceptual or descriptive evaluation notes. Management of allocations, removals, substitutions, absences and delays, offering an integrated view of all...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Bolt CMS

    Bolt CMS

    Bolt is a simple CMS written in PHP

    Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. A Sophisticated, lightweight & simple CMS released under the open-source MIT-license. Bolt is a tool for Content Management, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all, it's a joy to use! Bolt is created using modern open source libraries, and is best suited to...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Clockwork

    Clockwork

    PHP dev tools in your browser - server-side component

    Clockwork is a development tool for PHP available right in your browser. Clockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views, and more - for HTTP requests, commands, queue jobs, and tests.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Filament Laravel

    Filament Laravel

    A collection of beautiful full-stack components for Laravel

    Filament is a collection of full-stack components for accelerated Laravel development. They are beautifully designed, intuitive to use, and fully extensible - the perfect starting point for your next Laravel app. The Panel Builder is the foundation of Filament. Combining all the packages together, it lets you quickly build Laravel admin panels, customer-facing apps, Software-as-a-Service platforms, and more. Filament makes custom CRUD-driven interfaces feel like a breeze to build and deploy....
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    VarDumper Component

    VarDumper Component

    Provides mechanisms for walking through any arbitrary PHP variable

    The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump(). The VarDumper component creates a global dump() function that you can use instead of e.g. var_dump. By using it, you’ll gain per object and resource types specialized view to e.g. filter out Doctrine internals while dumping a single proxy entity, or get more insight on opened files with stream_get_meta_data. Configurable output...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    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
  • 11
    Laravel log viewer

    Laravel log viewer

    Laravel log viewer

    Log Viewer for Laravel 5, 6, 7, 8, 9 & 10 (still compatible with 4.2 too) and Lumen. Install with composer, create a route to LogViewerController. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's Laravel 4 log viewer (works only with Laravel 4.1)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Laravel Starter

    Laravel Starter

    A CMS like modular starter application project built with Laravel 11.x

    Laravel Starter is a Laravel 11. x-based simple starter project. Most of the commonly needed features of an application like Authentication, Authorisation, User and Role management, Application Backend, Backup, Log viewer are available here. It is modular, so you may use this project as a base and build your own modules. A module can be used in any Laravel Starter-based project. Here Frontend and Backend are completely separated with separate routes, controllers, and themes as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Canvas

    Canvas

    Publishing on your own terms

    Canvas is a fully open source package to extend your existing Laravel application and get you up and running with a blog in just a few minutes. In addition to a distraction-free writing experience, you can view monthly trends on your content, get insights into reader traffic and more. Canvas is a powerful tool for Laravel apps that makes it easy to write, edit, and brand your work with a range of publishing tools. Incorporate meaningful tags, informative meta data, and canonical links to boost...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    BladeOne Blade Template Engine

    BladeOne Blade Template Engine

    The standalone version Blade Template Engine without Laravel

    ... library is part of Laravel (Illuminate components) and to use this template library, you require install Laravel and Illuminate-view components. The syntax of Blade is pretty nice and bright. It's based in C# Razor (another template library for C#). It's starting to be considered a de-facto standard template system for many PHP (Smarty has been riding off the sunset since years ago) so, if we can use it without Laravel then it's a big plus for many projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PHP Debug Bar

    PHP Debug Bar

    Debug bar for PHP

    ... PHP code. Some of them are automated but others are manual. Use the DebugBar like an array where keys are the collector names. Includes generic data collectors and collectors for well-known libraries. Easily create your own collectors and their associated view in the bar. DebugBar is very easy to use and you can add it to any of your projects in no time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Hashids

    Hashids

    A small PHP library to generate YouTube-like IDs from numbers

    Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers. It converts numbers like 347 into strings like “yr8”, or array of numbers like [27, 986] into “3kTMd”. You can also decode those ids back. This is useful in bundling several parameters into one or simply using them as short UIDs. Hashids works similarly to the way integers are converted to hex, but with a few exceptions. The alphabet is not base16, but base base62 by default. The alphabet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel views

    Laravel views

    Laravel package to create beautiful common views like data tables

    Laravel package to create beautiful common views like data tables using the TALL stack. Dynamic data table with some features like filters, pagination, and search input, you can customize the headers, and the data to be displayed for each row. Dynamic grid view using card data, same as a TableView this view has features like filters, pagination, and a search input, you can also customize the card data as you need. Dynamic list view with filters, pagination, search input, and actions by each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Laravel Package Tools

    Laravel Package Tools

    Tools for creating Laravel packages

    This package contains a PackageServiceProvider that you can use in your packages to easily register config files, migrations, and more. This package is opinionated on how you should structure your package. To get started easily, consider using our package-skeleton repo to start your package. The skeleton is structured perfectly to work perfectly with the PackageServiceProvider in this package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Laravel Blade

    Laravel Blade

    Laravel's Blade templating engine for use outside of Laravel

    The standalone version of Laravel's Blade templating engine for use outside of Laravel. Create a Blade instance by passing it the folder(s) where your view files are located, and a cache folder. Render a template by calling the make method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Log Viewer

    Log Viewer

    Fast and beautiful Log Viewer for Laravel

    Beautiful, fast, and open-source viewer for your app logs. Forget scrolling through raw log files to find the errors or debug logs you're looking for. Forget about SSH'ing onto the production server just to read the logs. Log Viewer helps you quickly and clearly see individual log entries, to search, filter, and make sense of your Laravel logs fast. It is free and easy to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    L5 Swagger

    L5 Swagger

    OpenApi or Swagger integration to Laravel

    ... of this package. To get started, first publish L5-Swagger's config and view files into your own project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Laravel PDF

    Laravel PDF

    Create PDF files in Laravel apps

    This package provides a simple way to create PDFs in Laravel apps. Under the hood it uses Chromium to generate PDFs from Blade views. You can use modern CSS features like grid and flexbox to create beautiful PDFs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LaraDumps

    LaraDumps

    LaraDumps is a friendly app designed to boost your Laravel PHP coding

    LaraDumps is a friendly app that boosts your Laravel PHP coding and debugging experience. When using LaraDumps, you can see the result of your debug displayed in a standalone Desktop application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LogViewer

    LogViewer

    Provides a log viewer for Laravel

    This package allows you to manage and keep track of each one of your log files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Laravel Messenger

    Laravel Messenger

    Simple user messaging package for Laravel

    This package will allow you to add a full user messaging system to your Laravel application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next