Libraries tagged by casa
arachne/security
8148 Downloads
Authentication and authorization for Nette framework. Deals with cases that are difficult to implement with nette/security.
ahrmerd/laravel-test-generator
184 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
ptrkcsk/change-case
413 Downloads
Convert strings to camelCase, CONSTANT_CASE, dot.case, Header-Case, lower case, param-case, PascalCase, path/case, Sentence case, snake_case, Title Case, UPPER CASE, and more!
uazgraduatecollege/cakephp-casauth
256 Downloads
CAS Authentication wrapper for CakePHP 4.x using Apereo (formerly Jasig) phpCAS
taigasys/name-case
4838 Downloads
Библиотека для склонения русских и украинских имен
sunvalley-technologies/phpunit-callable-test-case
3764 Downloads
Provides a callable test case and trait for callable expectations. Code is extracted from react-php test cases.
rizkussef/laravel-snake-to-camel-case
15 Downloads
A Laravel middleware package to automatically convert API response keys from snake_case to camelCase for frontend compatibility, and optionally convert request keys from camelCase to snake_case
rdehnhardt/eloquent-case
522 Downloads
rdehnhardt Eloquent Case
qoliber/m2-case-study-manager
61 Downloads
programmis/upper-case-field
1189 Downloads
Setter method name and getter method name make by field name in upper case every first char
phpsa/laravel-case-remapping
25 Downloads
Methods to allow the mapping of cases to snake / camel for input / output
makeroi/name-case-lib
262 Downloads
Created based on the NameCaseLib library (https://github.com/seagullua/NameCaseLib). NameCaseLib is a PHP library designed for automatic declension of full names in Russian and Ukrainian. A unique feature is that the librarycontains the same methods for working with full names in Russian and Ukrainian.
lpweb/sonata-admin-postgresql-case-insentive-like-bundle
562 Downloads
This Symfony bundle provides the ability to make insentive LIKE search on SonataAdmin with PostgreSQL database
lenny4/php-swtich-case
732 Downloads
Switch string between (camel case, snake case, kebab case, pascal case, upper case)
khuddus/php-camel-case-helpers
74 Downloads
A php tool to convert underscored or dashed arrays to camelcased arrays