Libraries tagged by joole
tractorcow/yesnt
0 Downloads
Provides non-yes boolean logic augmentation
tinyphp-function/strtobool
1 Downloads
Convierte una variable de cualquier tipo a un booleano
techins/parse-bool
3 Downloads
Convert A string Value Into Boolean
sukohi/memento
31 Downloads
A PHP package mainly developed for Laravel to check result using boolean value.
someshwer/version-comparison
14 Downloads
This Laravel package compares two version strings and gives the Boolean result. This package also resolves version expressions like (($v > 1.24.0) && ($v < 1.25.1.0)) || ($v == 1.26 || $v == 1.27) where $v must be substituted with the version number to be compared. Hence the package can be used for version expressions evaluation.
silverstripers/grid-field-switch
133 Downloads
Add a switch to GridFields to turn on off boolean values
robinkanters/streams-php
16 Downloads
A port of the Streams library for Java8. Let's make PHP cooler.
r2soffner/r2s-simple-router
56 Downloads
A simple router used to make development easier and cooler
phylogram/php_to_js_converter
0 Downloads
This package allows to generate javascript code from php, with literal code from strings, and automatic array, string, boolean, number and null conversion.
moritzdemmer/mdbackendmodule
17 Downloads
cooles modul
jcubic/expression
75 Downloads
Safely evaluate math, string, and boolean expressions
hassanhazara/nova-toggle
7 Downloads
A Boolean Toggle Switch Field
bored-programmers/laragrid
96 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.
aviator/optionally
16 Downloads
A container for keyed booleans.
amidesfahani/nova-toggle
45 Downloads
A Boolean Toggle Switch Field