Skip to content

Commit 8a0b592

Browse files
committed
Ready to stable
1 parent fcc18e5 commit 8a0b592

File tree

4 files changed

+253
-5
lines changed

4 files changed

+253
-5
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# PHP Array Base
21

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
4-
[![Packagist: Version](https://img.shields.io/packagist/v/whizsid/arraybase.svg)](https://github.com/whizsid/arraybase/tree/0.0.1)
5-
[![Packagist: Downloads](https://img.shields.io/packagist/dt/whizsid/arraybase.svg)](https://packagist.org/packages/whizsid/arraybase)
2+
<p align="center"><img src="https://i.imgur.com/Z9CFgLB.png"></p>
3+
4+
---
5+
6+
<p align="center">
7+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License: MIT"></a>
8+
<a href="https://packagist.org/packages/whizsid/arraybase"><img src="https://img.shields.io/packagist/dt/whizsid/arraybase.svg" alt="Total Downloads"></a>
9+
<a href="https://packagist.org/packages/whizsid/arraybase"><img src="https://img.shields.io/packagist/v/whizsid/arraybase.svg" alt="Latest Stable Version"></a>
10+
</p>
611

712
Runtime SQL like query lanaguage for manipulate php arrays. written in pure php and not using any sql engine. Note:- this is not an any kind of query builder.
813

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"require-dev": {
3333
"phpunit/phpunit": "7"
3434
},
35-
"version":"0.0.1"
35+
"version":"1.0.0"
3636
}

logo.png

9.62 KB
Loading

logo.svg

+243
Loading

0 commit comments

Comments
 (0)