Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixgao committed Jan 24, 2016
1 parent c44cc10 commit 6a65e5e
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
[![Build Status](https://travis-ci.org/phoenixgao/laravel-postgres-extended-schema.svg?branch=master)](https://travis-ci.org/phoenixgao/laravel-postgres-extended-schema)


Laravel Postgres Extended Schema
=========================

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

[ico-version]: https://img.shields.io/packagist/v/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/phoenixgao/laravel-postgres-extended-schema/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/phoenixgao/laravel-postgres-extended-schema.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/phoenixgao/laravel-postgres-extended-schema
[link-travis]: https://travis-ci.org/phoenixgao/laravel-postgres-extended-schema
[link-scrutinizer]: https://scrutinizer-ci.com/g/phoenixgao/laravel-postgres-extended-schema/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/phoenixgao/laravel-postgres-extended-schema
[link-downloads]: https://packagist.org/packages/phoenixgao/laravel-postgres-extended-schema

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, geometric types (point, path, circle, line, polygon...)

0 comments on commit 6a65e5e

Please sign in to comment.