We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ff7c7 commit fb5bbb3Copy full SHA for fb5bbb3
composer.json
@@ -0,0 +1,13 @@
1
+{
2
+ "name": "BMathers35/php_basic_csrf",
3
+ "description": "Simple CSRF control class with PHP",
4
+ "type": "library",
5
+ "license": "MIT License",
6
+ "authors": [
7
+ {
8
+ "name": "Baha Şener",
9
+ "email": "34012215+BMathers35@users.noreply.github.com"
10
+ }
11
+ ],
12
+ "minimum-stability": "stable"
13
+}
0 commit comments