phoenixgao/laravel-postgres-extended-schema

Laravel database schema extended, added some PostgreSql features
2,250 6
Install
composer require phoenixgao/laravel-postgres-extended-schema
Latest Version:0.15
PHP:>=5.5
License:MIT
Last Updated:Jan 27, 2016
Links: GitHub  ·  Packagist
Maintainer: phoenixgao

Laravel Postgres Extended Schema

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

SensioLabsInsight

Forked from Bosnadev's original work https://github.com/Bosnadev/Database

Installation

$ composer require phoenixgao/laravel-postgres-extended-schema

Usage

Add our service provider into config/app.php:

<?php
    ...
    'providers' => [
        ...
        Bosnadev\Database\DatabaseServiceProvider::class,
    ],
    ...

This library extends PostgreSQL driver for Laravel 5 with support for:

Additional PostgreSQL data types:

  • hstore
  • uuid
  • geometric types (point, path, circle, line, polygon...)
  • network address types

Table Inheritance

Related Packages

pecee/pixie

Lightweight, fast query-builder for PHP based on Laravel Eloquent but with less...

36,405 42
ramadan/custom-fresh

A Laravel package to specify the tables that you do not want to drop while refre...

3,919 62
webo3/laravel-db-cache

Transparent database query caching for Laravel — zero code changes, smart invali...

2,412 0
atlas/statement

Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.

15,918 3
devtheorem/peachy-sql

A high-performance query builder and runner for PHP

2,717 23