Libraries tagged by code-in
ghebby/laravel-hfm
13 Downloads
A laravel packe aimed to reduce verbose and repetiteve code in the application by generatinc it at runtime starting from a simple Array declaration in the Models.
freshcms/malaysia-state
0 Downloads
This package will provide all over the state and postal code in malaysia
fk/http-status
160 Downloads
Defining http status code in constants
famelo/archi
17 Downloads
Library to helps to create and modify code in various languages
f3ath/forkrunner
105 Downloads
A simple framework to run code in parallel processes
evdw/country-list
12530 Downloads
This library allow you to get countries names and ISO codes in all languages for php usage.
esfahanweb/locales
7 Downloads
List of all locales with names and codes in all languages and all data formats.
dominservice/data_locale_parser
149 Downloads
Data Locale Parser is a package for Laravel 9 | 10 | 11 | 12 | 13, which lists all countries, currencies and languages, with names and ISO 3166 codes in all languages and data formats.
devgarden/benchmark
2 Downloads
Benchmark is a extension what can be used command driven or injected to benchmark your code in executiontime, memoryusage and more
developeruz/yii2-short-code
9 Downloads
Using a short code in your project based on Yii2.
delgraf/module-regioncode
6 Downloads
Region code in customer address templates and store address
dansoap/silex-piwik
62 Downloads
A Piwik Service Provider for integrating Piwik tracking code in Silex projects
danieleisenhardt/mediawiki-extensions-google-analytics
35 Downloads
The Google Analytics Integration extension inserts Google Universal Analytics (and/or other web analytics) tracking code in every page viewed. Exclusion of specific pages, namespaces, special pages and all pages for specific groups of users is configurable.
danack/looping-exec
386 Downloads
A function for running code in a loop.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.