https://github.com/fawno/sanitize
Simple PHP function for sanitize strings
https://github.com/fawno/sanitize
Last synced: 4 months ago
JSON representation
Simple PHP function for sanitize strings
- Host: GitHub
- URL: https://github.com/fawno/sanitize
- Owner: fawno
- License: mit
- Created: 2024-11-16T13:56:13.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T22:20:05.000Z (6 months ago)
- Last Synced: 2024-12-26T11:11:24.140Z (5 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fawno/sanitize/actions/workflows/php.yml)
[](https://github.com/fawno/sanitize/blob/master/LICENSE)
[](https://github.com/fawno/sanitize/tags)
[](https://packagist.org/packages/fawno/sanitize)
[](https://packagist.org/packages/fawno/sanitize/stats)
[](https://github.com/fawno/sanitize/issues)
[](https://github.com/fawno/sanitize/network)
[](https://github.com/fawno/sanitize/stargazers)# sanitize
Simple PHP function for sanitize strings
# Table of contents
- [Installation](#installation)
- [Composer install](#composer-install)
- [Manual install](#manual-install)
- [Usage](#usage)## Installation
### Composer install
You can install this plugin into your application using [composer](https://getcomposer.org):- Add fawno/sanitize package to your project:
```bash
composer require fawno/sanitize
```- Load the function Fawno\sanitize in your project
```php