Libraries tagged by common code
zoujingli/think-library
73479 Downloads
Core library and common services for ThinkAdmin
filafly/filament-icons
75134 Downloads
Core package for managing Filament icon drivers via a common interface.
doganoo/php-algorithms
5992 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
ramsey/coding-standard
98012 Downloads
A common coding standard for Ramsey's PHP libraries.
dleno/common-core
20522 Downloads
common core
moox/core
20359 Downloads
The Moox Core package cares for many common features. It is required by all Moox packages.
october/all
362231 Downloads
All common modules for October CMS
landofcoder/module-all
131477 Downloads
Lof All Extension - config enable/disable common js, css files which were used on all venus extensions. For example: bootstrap, owlcarousel, colorbox, fancybox
codingms/additional-tca
93323 Downloads
TYPO3 Additional-TCA by coding.ms: The TYPO3 Additional-TCA Extension keeps TCA configurations clean and maintainable. It provides reusable methods for tab labels and common fields such as language and visibility, plus practical Form Engine fields for currency, percent, time, weight, phone numbers, notices, date and datetime values, badge suggestions, and collapsible textareas.
spiral/common
80982 Downloads
Spiral, Common Core Components
webrium/core
1521 Downloads
A lightweight set of PHP utility classes for common web tasks: routing, HTTP requests and headers, sessions, validation, file uploads, JWT, and hashing.
survos/core-bundle
16518 Downloads
Traits and Interfaces common to other Survos bundles
cerealean/php-common-utilities
46137 Downloads
Commonly used core PHP functionality improved upon and made for quick, easy use
masroore/stopwords
7217 Downloads
A PHP package to remove common stopwords from an input text, it covers most languages.
ahrmerd/laravel-test-generator
401 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