Libraries tagged by casys
labrodev/php-enum-mapper
12 Downloads
PHP utility class for formatting Enums and to treat the cases as arrays
iampersistent/get-off-my-case
113 Downloads
Convert strings to different cases
goblindegook/wp-cas-server
27 Downloads
Cassava is a Central Authentication Service provider as a WordPress plugin.
fesor/symfony-validator-extra
14 Downloads
Symfony Validator Extras for more simple handling of complex cases
elleyeayeme/case-converter
14946 Downloads
A converter for strings in most popular cases
elipettingale/case-converter
4896 Downloads
Some helper functions for quickly converting strings to various cases.
dotman/laravel-covid
11 Downloads
Covid-19 - A simple Laravel package for reporting covid-19 cases across the world.
dmitryrechkin/php-converters-emptytonull
194 Downloads
PHP Converter that converts of empty to null. It is helps to make code cleaner by removing the need for if conditions for cases when some API expects null in order to consider parameter as unset.
djl997/laravel-actor-is-active
113 Downloads
A package to set online status to an actor model (the User in most cases).
detain/test-generator
13 Downloads
Generate test cases for existing files (fork of https://github.com/detain/php-test-generator )
designbycode/luhn-algorithm
258 Downloads
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
datatables.net/datatables.net-buttons-bs
499 Downloads
The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)
cicerbro/email-normalizer
13 Downloads
A library that will normalize email addresses for cases when different email addresses all point towards a single email account
bariew/yii2-doctest-extension
3045 Downloads
Executes @example docBlock params as test cases
ahrmerd/laravel-test-generator
96 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package