Skip to content

Commit ff4dfe5

Browse files
author
jbdegio
committed
v1.0.0
1 parent 38328a6 commit ff4dfe5

File tree

6 files changed

+939
-0
lines changed

6 files changed

+939
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "pitouli/pdo-crud",
3+
"description": "A basic class that helps to perform CRUD actions on a server",
4+
"license": "MIT",
5+
"require": {
6+
"php": ">=5.3.0"
7+
},
8+
"autoload": {
9+
"classmap": ["src/"]
10+
}
11+
}

0 commit comments

Comments
 (0)