PHPackages                             craft-group/sima-land-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. craft-group/sima-land-api

ActiveLibrary[API Development](/categories/api)

craft-group/sima-land-api
=========================

Simple wrapper for www.sima-land.ru/api

022PHP

Since Sep 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/apuc/sima_land_api)[ Packagist](https://packagist.org/packages/craft-group/sima-land-api)[ RSS](/packages/craft-group-sima-land-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

sima\_land\_api
===============

[](#sima_land_api)

*Simple wrapper for [www.sima-land.ru/api](http://www.sima-land.ru/api)*

How to get json for first page of category:

```
    print_r(Wrapper::runFor(IUrls::Category)
            ->getPage(1)
            ->getJson());
```

How to get all links for first page of category:

```
     print_r(Wrapper::runFor(IUrls::Category)
            ->getPage(1)
            ->getLinksFromJson());
```

How to get total count of pages of category:

```
    print_r(Wrapper::runFor(IUrls::Category)
           ->getPage(1)
           ->getMetaFromJson()->pageCount);
```

How to get href to last page of category:

```
    print_r(Wrapper::runFor(IUrls::Category)
            ->getPage(1)
            ->getLinksFromJson()->last);
```

How to run custom query and get array of CategoryItems from it:

```
    $data = array(
        'path'=>'2',
        'level'=>'2');

    print_r(Wrapper::runFor(IUrls::Category)
        ->query($data)->getItemFromJson()
```

How to get array of all most liked goods items:

```
     print_r(Wrapper::runFor(IUrls::GoodsMostLiked)
            ->getPage(1)->getItemFromJson()
        );
```

How to get all name of categories in custom query:

```
foreach (Wrapper::runFor(IUrls::Category)
        ->getPage(1)->getItemFromJson() as $item)
            echo $item->name . "\n";
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6388044?v=4)[kavalar](/maintainers/apuc)[@apuc](https://github.com/apuc)

---

Top Contributors

[![apuc](https://avatars.githubusercontent.com/u/6388044?v=4)](https://github.com/apuc "apuc (1 commits)")[![KovalenkoILja](https://avatars.githubusercontent.com/u/42905176?v=4)](https://github.com/KovalenkoILja "KovalenkoILja (1 commits)")

### Embed Badge

![Health badge](/badges/craft-group-sima-land-api/health.svg)

```
[![Health](https://phpackages.com/badges/craft-group-sima-land-api/health.svg)](https://phpackages.com/packages/craft-group-sima-land-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
