awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
LaravelCollective avatar

LaravelCollective/html

0
View on GitHub↗
4,080 stars·986 forks·PHP·MIT·11 views

Html

This project is a programmatic HTML form builder and element generator for PHP, designed as a component library for the Laravel Blade templating engine. It provides a fluent interface to create structured HTML markup and attributes, allowing developers to generate web interface elements through code rather than writing raw markup.

The library focuses on the dynamic construction of web forms and input fields. It enables the programmatic definition of form structures and attributes based on application logic, which helps maintain cleaner templates within the Laravel framework.

Features

  • Laravel Integrations - Acts as a UI component library integrated into the Laravel framework for constructing web interface elements.
  • Form Builders - Provides a programmatic interface for building and managing HTML forms.
  • Form Building Tools - Provides a programmatic builder for creating and structuring comprehensive web forms and input fields.
  • Fluent Element Generators - Implements a fluent interface for generating structured HTML elements and attributes without raw markup.
  • Web Form Implementations - Enables the programmatic implementation of web forms and input fields based on application logic.
  • Blade Template Helpers - Provides fluent helpers to generate HTML elements directly within Laravel Blade templates to keep them maintainable.
  • Programmatic HTML Generators - Implements a general-purpose programmatic generator for creating structured HTML markup via PHP code.
  • General Utilities - Provides HTML and form building helpers.

Star history

Star history chart for laravelcollective/htmlStar history chart for laravelcollective/html

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Html

Similar open-source projects, ranked by how many features they share with Html.
  • yajra/laravel-datatablesyajra avatar

    yajra/laravel-datatables

    4,875View on GitHub↗

    This project is a server-side implementation for rendering interactive data tables using the Laravel framework. It acts as a bridge and API wrapper that maps database queries to the specific JSON format required by the jQuery DataTables plugin. The tool focuses on handling large datasets by processing pagination, filtering, and searching on the server rather than loading all records into the browser. It translates incoming HTTP request parameters into database queries to ensure only the necessary rows are fetched and serialized. The capability surface includes Eloquent-based data mapping, au

    PHP
    View on GitHub↗4,875
  • spatie/laravel-activitylogspatie avatar

    spatie/laravel-activitylog

    5,850View on GitHub↗

    This is a Laravel package that provides a database audit trail by automatically logging user actions and Eloquent model events. It records create, update, and delete operations on models into a dedicated database table, creating a searchable record of changes for tracking and review. The package distinguishes itself through extensive configuration and customization options. You can control which model attributes are logged, specify which events trigger logging, customize activity descriptions, and modify activity records before they are saved. It supports logging changes to pivot models, trac

    PHP
    View on GitHub↗5,850
  • spatie/laravel-webhook-clientspatie avatar

    spatie/laravel-webhook-client

    1,187View on GitHub↗

    This package provides a framework for receiving, verifying, and processing incoming webhooks within Laravel applications. It acts as a consumer for event streams, utilizing middleware to intercept HTTP requests, validate their authenticity through cryptographic signature verification, and route payloads to dedicated background jobs. The system distinguishes itself by offering granular control over multiple external service integrations, allowing developers to define unique configurations and endpoints for each provider. It ensures reliable operations by persisting raw request headers and payl

    PHPlaravelwebhooks
    View on GitHub↗1,187
  • crinsane/laravelshoppingcartCrinsane avatar

    Crinsane/LaravelShoppingcart

    3,705View on GitHub↗

    LaravelShoppingcart is a backend package for Laravel applications that provides an e-commerce state manager and a calculation engine. It manages product selections and quantities while computing subtotals, taxes, and final price totals. The system supports multi-cart context management, allowing the simultaneous maintenance of separate lists such as primary shopping carts and wishlists. It utilizes unique identifiers to persist and restore cart states across user sessions. The package includes tools for item management, model association for linking items to database entities, and a filterin

    PHP
    View on GitHub↗3,705
See all 30 alternatives to Html→

Frequently asked questions

What does laravelcollective/html do?

This project is a programmatic HTML form builder and element generator for PHP, designed as a component library for the Laravel Blade templating engine. It provides a fluent interface to create structured HTML markup and attributes, allowing developers to generate web interface elements through code rather than writing raw markup.

What are the main features of laravelcollective/html?

The main features of laravelcollective/html are: Laravel Integrations, Form Builders, Form Building Tools, Fluent Element Generators, Web Form Implementations, Blade Template Helpers, Programmatic HTML Generators, General Utilities.

What are some open-source alternatives to laravelcollective/html?

Open-source alternatives to laravelcollective/html include: yajra/laravel-datatables — This project is a server-side implementation for rendering interactive data tables using the Laravel framework. It… spatie/laravel-activitylog — This is a Laravel package that provides a database audit trail by automatically logging user actions and Eloquent… crinsane/laravelshoppingcart — LaravelShoppingcart is a backend package for Laravel applications that provides an e-commerce state manager and a… spatie/laravel-webhook-client — This package provides a framework for receiving, verifying, and processing incoming webhooks within Laravel… larastan/larastan — Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in… barryvdh/laravel-cors — laravel-cors is a middleware package for Laravel applications that manages Cross-Origin Resource Sharing. It functions…