Libraries tagged by file library
kuria/cache
682 Downloads
Caching library with driver abstraction
koded/cache-simple
7561 Downloads
A PSR-16 caching library with support for several caching technologies. Supports JSON data caching in Redis.
kamilz/b2backblaze
401 Downloads
PHP5 library that provides an API for B2 Cloud Storage
joaomfrebelo/saft-pt_4_php
186 Downloads
PHP core lib to work with SAF-T (PT). A library/framework to generate, parse, import and validate programmatically or cli the Portuguese Tax Audit file SAF-T (PT)
jensostertag/csvreader
956 Downloads
CSV reader library for PHP
j0sh0nat0r/simple-cache
540 Downloads
A simple yet modular PHP caching library
imagina/media-module
2561 Downloads
Media module for AsgardCMS. Handles the media library.
garyr/memento
6583 Downloads
Lightweight cache library
fsasvari/laravel-uploadify
491 Downloads
Library for Laravel that handles image uploading with renaming, showing thumbnail image with custom route and more.
forever2077/php-helper
35 Downloads
PHP Tool Library
eftec/cacheone
3451 Downloads
A Cache library with minimum dependency
direte/microftps
537 Downloads
Micro library to deal with FTPS connections over cUrl
csoellinger/php-fon-webservices
27 Downloads
PHP library to handle FinanzOnline web services.
cse/helpers-math-converter
71 Downloads
A mathematics helpers, providing functionality for numbers converter.
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.