We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d71a0 commit 36f2d3fCopy full SHA for 36f2d3f
composer.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "noetix/simple-orm",
3
+ "description": "A simple PHP class to access your MySQL records.",
4
+ "keywords": ["orm", "mysql", "database"],
5
+ "license": "MIT",
6
+ "authors": [{
7
+ "name": "Alex Joyce",
8
+ "email": "[email protected]"
9
+ }],
10
+ "require": {}
11
+}
0 commit comments