Skip to content

Commit

Permalink
Merge pull request #10 from robbieaverill/feature/build-badges
Browse files Browse the repository at this point in the history
DOCS Add CI build badges to readme
  • Loading branch information
robbieaverill authored Feb 6, 2017
2 parents 57b3424 + a90f585 commit 02b7e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SilverStripe External URL Field

[![Build Status](https://travis-ci.org/burnbright/silverstripe-externalurlfield.svg?branch=master)](https://travis-ci.org/burnbright/silverstripe-externalurlfield) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/?branch=master)

Provides a `DBField` and `FormField` for handling external URLs.

Validate and tidy urls as they are captured from users. Configuration is highly flexible. Makes use of php's `parse_url` and `http_build_url` to do the actual work.
Expand Down

0 comments on commit 02b7e60

Please sign in to comment.