Giter Site home page Giter Site logo

nicopenaredondo / laravel-binput Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grahamcampbell/laravel-binput

0.0 2.0 0.0 542 KB

Laravel Binput Is An Input Protector For Laravel 4

Home Page: http://grahamcampbell.github.io/Laravel-Binput

License: MIT License

laravel-binput's Introduction

Laravel Binput

Bitdeli Badge Build Status Latest Version Total Downloads Scrutinizer Quality Score Still Maintained

Copyright © Graham Campbell 2013

THIS ALPHA RELEASE IS FOR TESTING ONLY

What Is Laravel Binput?

Laravel Binput is an input protector for Laravel 4.

  • Laravel Binput was created by, and is maintained by Graham Campbell.
  • Laravel Binput relies on my Laravel Security package.
  • Laravel Binput uses Travis CI to run tests to check if it's working as it should.
  • Laravel Binput uses Scrutinizer CI to run additional tests and checks.
  • Laravel Binput uses Composer to load and manage dependencies.
  • Laravel Binput provides a change log, releases, and a wiki.
  • Laravel Binput is licensed under the MIT, available here.

System Requirements

  • PHP 5.3.3+, 5.4+ or PHP 5.5+ is required.
  • You will need Laravel 4 because this package is designed for it.
  • You will need Composer installed to load the dependencies of Laravel Binput.

Installation

Please check the system requirements before installing Laravel Binput.

To get the latest version of Laravel Binput, simply require it in your composer.json file.

"graham-campbell/binput": "dev-master"

You'll then need to run composer install or composer update to download it and have the autoloader updated.

Once Laravel Binput is installed, you need to register the service provider. Open up app/config/app.php and add the following to the providers key.

'GrahamCampbell\Binput\BinputServiceProvider'

You will also need to have registered the Laravel Security service provider.

'GrahamCampbell\Security\SecurityServiceProvider'

You can register the Binput facade in the aliases key of your app/config/app.php file if you like.

'Binput' => 'GrahamCampbell\Binput\Facades\Binput'

Updating Your Fork

The latest and greatest source can be found on GitHub.
Before submitting a pull request, you should ensure that your fork is up to date.

You may fork Laravel Binput:

git remote add upstream git://github.com/GrahamCampbell/Laravel-Binput.git

The first command is only necessary the first time. If you have issues merging, you will need to get a merge tool such as P4Merge.

You can then update the branch:

git pull --rebase upstream master
git push --force origin <branch_name>

Once it is set up, run git mergetool. Once all conflicts are fixed, run git rebase --continue, and git push --force origin <branch_name>.

License

The MIT License (MIT)

Copyright (c) 2013 Graham Campbell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

laravel-binput's People

Contributors

bitdeli-chef avatar grahamcampbell avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.