ricardopedias / freep-security
Secure implementations for critical native functions
Installs: 1 467
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.0.0
Requires (Dev)
- codacy/coverage: dev-master
- phpmd/phpmd: @stable
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
README
English | Português |
---|
Synopsis
This repository contains a library with safe manipulations for various purposes.
The creation of these functionalities aims to inhibit the implementation of unsafe routines by developers with little experience or unconcerned with the necessary precautions for the security of web applications.
Contains tools for handling and manipulating directories, files, paths, etc.
composer require ricardopedias/freep-security
For detailed information, see Documentation Summary.
Characteristics
- Made for PHP 8.0 or higher;
- Codified with best practices and maximum quality;
- Well documented and IDE friendly;
- Made with TDD (Test Driven Development);
- Implemented with unit tests using PHPUnit;
- Made with ❤️ & ☕.