Skip to content
#

class

Here are 267 public repositories matching this topic...

The objective of this class is offer an automatic system of protection for developers's projects and simplify some security operations as the check of CSRF or XSS all in a simple class. Infact you could just call the main method to have better security yet without too much complicated operations.

  • Updated Jun 19, 2023
  • PHP

This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light re…

  • Updated Dec 16, 2022
  • PHP

Improve this page

Add a description, image, and links to the class topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the class topic, visit your repo's landing page and select "manage topics."

Learn more