XssInput | simple extension of the Laravel Input

 by   FrozenNode PHP Version: v1.0.0 License: No License

kandi X-RAY | XssInput Summary

kandi X-RAY | XssInput Summary

XssInput is a PHP library. XssInput has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

XssInput is a screamingly simple extension of Laravel's Input facade that somewhat mimics the XSS filtering of CodeIgniter's input library. In fact, underneath the hood, this package uses an altered form of CodeIgniter's Security library to filter inputs for XSS. XSS filtering happens in one of two ways: by setting the xss_filter_all_inputs option in this package's config to true, or by passing true as the third option to Input::get() or as the only option for Input::all().
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              XssInput has a low active ecosystem.
              It has 41 star(s) with 20 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 8 open issues and 3 have been closed. On average issues are closed in 559 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of XssInput is v1.0.0

            kandi-Quality Quality

              XssInput has 0 bugs and 0 code smells.

            kandi-Security Security

              XssInput has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              XssInput code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              XssInput does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              XssInput releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              XssInput saves you 105 person hours of effort in developing the same functionality from scratch.
              It has 268 lines of code, 17 functions and 5 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed XssInput and discovered the below as its top functions. This is intended to give you an instant insight into XssInput implemented functionality, and help decide if they suit your requirements.
            • Get all input values .
            • Get value from request .
            • Provides a list of provides
            • Register the package .
            • Register plugin .
            Get all kandi verified functions for this library.

            XssInput Key Features

            No Key Features are available at this moment for XssInput.

            XssInput Examples and Code Snippets

            XssInput for Laravel,Composer
            PHPdot img1Lines of Code : 7dot img1no licencesLicense : No License
            copy iconCopy
            "frozennode/xssinput": "dev-master"
            
            'providers' => array(
                'Frozennode\XssInput\XssInputServiceProvider',
            )
            
            'aliases' => array(
            	'Input' => 'Frozennode\XssInput\XssInput'
            )
              
            XssInput for Laravel,Usage
            PHPdot img2Lines of Code : 4dot img2no licencesLicense : No License
            copy iconCopy
            Input::get('some_var');
            
            Input::all();
            
            Input::get('some_var', null, true);
            
            Input::all(true);
              

            Community Discussions

            No Community Discussions are available at this moment for XssInput.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install XssInput

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/FrozenNode/XssInput.git

          • CLI

            gh repo clone FrozenNode/XssInput

          • sshUrl

            git@github.com:FrozenNode/XssInput.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link