Libraries tagged by littlemo
juanchosl/terminal
35 Downloads
Little methods collection in order to create console commands
juanchosl/requestlistener
51 Downloads
Little methods collection in order to create an APP listener, that can be able to receive, process and response to http request and cli commands
juanchosl/logger
203 Downloads
Little logger using the PSR interfaces
juanchosl/httpheaders
267 Downloads
Little methods collection in order to create http headers
juanchosl/httpdata
110 Downloads
Little methods collection in order to create http request and responses using the PSR standards from PHP-FIG definitions
juanchosl/cryptology
34 Downloads
Little encrypt/decrypt tools in order to crypt, decrypt, sign or verify messages, tests or files using distincts formats with the same way
imritesh/zipper
5141 Downloads
This is a little neat helper for the ZipArchive methods with handy functions
denshoch/dendenmarkdown
835 Downloads
Just a little help for them. This is a Markdown dialect optimized for EPUB 3.
cubecoding/dates
31 Downloads
A handy little Package for dealing with the beauty of german Dates.
crimsonkissaki/mockmaker
44 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.
bvdputte/kirby-htmx
56 Downloads
Little helper utility to keep your code DRY when uring HTMX in Kirby
brabijan/vat-validation
63 Downloads
Little wrapper for VIES api
borsodigerii/php-xml-chunker
128 Downloads
A lightweight, fast, and optimized XML file splitter with build in tag data validation, written with the XMLParser library. The main goal of this is to split an XML file into multiple small chunks (hence the name), then save it into multiple different little XML files.
bokuno/t3-ez-logger
400 Downloads
Sometimes you just need a little workaround to debug your code
basselin/php-minify
134 Downloads
PhpMinify is a little tool to minify your application php like the javascript minify tools.