Libraries tagged by acms
khant-nyar/api-utils
5 Downloads
The Laravel API Response Enhancer package provides a set of tools to standardize and simplify API responses in Laravel applications. This package aims to improve the consistency, readability, and usability of your API responses, making it easier for clients to consume your API.
keverw/pastadb
10 Downloads
Work with pasta, then we'll make the spaghetti! PastaDB aims to be a powerful yet simple database abstraction layer library.
ionux/php-asn1-library
10 Downloads
This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers.
huijiewei/yii2-datetimepicker
71 Downloads
As 'bootstrap-datepicker' is restricted to the date scope (day, month, year), this project aims to support too the time picking (hour, minutes).
hubipe/company-identifiers
397 Downloads
Library aims to validate national identifiers formats and VAT numbers formats of companies and business individuals.
heimrichhannot/contao-categories-multilingual-bundle
181 Downloads
This bundle acts as a bridge between heimrichhannot/contao-categories-bundle and terminal42/dc_multilingual.
h2sf/path-manager
42 Downloads
H2S Framework system paths amstractions library
graduan/apiinterv2pix
39 Downloads
Acesso API PIX Banco Inter
gales/maker-bundle
308 Downloads
Generador de ABMs basado en Petkopara Crud Generator reutilizando código del Maker Bundle de Symfony
falcolee/laravel-swoole-redis
594 Downloads
Laravel package to provide swoole redis pool integration,laravel redis pool cache and session driver. Aims to avoid redis server timeout exception
elastification/php-client
8254 Downloads
The elastification php client aims to be a very flexible and well performing client to elasticsearch. It supports multiple transports and serializers to maximize it's flexibility.
eduardokum/correios-php
869 Downloads
Classes para acessar o sistema da SIGEP dos correios
ecocomposer/ecocomposer
34 Downloads
EcoComposer is a frontend library that aims to generate the least possible code to make your components fully functional.
curiosity26/acl-helper-bundle
71 Downloads
Allows direct querying for entities with ACLs implied
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.