Libraries tagged by Relaticle
itul/relatable
25 Downloads
Dynamically link models together without changing the database
diasfs/twig-relative-path
131 Downloads
Twig extension to work with relative paths
lfukumori/laravel-blade-include-relative
352 Downloads
Allows to include blade template with relative path based on current view.
fukumori/laravel-blade-include-relative
9494 Downloads
Allows to include blade template with relative path based on current view.
webignition/php-path-resolver
6300 Downloads
Resolve a relative directory path against a base directory path
webignition/absolute-url-deriver
14368 Downloads
Derives an absolute URL from relative and source URLs
proger/datefmt
415 Downloads
Date formatting unit. Supports relative time ('1 day ago'), uses easy-to-remember format strings ('d#' for day, 'D__' for its name) and supports natural localizations.
prbdias/trilateration
1246 Downloads
Library to determine absolute or relative locations of points by measurement of distances.
nathanntg/lite-lexer
131 Downloads
A light-weight, relatively fast lexer for use in PHP. Example includes a simple query language.
mzwygart/ngrok-bedrock
395 Downloads
Use relative links to expose local bedrock to the web using ngrok.
mittwald-flow/symlink-publishing
3561 Downloads
Publish resources to the filesystem using relative symlinks
keizerdev/phpuri
428 Downloads
A php library for converting relative urls to absolute.
jmikola/js-assets-helper-bundle
12585 Downloads
Exposes the AssetsHelper service from Symfony2's templating component to JavaScript, allowing relative or absolute asset URI's to be generated client-side.
grantholle/pear-net-url2
818 Downloads
A psr-4 compliant port of pear/net_url2: Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.
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.