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 5456397 commit e09715dCopy full SHA for e09715d
composer.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "na2axl/opendb",
3
+ "description": "The lightweight PHP ORM",
4
+ "type": "library",
5
+ "require-dev": {
6
+ "phpunit/phpunit": "^7"
7
+ },
8
+ "license": "MIT",
9
+ "authors": [
10
+ {
11
+ "name": "Axel Nana",
12
+ "email": "ax.lnana@outlook.com"
13
+ }
14
+ ],
15
+ "require": {
16
+ "php": "^7.1.10"
17
18
+ "keywords": [
19
+ "orm",
20
+ "database",
21
+ "pdo"
22
23
+ "autoload": {
24
+ "psr-4": {
25
+ "OpenDB\\": "src/"
26
27
28
+}
0 commit comments