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.
- Host: GitHub
- URL: https://github.com/93digital/lama
- Owner: 93digital
- License: mit
- Archived: true
- Created: 2021-07-29T13:52:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T14:12:31.000Z (almost 5 years ago)
- Last Synced: 2025-05-27T23:06:05.921Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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