Showing 508 open source projects for "form php"

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.
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 1
    Laravel 5 form builder

    Laravel 5 form builder

    Laravel Form builder for version 5+

    Form builder for Laravel 5 inspired by Symfony's form builder. With the help of Laravels FormBuilder class creates forms that can be easily modified and reused. By default, it supports Bootstrap 3.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    TALL-stack form generator

    TALL-stack form generator

    Laravel Livewire (TALL-stack) form generator with realtime validation

    Laravel Livewire (TALL-stack) form generator with real-time validation, file uploads, array fields, blade form input components, and more. This is not an admin panel generator, it is a package that auto-generates Laravel Livewire forms without you having to create any blade views.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Laravel Form Components

    Laravel Form Components

    Set of Blade components to rapidly build forms with Tailwind

    A set of Blade components to rapidly build forms with Tailwind CSS v1, Tailwind CSS v2, Bootstrap 4 and Bootstrap 5. Supports validation, model binding, default values, and translations, includes default vendor styling, and is fully customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PHP Parser

    PHP Parser

    A PHP parser written in PHP

    This is a PHP 5.2 to PHP 8.0 parser written in PHP. Its purpose is to simplify static code analysis and manipulation. A parser is useful for static analysis, manipulation of code and basically any other application dealing with code programmatically. A parser constructs an Abstract Syntax Tree (AST) of the code and thus allows dealing with it in an abstract and robust way. As the parser is based on the tokens returned by token_get_all (which is only able to lex the PHP version it runs...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5
    Requests for PHP

    Requests for PHP

    Requests for PHP is a humble HTTP request library

    Requests is a HTTP library written in PHP, for human beings. It is roughly based on the API from the excellent Requests Python library. Requests is ISC Licensed (similar to the new BSD license) and has no dependencies, except for PHP 5.6+. Despite PHP’s use as a language for the web, its tools for sending HTTP requests are severely lacking. cURL has an interesting API, to say the least, and you can’t always rely on it being available. Sockets provide only low-level access and require you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    $form = new JSForm( array( new JSInputHidden('id', new JSInputValidator(JSValidateType::INT, true), $iID) , new JSInput('text', 'name', 'Name', new JSInputValidator(JSValidateType::NONE, true), 'Name of the Template', array($aInitialValues,'name'), 6) , new JSInputGap(6) , new JSInput('text', 'open', 'Opening Script', new JSInputValidator(JSValidateType::URL_SYMBOLS, true), 'Opening script of the template', array($aInitialValues,'open'), 6...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HTTP Client

    HTTP Client

    Async HTTP/1.1+2 client for PHP based on Amp

    This package provides an asynchronous HTTP client for PHP based on Amp. Its API simplifies standards-compliant HTTP resource traversal and RESTful web service consumption without obscuring the underlying protocol. The library manually implements HTTP over TCP sockets; as such it has no dependency on ext/curl. Streams entity bodies for memory management with large transfers. Supports all standard and custom HTTP method verbs. Simplifies HTTP form submissions. Implements secure-by-default TLS...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    UVdesk Open Source

    UVdesk Open Source

    Build and make a full ticketing support system

    Uvdesk community helpdesk project skeleton packaged along with the bare essential utilities and tools to build and customize your own helpdesk solutions. Build on top of Symfony and backbone.js, UVdesk community is a service-oriented, event-driven extensible open-source helpdesk system that can be used by your organization to provide efficient support to your clients effortlessly whichever way you imagine. At the heart of the helpdesk system, the core framework consists of all the necessary...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    Laravel Honeypot

    Laravel Honeypot

    Preventing spam submitted through forms

    When adding a form to a public site, there's a risk that spam bots will try to submit it with fake values. Luckily, the majority of these bots are pretty dumb. You can thwart most of them by adding an invisible field to your form that should never contain a value when submitted. Such a field is called a honeypot. These spam bots will just fill all fields, including the honeypot. When a submission comes in with a filled honeypot field, this package will discard that request. On top...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Orchid

    Orchid

    Rapid application development of back-office applications

    Orchid is a free Laravel package that abstracts standard business logic and allows code-driven rapid application development of back-office applications, admin/user panels, and dashboards. Focus on PHP development and don't lose time with HTML, CSS, or JavaScript. Build application logic, not admin panels. Try our quick start guide and kick-start your application's development. Prevent reinventing the wheel or forms. Orchid already supports many form elements "out of the box" and allows you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Request Factories

    Request Factories

    Test requests in Laravel without all the boilerplate

    Test requests in Laravel without all the boilerplate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Laravel Data

    Laravel Data

    Powerful data objects for Laravel

    This package enables the creation of rich data objects which can be used in various ways. Using this package you only need to describe your data once.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    NelmioApiDocBundle

    NelmioApiDocBundle

    Generates documentation for your REST API from annotations

    The NelmioApiDocBundle bundle allows you to generate documentation in the OpenAPI (Swagger) format and provides a sandbox to interactively experiment with the API. This bundle supports Symfony route requirements, PHP annotations, Swagger-Php annotations, FOSRestBundle annotations, and apps using API-Platform. For models, it supports the Symfony serializer, the JMS serializer and the willdurand/Hateoas library. It does also support Symfony form types. It generates OpenAPI documentation from your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TypiCMS

    TypiCMS

    Multilingual CMS built with Laravel

    TypiCMS is a modular multilingual content management system built with Laravel. Out of the box you can manage pages, events, news, places, menus, translations, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WireUI

    WireUI

    TallStack UI components

    .... Beautiful notifications, icons, and form components to improve your code. A simple documentation with real-life examples and details of usage. Code example and UI example. The simple and complete API creates many notifications for all use cases, alerts a completed action or asks if are sure to confirm the action.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RDM

    RDM

    Cross-platform GUI management tool for Redis

    ... Ocean and other Redis ® clouds. RDM displays JSON, MessagePack, CBOR, PHP, Pickle, numpy.Array, pandas.DataFrame and binary data in human readable form and supports Native Formatters. RDM offers you an easy-to-use GUI to access your Redis ® databases and perform some basic operations. RDM allows to perform bulk operations which simplifies developer daily routines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Painless html generation

    Painless html generation

    Painless html generation

    This package helps you generate HTML using a clean, simple and easy-to-read API. All elements can be dynamically generated and put together. The HTML builder helps you generate dynamically assigned form elements based on your selected model, the session or a default value. You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Laravel Cascade Soft Deletes

    Laravel Cascade Soft Deletes

    Cascading deletes for Eloquent models that implement soft deletes

    In scenarios when you delete a parent record - say for example a blog post - you may want to also delete any comments associated with it as a form of self-maintenance of your data. Normally, you would use your database's foreign key constraints, adding an ON DELETE CASCADE rule to the foreign key constraint in your comments table. It may be useful to be able to restore a parent record after it was deleted. In those instances, you may reach for Laravel's soft deleting functionality. In doing so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Squire

    Squire

    A library of static Eloquent models for common fixture data

    Squire is a library of static Eloquent models for fixture data that is commonly needed in web applications, such as countries, currencies, and airports. It's based on the concepts of Caleb Porzio's Sushi package. Squire includes a validation rule for each model installed in your app. These allow you to easily validate user input to ensure that it matches a record in a specific model. Squire may not always have a model available for the information you require. In this case, you may want to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Thanks

    Thanks

    Give thanks to your fellow PHP package maintainers

    Give thanks (in the form of a GitHub ★ ) to your fellow PHP package maintainers (not limited to Symfony components)! Install this as any other (dev) Composer package. You can also install it once for all your local projects. This will find all of your Composer dependencies, find their Github repository, and star their GitHub repositories. This was inspired by cargo thanks, which was inspired in part by Medium's clapping button as a way to show thanks for someone else's work you've found...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Cypht

    Cypht

    Lightweight Open Source webmail written in PHP and JavaScript

    ... and send outbound messages with SMTP. Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. Cypht is Open Source (LGPL V2), and written in PHP and JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Filament Laravel

    Filament Laravel

    A collection of beautiful full-stack components for Laravel

    .... Rendering interactive forms in a Livewire component has never been easier than with our Form Builder. Easily build stunning forms with over 25 components out of the box. It's also fully extensible, so you can add your own custom fields and actions. As well as the Panel Builder, it is seamlessly integrated into action modals and is used by the Table Builder to filter rows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sage

    Sage

    WordPress starter theme with a modern development workflow

    Write stylesheets with Sass, automatically check your JavaScript for errors, optimize images, enable synchronized browser testing, and more with our Webpack based setup. Sage comes with the latest version of Bootstrap. Replace Bootstrap with Bulma, Foundation, Tachyons, Tailwind, or a blank slate upon installation. You will have the option to define theme meta information (name, URI, description, version, author) and choose a CSS framework. Sage uses Laravel's Blade templating engine, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Distributed Transactions Manager

    Distributed Transactions Manager

    A distributed transaction framework that supports multiple languages

    Support HTTP and GRPC, provide easy-to-use interfaces, lower substantially the barrier of getting started with distributed transactions, and newcomers can adapt quickly. Developers no longer worry about suspension, null compensation, idempotent transaction, and other tricky problems, the framework layer handles them all. Suitable for companies with the multi-language stack. Easy for go, python, php, nodejs, ruby and so forth. The only external dependence is the database server, easy to deploy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next