ricardopedias/freep-security

Secure implementations for critical native functions

v1.0.1 2022-07-02 00:54 UTC

This package is auto-updated.

Last update: 2024-04-26 20:59:57 UTC


README

PHP Version License Codacy Badge Codacy Badge

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 ❤️ & ☕.

Creditos

Ricardo Pereira Dias