Libraries tagged by user defined form
geraldloss/glcrossword
115 Downloads
Supplies a crossword extension, to create your own crossword on a homepage. This extension is very flexible. You can define crosswords of every size, answer fields with more then one letter and you can define answers in every posible direction. All you need is to create your own questions and answers and assign it with your crossword. In the frontend you can edit the crossword with javascript very user friendly. The communication with the backend is performed with ajax. See under https://www.schulze-thulin.de/en/games/welsh-crossword for an online example. This extension use jQuery 3.6 and Bootstrap 5.1
bored-programmers/laragrid
97 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
amirnazari500000/alpk_access
9 Downloads
It is a Laravel package for user roles and access that allows you to define its access when creating a route.
mike227/n-assetic
1064 Downloads
Adds support for kriswallsmith/assetic to Nette Framework. Assets are defined in config file and can be used in Latte templates.
modelflow-ai/experts
3874 Downloads
Allows to define experts for AI-Communication. Experts uses
dashifen/debugging
4543 Downloads
A PHP Trait that defines static methods used for on-screen debugging.
shel/neos-themebuilder
63 Downloads
A plugin for NeosCMS which provides integrator/editor tools to define and use themes.
wazza/dom-translate
17 Downloads
A Laravel Package that will use the build-in Blade Directive to define specific phrases for auto-translation before being rendered to the screen.
janisgruzis/ssh-bundle
478 Downloads
Ssh client for Symfony 2. Allows to define connections and use them as services.
lukasbableck/contao-context-menu-bundle
8 Downloads
This bundle allows you to configure whether you want to use the context menu for operations in the backend. You can also define operations that are always shown.
fromholdio/silverstripe-systemlinks
1105 Downloads
A SilverStripe module that allows developers to define a static list of "system links" - login, logout, lostpassword, etc - and expose these for use in both back-end and templates.
seothemes/core-constants
1 Downloads
Dynamically defines constants for use throughout child themes
cloudinary/permissions
3 Downloads
Accounts with Permissions API access can manage custom permission policies. These policies assign permissions for a principal, allowing the principal to perform a specific action on a designated resource within a particular scope (your account or a product environment). Refer to the [Permissions API guide](permissions_api_guide) for instructions on what to specify in the `policy_statement` to control Cloudinary activities, and to the Cedar schema, which defines the possible values for principals, actions, and resources. The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings > Account > Provisioning API Access**. The Permissions API has dedicated SDKs for the following languages: * JavaScript * PHP * Java
simon-downes/spf-contracts
56 Downloads
Defines the interfaces and traits for the services used throughout SPF
migro/php-core-migration
2 Downloads
A PHP library providing a code-first approach for database migrations. Designed for simplicity and ease of use, it allows developers to define and manage database schema changes directly in code.