jawira/plantuml-encoding
PHP library providing PlantUML text encoding helpers. Use encodep() to convert an @startuml diagram (UTF-8) into the compressed URL-safe string used by plantuml.com. Includes encode6bit(), append3bytes(), and encode64().
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| jawira/plantuml | 0.80 | Generate UML diagrams with PlantUML from PHP and Laravel. jawira/plantuml wraps the PlantUML tool and server to render diagrams from text, making it easy to integrate UML generation into your app, CLI scripts, or build pipelines. | 21 | 21 | 2 | 12K | 0 | 0.2 | 37.7 | GPL-3.0 | — | |
| jawira/plantuml-client | 0.80 | Laravel-friendly PHP client for PlantUML servers. Generate UML diagrams from text in your apps, with simple API calls, server URL configuration, and easy integration into projects needing rendered class, sequence, and other diagrams. | 8 | 8 | 0 | 6K | 0 | 1.8 | 38.7 | MIT | 3 years ago | |
| devanoxltd/string-encoder | 0.78 | — | 0 | 0 | 0 | 14 | 0 | 5.4 | 16.9 | MIT | 9 months ago | |
| nayjest/manipulator | 0.78 | Fast, lightweight PHP object manipulation helpers—like symfony/property-access but simpler (~300 LOC) and no reflection. Instantiate classes, set public properties, and assign values via setters from arrays (snake/camel case), with optional property creation. | 10 | 10 | 1 | 5K | 3 | 4.1 | 37.0 | MIT | 9 years ago | |
| devanoxltd/php-html-parser | 0.78 | Lightweight PHP HTML parser with jQuery-style CSS selectors. Load HTML from strings or files, handle imperfect markup, and traverse nodes (attributes, innerHtml, siblings). Ideal for quick web scraping and DOM extraction in PHP 7.2–7.4. | 0 | 0 | 0 | 1 | 0 | 5.2 | 4.3 | MIT | 9 months ago | |
| illuminate/support | 0.77 | — | 582 | 629 | 157 | 2M | 0 | 7.6 | 48.5 | MIT | — | |
| arcanedev/support | 0.77 | ARCANEDEV Support provides shared helpers and utilities for ARCANEDEV and Laravel projects. A lightweight toolkit of common support classes and convenience functions, compatible across Laravel 5.1 through 10.x. | 188 | 190 | 43 | 86K | 1 | 11.5 | 37.1 | MIT | 2 years ago | |
| pear/html_quickform2 | 0.77 | HTML_QuickForm2 is a PEAR package for building, validating, and rendering HTML forms in PHP. It supports standard and custom elements, server- and client-side validation (with combinable rules), multipage/wizard forms, and pluggable renderers, rules, and elements. | 23 | 24 | 18 | 8K | 0 | 1.6 | 35.0 | — | 1 year ago | |
| phrity/util-transformer | 0.77 | Lightweight PHP utility for transforming values between types. Provides transformers with canTransform()/transform(), plus resolvers to chain and recurse converters. Includes JSON/flatten decoders and converters for basic types, DateTime, enums, Stringable, Throwable and more. | 0 | 0 | 0 | 25K | 0 | 12.4 | 60.4 | MIT | 6 months ago | |
| comsave/common | 0.77 | Shared common utilities for Laravel/PHP projects by Comsave. Provides reusable helpers and foundational components to reduce duplication across apps and packages, keeping shared logic centralized and easy to maintain. | 2 | 2 | 1 | 1K | 0 | 2.4 | 36.1 | MIT | 6 years ago | |
| novay/icaptcha | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 9.7 | — | — | 6 months ago | |
| ctrl-f5/ctrl-common | 0.77 | Shared utilities and helpers for the Ctrl-F5 ecosystem: common PHP/Laravel components, small abstractions, and reusable support code used across multiple packages and apps. Intended as a lightweight foundation dependency. | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | — | — | |
| dualmedia/common | 0.76 | Shared interfaces and reusable logic for DualMedia packages. Typically installed as an internal dependency rather than directly. Provides common contracts and helpers used across the DualMedia ecosystem. | 0 | 0 | 1 | 80 | 0 | 13.2 | 29.4 | MIT | 4 months ago | |
| jawira/case-converter | 0.75 | Convert strings between common case styles (camelCase, snake_case, kebab-case, PascalCase, etc.) with a simple PHP API. Handy for slugs, variable naming, and text normalization, supporting robust Unicode-aware conversions and formatting options. | 174 | 182 | 9 | 276K | 0 | 4.3 | 45.0 | MIT | 11 months ago | |
| codebuds/webp-converter | 0.74 | Lightweight PHP 7.4+ WebP converter for Symfony apps. Convert JPEG/PNG/GIF/BMP to WebP from a file path or Symfony File, with options like quality, saveFile, force, output naming/path, and clear exceptions for invalid types or options. | 4 | 4 | 1 | 578 | 0 | 0.1 | 28.6 | — | — | |
| imgix/imgix-php | 0.74 | PHP client for building imgix image URLs with transformation params, optional HTTP/HTTPS, and support for signed URLs and srcset generation. Tested on PHP 8.0–8.2 and designed for reusable URL builders per imgix domain. | 0 | 114 | — | 52K | — | 8.1 | 38.6 | — | — | |
| comensee/gallery | 0.74 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| axn/laravel-glide | 0.73 | — | 10 | 10 | 7 | 481 | 0 | 22.0 | 26.2 | MIT | 2 months ago | |
| spatie/image-optimizer | 0.73 | Optimize PNG, JPG, WebP, AVIF, SVG and GIF images in PHP by running them through a chain of installed binaries (jpegoptim, optipng, pngquant, svgo, etc.). Automatically detects available tools and overwrites files with smaller optimized versions. | 2,867 | 2,903 | 223 | 2M | 0 | 39.5 | 44.0 | MIT | 6 months ago | |
| ralphjsmit/laravel-glide | 0.73 | Generate responsive srcset/sizes image URLs on the fly with Glide in Laravel. Drop in the original image, use glide()->src() in Blade, and get resized variants served automatically (with lazy loading), no manual exports or config needed. | 49 | 49 | 11 | 2K | 4 | 26.1 | 26.4 | MIT | 1 week ago |
How can I help you explore Laravel packages today?