ricardopedias / freep-security
Secure implementations for critical native functions
v1.0.1
2022-07-02 00:54 UTC
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.*
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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 ❤️ & ☕.