Libraries tagged by common mark
chloroplast1983/marmot-common
18542 Downloads
marmot framework common model
chloroplast/marmot-common
7603 Downloads
marmot framework common model
devolon/laravel-common
409 Downloads
Devolon Payment provides utils in order to make development easier
assegaiphp/common
4 Downloads
The assegai/common package is a collection of commonly used utility classes and functions for AssegaiPHP projects. This package provides a set of tools that are designed to make it easier for developers to perform common tasks such as working with arrays, strings, and paths. The package also includes classes for handling errors and logging, as well as a simple yet powerful configuration management system. The package is designed to be lightweight, with minimal dependencies, and is fully compatible with any AssegaiPHP based project. Whether you're building a small web application or a large enterprise system, assegai/common provides the essential building blocks you need to get started quickly and easily.
connor-lock05/laravel-bundles
10 Downloads
Developer package to improve make commands for common 'bundles' of files
lunr/gravity
6 Downloads
Lunr.Gravity is a database library that doesn't limit functionality to the least common denominator.
marlemiesz/wp-sdk
8 Downloads
The WP API SDK for PHP is a client library that makes it easy to interact with the WordPress REST API from a PHP application. This SDK provides an easy-to-use interface for sending HTTP requests and handling the responses, and also includes convenient methods for accessing common API endpoints and data structures. With this SDK, developers can easily retrieve, create, update, and delete content and metadata within a WordPress site, and also perform other common tasks such as managing users and media. The WP API SDK for PHP is an essential tool for any PHP developer working with the WordPress platform, and provides a powerful and flexible way to build custom applications and integrations that interact with WordPress.
chevron/db
100 Downloads
a PDO wrapper for making common DB operations slightly easier
bmelon/laravel-mail-assertions
565 Downloads
A package to make common mail assertions directly available within the Laravel test case.
kwaadpepper/payment-form-api
148 Downloads
Common API to make Lyra payment platform integration easier in PHP based websites.
jrodella/payment-form-api
15 Downloads
Common API to make Lyra payment platform integration easier in PHP based websites.
emc/table-bundle
1947 Downloads
TableBundle makes dealing with tables easier. This bundle manage the most common needs for tables. It works and flexible as Symfony Forms. For more documentations see http://www.table-bundle.com
crisu83/closurecompiler-bin
10186 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
ahrmerd/laravel-test-generator
95 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
mrkrstphr/common-paginator
100 Downloads
A common paginator interface for PHP