Libraries tagged by indeev
indeev/laravel-schedule-calendar
2426 Downloads
Laravel Schedule Calendar - a package providing developers with a concise and visual representation of scheduled tasks, enabling easy analysis of load distribution throughout the day or week for optimized task scheduling.
indeev/laravel-rapid-db-anonymizer
43 Downloads
Rapidly anonymize huge amount of data
indeev/laravel-remote-db-sync
17 Downloads
Quickly sync remote database to local
indeev/asciify
34 Downloads
This tool is used to convert any string containing letters with diacritics to string with ASCII (a-zA-Z) version of accented letters
jobapis/jobs-indeed
34758 Downloads
Making it simple to integrate your application with Indeed Jobs API.
jobbrander/jobs-indeed
1791 Downloads
Making it simple to integrate your application with Indeed Jobs API.
jobapis/jobs-ziprecruiter
4803 Downloads
Making it simple to integrate your application with ZipRecruiter Jobs API.
tlr/menu
9454 Downloads
Take some of the stress and boilerplate out of building menus (or indeed any list, because that's basically what a menu is) With support for laravel
aedart/overload
11166 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
socialiteproviders/indeed
58 Downloads
Indeed OAuth2 Provider for Laravel Socialite
jobbrander/jobs-ziprecruiter
191 Downloads
Making it simple to integrate your application with ZipRecruiter Jobs API.
indievox/master-slave-db-access
17 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
indev/adconsole
16 Downloads
Console for Adianti Framework Community Edition
neondigital/forma
1076 Downloads
A nice way to play with forms in Laravel 4/5 and indeed any PHP project.
mouf/utils.mailer.db-mail-service
16804 Downloads
This package contains a mailer that does not send any mail! Instead, it stores the mail to be sent in a database 'mails' table. The DB mailer can later forward the mail to a real mailer that will indeed send the mail.