DivineOmega member since: May 20, 2015

DivineOmega's packages

  • PHP

    langleyfoxall/xero-laravel

    💸 Access the Xero accounting system using an Eloquent-like syntax

  • laravel-validation-rules/exposed-password

    Metapackage for https://github.com/DivineOmega/laravel-password-exposed-validation-rule

  • laravel-validation-rules/offensive

    Metapackage for https://github.com/DivineOmega/laravel-offensive-validation-rule

  • PHP

    rapidwebltd/amazon-mws-config-generator

    Generate configuration files for PHP Amazon MWS library - https://github.com/CPIGroup/phpAmazonMWS

  • PHP

    rapidwebltd/amazon-mws-enums

    PHP enums for Amazon MWS feeds

  • PHP

    rapidwebltd/array_undot

    array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.

  • PHP

    rapidwebltd/caching-object-wrapper

    Wraps up any PHP object so all its methods are cached.

  • PHP

    rapidwebltd/etsy-php

    Based on Etsy Rest API description output, this wrapper provides a simple client with all available methods on Etsy API (thanks to the __call magic PHP method!), validating its arguments on each request.

  • PHP

    rapidwebltd/improved-polymorphic-eloquent-builder

    Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.

  • PHP

    rapidwebltd/laravel-dynamic-menu

    Laravel Dynamic Menu provides the foundation to build entirely dynamic database powered navigation menus for your web application.

  • PHP

    rapidwebltd/no-post-data-laravel-middleware

    Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.

  • PHP

    rapidwebltd/php-bucket-testing

    This library enables developers to easily redirect users to different URLs, for the purpose of bucket testing. Bucket testing is also known as A/B testing or split testing. This type of testing is used to test two or more versions of a webpage to determine which one performs better based on specfied key metrics, such as clicks, downloads, purchases or any other form of conversion.

  • PHP

    rapidwebltd/php-cli-progress-bar

    Progress bar for command line PHP scripts

  • PHP

    rapidwebltd/php-countries

    PHP Countries is a library that provides an elegant syntax to country data.

  • PHP

    rapidwebltd/php-google-contacts-v3-api

    PHP library for the Google Contacts API (v3)