Libraries tagged by given
nia/routing-facade-cli
309 Downloads
CLI routing facade to simply add CLI routes to a given router.
nguyenhiep/laravel-directory-cleanup
243 Downloads
This package will remove the expired files from the given directories.
nguyenhiep/language-detection
35 Downloads
A language detection library for PHP. Detects the language from a given text string.
ngmy/media-thumbnail-url
2 Downloads
Get thumbnail URL for a given media URL. Supports Instagram and YouTube.
ngiusti/random-string-generator
169 Downloads
Generates a random string based on a given pattern
netsells/attribute-finder
1514 Downloads
A simple package that allows you to get all classes that have a given attribute in a specified directory
navarr/precise-clocks
4 Downloads
An implementation of PSR-20 that is precise within given confines
mxp/redirect-generator
1 Downloads
Generate redirect entries from a given set of URLs and export all to CSV
mvccore/ext-view-helper-dataurl
59 Downloads
MvcCore - Extension - View - Helper - Data URL - get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`.
musamba/red-thread
6 Downloads
Red Thread is a laravel package that helps you easily list all relationships within a given model.
mufuphlex/raqualizer
16 Downloads
Tool for adjusting values by given etalon and calculated ratios
mrkrstphr/peridot-automock-plugin
293 Downloads
A plugin to reduce mocking boilerplate for a given class using Prophecy
mrbig00/yii2-class-validator
10 Downloads
This validator test if an object (instance) is a subtype of a given class
mohmann/array-transform
185 Downloads
Transforms raw arrays from a given source mapping and back again
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.