Libraries tagged by looping
casperboone/laravel-zabbix-graph
2375 Downloads
Get nice looking graphs of your Zabbix devices in Laravel.
bitandblack/typorules
144 Downloads
Typographic improvements for professional-looking and easy-to-read texts.
alirezajavadi/framebot
6 Downloads
FrameBot is a fast and secure framework that offers an ORM similar to Eloquent, making it incredibly user-friendly and powerful for developers looking to handle database operations efficiently. Designed with OOP principles in mind, FrameBot provides a robust foundation for building scalable applications.
distantnative/search-for-kirby
769 Downloads
Really find what you are looking for.
looplinguist/random-password-generator
73 Downloads
This Laravel package serves to generate random passwords tailored to your specific requirements. It offers a range of options, including passwords with symbols, numbers only, characters only, mixed lowercase and uppercase letters, non-symbol passwords, or combinations of digits and characters. You can customize the password generation process to suit your application's security needs effectively.
viharm/php-db-auth
2034 Downloads
PHP library for looking up users in a database table field
rubi/lib
4 Downloads
A simple and lightweight client for connecting to Rubika and Shad messaging platforms, designed for easy integration and efficient setup of user-friendly applications. This library provides essential functionalities for sending and receiving messages, managing user sessions, and ensuring smooth communication, making it ideal for developers looking to enhance their apps with messaging features.
repat/laravel-5-dbug
5024 Downloads
A library for nicer looking variable dumps comparable to ColdFusion's cfdump.
mouf/html.widgets.evolugrid
31389 Downloads
This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
mkd/laravel-fast-api
5 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
mhasnainjafri/restapikit
34 Downloads
Unlock the full potential of your REST API development with RestApiKit. This powerful toolkit offers a variety of utilities to simplify the process of creating, testing, and managing REST APIs. From automatic documentation generation to built-in validation, RestApiKit provides a seamless workflow for developers looking to build reliable and scalable APIs with ease. Focus more on the logic, and let RestApiKit handle the heavy lifting.
justinvoelker/yii2-awesomebootstrapcheckbox
10637 Downloads
Better looking, bootstrap-style checkboxes and radio buttons
hk2/addbootstrap5
91 Downloads
HK2 Add Bootstrap 5 Module adds Bootstrap 5 Support in the Default or Active Theme. Bootstrap 5 is the newest version of Bootstrap and is the world's most popular framework for building responsive, mobile-first sites. Bootstrap is an open-source framework that allows you to create responsive, professional-looking websites with ease.For backward compatibility you can also select Bootstrap 4 from Module Configuration
csoellinger/silverstripe-limit-characters-with-html
142 Downloads
A simple Silverstripe extension to limit DBHtmlText and DBHtmlVarChar without loosing html tags.
aramonc/docblock-parser
25 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.