Pinned Repositories
laravel-application-end-queue
A Laravel queue connector to process the enqueued jobs at the end of the application
laravel-credit-cards
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm
laravel-data-migrations
An extension to allow you to separate data migrations from structure migrations
laravel-eloquent-splitted-dates-trait
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
laravel-zadarma
Laravel integration for the Jlorente Zadarma package.
php-credit-cards
A PHP package to perform operations on debit and credit cards like validate brand, number and Luhn algorithm and formatting. It validates popular brands like Visa, Mastercard, American Express, etc.
yii2-activerecord-inheritance
ActiveRecord Inheritance is an util to provide the Class Table Inheritance Pattern the to the Yii2 framework
yii2-command-handler
A Yii2 extension that provides the framework with the Command Design Pattern. Useful to create commands in a main process and execute them in another processes such as crons, console controllers, etc.
yii2-config-variables
A Yii2 Module to handle application configuration via database. Allows to modify variables content without tedious production deployments.
yii2-widget-remainingcharacters
Widget to append a remaining character counter to text inputs and textareas
jlorente's Repositories
jlorente/yii2-config-variables
A Yii2 Module to handle application configuration via database. Allows to modify variables content without tedious production deployments.
jlorente/yii2-billing
A Yii2 extension to handle the billing feature in our projects. It includes a fluent programming interface to create invoices and a visual interface to create, edit and export them in html or pdf format.
jlorente/appsflyer
An Appsflyer API package
jlorente/yii2-enhanced-captcha
A Yii2 extension that enhances the captcha component with the functionality of being shown only on multiple requests from the same IP
jlorente/cordova-plugin-volume-control
A cordova plugin to control the volume level in Android and iOS
jlorente/yii2-model-image
A Yii2 extension that allows the user to attach an image to a model and optionally resize it
jlorente/yii2-roles
A Yii2 extension which includes the concept of roles into the application, which can be assigned to users and checked at the level of access to the controllers
jlorente/apiato
A flawless framework for building scalable and testable API-Centric Apps with PHP 7 and Laravel 5.5
jlorente/BrowserDetection
The Wolfcast BrowserDetection PHP class facilitates the identification of the user's environment such as Web browser, version, platform family, platform version or if it's a mobile device or not.
jlorente/cordova-ios-voip-push
Register and receive VoIP push notifications in hybrid app projects with Cordova
jlorente/cordova-plugin-camera
Apache Cordova Plugin camera
jlorente/cordova-plugin-local-notifications
Cordova Local-Notification Plugin
jlorente/cordova-plugin-opentok
Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
jlorente/cordova-plugin-opentok-variant
Variant of the cordova plugin opentok plugin for testing purposes
jlorente/cordova-plugin-opentokjs
A Cordova plugin to enable use of OpenTok on the iOS, Android, and Browser platforms.
jlorente/cordova-plugin-sms-retriever
Cordova plugin to retrieve SMS in Android using the SMS Retriever API.
jlorente/core
Apiato Core Package
jlorente/laravel-appsflyer
Laravel 5.6 integration for the Jlorente Appsflyer package.
jlorente/laravel-aws-worker
Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers
jlorente/laravel-training
Laravel training project
jlorente/opentok-android-sdk-samples
Sample applications illustrating best practices using OpenTok Android SDK.
jlorente/opentok-laravel
Laravel bundle for OpenTok
jlorente/phonegap-plugin-push
Register and receive push notifications
jlorente/PushNotification
PHP and Laravel 5 Package to send push notifications to Android and IOS devices.
jlorente/sqsd
A replica of the AWS Elastic Beanstalk worker SQS daemon (sqsd) in PHP
jlorente/yii2-app-advanced
Yii 2 Advanced Application Template.
jlorente/yii2-google-maps-library
Google Maps API library for Yii2
jlorente/yii2-helpers
A collection of Yii2 helpers with a variety of purposes
jlorente/yii2-locations-spain
A Yii2 extension of the jlorente/yii2-locations module that provides the module with all the spanish regions and cities.
jlorente/yii2-mailgun
Mailgun integration for the Yii2 framework