An open API service indexing awesome lists of open source software.

https://github.com/93digital/lama

Abandoned. This repository is no longer supported. Please use 93digital/terra instead.
https://github.com/93digital/lama

Last synced: 6 months ago
JSON representation

Abandoned. This repository is no longer supported. Please use 93digital/terra instead.

Awesome Lists containing this project

README

          

# Lama

LAMA _(Italian word for BLADE)_ is a utility class that helps you to quickly implement the _Load More_ & _dynamic filtering_ functionality in WordPress.

**NOTE**: Php >= 7.2 is required earlier version are not supported.

## Installation

### Composer

Run the following command in your terminal to install Lama with [Composer](https://getcomposer.org/)

```bash
$ composer require "93devs/lama @dev"
```

Below is a basic example of getting started with the class, though your setup may be different depending on how you are using composer.

```php