We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22223e4 commit bc104adCopy full SHA for bc104ad
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,15 @@
+{
2
+ "name": "faiyaz/php-key-value-datastructure",
3
+ "authors": [
4
+ {
5
+ "name": "Faiyaz Rahman",
6
+ "email": "faiyazrahman03@gmail.com"
7
+ }
8
+ ],
9
+ "require": {},
10
+ "autoload": {
11
+ "psr-4": {
12
+ "App\\": "src/"
13
14
15
+}
public/index.php
@@ -0,0 +1,3 @@
+<?php
+
+include_once '../vendor/autoload.php';
0 commit comments