Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jun 25, 2020
1 parent 79e0374 commit 6e5db41
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
# Eloquent Wrapper for WordPress
# ORM for WordPress

This is a fork of the `wp-eloquent` [Laravel Eloquent](http://laravel.com/docs/5.0/eloquent) wrapper for WordPress.
Laravel Eloquent based ORM for WordPress

This is a fork of the original library written by [Tareq Hasan](https://tareq.co) with some more improvements and changes.

The aim of this fork is to add additional functionality and provide regular maintenance


## Package Installation

To install this package, edit your `composer.json` file:
To install the library run:

```js
{
"require": {
"gdarko/wp-orm":"dev-master"
}
}
```
composer require gdarko/wp-orm
```

Now run:

`$ composer install`

# Usage Example
## Usage Example

## Basic Usage
### Basic Usage

```php

Expand Down Expand Up @@ -161,4 +153,3 @@ var_dump(Post::type('page')->status('publish')->get()->toArray()); // get pages

## Author
- [Darko Gjorgjijoski](https://darkog.com)
- [Tareq Hasan](https://tareq.co)

0 comments on commit 6e5db41

Please sign in to comment.