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 e286b31 commit 7e5ef8bCopy full SHA for 7e5ef8b
README.md
@@ -1,6 +1,6 @@
1
-# StormQL
+# LightQL
2
3
The lightweight PHP ORM
4
5
-StormQL is a minimal database management class, which will help you communicate with
+LightQL is a minimal database management class, which will help you communicate with
6
your preferred DBMS in PHP through PDO.
composer.json
@@ -1,5 +1,5 @@
{
- "name": "elementaryframework/stormql",
+ "name": "elementaryframework/light-ql",
"description": "The lightweight PHP ORM",
"type": "library",
"require-dev": {
@@ -22,7 +22,7 @@
22
],
23
"autoload": {
24
"psr-4": {
25
- "StormQL\\": "StormQL/"
+ "LightQL\\": "src/LightQL/"
26
}
27
28
0 commit comments