{"id":37014175,"url":"https://github.com/93digital/lama","last_synced_at":"2026-01-14T01:24:23.246Z","repository":{"id":56938715,"uuid":"390740081","full_name":"93digital/lama","owner":"93digital","description":"Abandoned. This repository is no longer supported. Please use 93digital/terra instead.","archived":true,"fork":false,"pushed_at":"2021-07-29T14:12:31.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-27T23:06:05.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/93digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-29T13:52:50.000Z","updated_at":"2023-01-28T07:33:24.000Z","dependencies_parsed_at":"2022-08-21T06:50:25.760Z","dependency_job_id":null,"html_url":"https://github.com/93digital/lama","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/93digital/lama","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/93digital%2Flama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/93digital%2Flama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/93digital%2Flama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/93digital%2Flama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/93digital","download_url":"https://codeload.github.com/93digital/lama/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/93digital%2Flama/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T01:24:22.491Z","updated_at":"2026-01-14T01:24:23.232Z","avatar_url":"https://github.com/93digital.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lama \n\nLAMA _(Italian word for BLADE)_ is a utility class that helps you to quickly implement the _Load More_ \u0026 _dynamic filtering_ functionality in WordPress.\n\n**NOTE**: Php \u003e= 7.2 is required earlier version are not supported.\n\n## Installation\n\n### Composer\n\nRun the following command in your terminal to install Lama with [Composer](https://getcomposer.org/)\n\n```bash\n$ composer require \"93devs/lama @dev\"\n```\n\nBelow is a basic example of getting started with the class, though your setup may be different depending on how you are using composer.\n\n```php\n\u003c?php\nrequire __DIR__ . '/vendor/autoload.php';\n\n\\Nine3\\Lama::init();\n```\n\n### Install manually\n\nDownload/Clone this repository and load the main class file into your theme/plugins like so:\n\n```php\nrequire_once 'lama/class-lama.php';\n\n\\Nine3\\Lama::init();\n```\n\n## Development\n\n[npm](https://www.npmjs.com/)/[yarn](https://yarnpkg.com/lang/en/) is needed to compile the JS file.\n\n```bash\nnpm install\n```\n\nor\n\n```bash\nyarn install\n```\n\n### Build the JS\n\n```bash\nnpm run build\n```\n\nor\n\n```bash\nyarn build\n```\n\n## Debug\n\nWhen the [debug is enabled](https://codex.wordpress.org/Debugging_in_WordPress) in WordPress LAMA automatically outputs, in the `debug.log` file, the following information:\n\n- the [\\$args](/docs/HOOKS-FILTERS.html#wp-query-parameters) array parameters passed to the WP_Query (when performing the ajax request)\n- the [template](/docs/USAGE.html#use-lama-with-custom-wp-query) that is trying to load for each element found\n\nIn alternative is possible to set the constant `LAMA_DEBUG` to `true` to output that information inside the `wp-content/lama.log` file, add the following line to your starter theme/plugin:\n\n```php\ndefine( 'LAMA_DEBUG', true );\n```\n\n## Documentation\n\nThe class comes with an extensive documentation available [here](https://93digital.gitlab.io/lama/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F93digital%2Flama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F93digital%2Flama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F93digital%2Flama/lists"}