Libraries tagged by paratika
philip-hartmann/typo3fluid-api
147 Downloads
API to render TYPO3 Fluid templates or partials.
mrwang211/pinyin-pro
69 Downloads
Partial port of pinyin-pro from https://github.com/zh-lx/pinyin-pro
mindplay/funit
28 Downloads
A simple test suite for PHP 5.3+, partially inspired by QUnit.
madj2k/t3-media-utils
1038 Downloads
TYPO3 extension providing fully configurable responsive images, media ViewHelpers and reusable partials, with support for picture tags, srcset/sizes and lazy loading.
lochmueller/http-range
4272 Downloads
Use PSR-7 messages and a PSR-15 handler/middleware to handle HTTP Range request and trigger valid partial download for streams/files. Hande multiple ranges and check different env requirements.
kostikpenzin/credit-calc
1491 Downloads
Calculator for calculating the loan repayment schedule using annuity/differentiated repayment methods. You can specify partial early repayment, as well as take into account one-time/periodic commissions. The package is easily expanded with our own algorithms for calculating the repayment schedule.
kohana-modules/phery
22 Downloads
PHP to jQuery FULL mapping, seamless ajax integration and partial rendering views
kamrul-haque/laravel-stripe-payment
132 Downloads
Add Stripe payment functionality with partial refund feature to your existing Laravel project. The package uses the latest stripe.js v3 and fully customizable to your need.
kalimeromk/rssfeed
923 Downloads
Full-Text RSS extraction package for Laravel - converts partial RSS feeds to full content
hguenot/phpstream
602 Downloads
PHPStream claims to be a partial PHP port of the Java Stream API.
hex-digital/sage-blade-block-renderer
2248 Downloads
Generate blade partials to render native gutenberg blocks with Sage 10
gromnan/s3-zip
895 Downloads
Read partial zip on AWS S3 or HTTP
fabiojaniolima/laraboot
69 Downloads
Um ponto de partida para seus projetos baseados no Laravel Framework.
danielescherzer/common-phpcs
1129 Downloads
PHP CodeSniffer standards, partially based on mediawiki/mediawiki-codesniffer
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.