PHPackages                             rajinha92/guiadosoftware-sdk - 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. rajinha92/guiadosoftware-sdk

ActiveLibrary

rajinha92/guiadosoftware-sdk
============================

This package provides a sdk to GuiaDoSoftware API

1.0.0(8y ago)0110MITPHPPHP &gt;=7.0

Since Oct 4Pushed 8y agoCompare

[ Source](https://github.com/rajinha92/guiadosoftware-sdk)[ Packagist](https://packagist.org/packages/rajinha92/guiadosoftware-sdk)[ RSS](/packages/rajinha92-guiadosoftware-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Guia do Software - SDK
----------------------

[](#guia-do-software---sdk)

Guia do Software SDK is a helpful package for integration with guiadosoftware.com.

### Documentation

[](#documentation)

#### Initialization

[](#initialization)

```
$api = new Api('http://guiadosoftware.com', '');
```

##### 1- Attribute Types

[](#1--attribute-types)

##### get \[GET\]

[](#get-get)

```
$api->attributeType()->get();
```

##### store(AttributeType) \[POST\]

[](#storeattributetype-post)

```
$attributeType = new AttributeType();
$attributeType->setDescription('Test')
              ->setShortDescription('Short Test');
$api->attributeType()->store($attributeType);
```

##### attributes(AttributeTypeId) \[GET\]

[](#attributesattributetypeid-get)

```
$api->attributeType()->attributes($attributeType->getId());
```

##### delete(AttributeTypeId) \[DELETE\]

[](#deleteattributetypeid-delete)

```
$api->attributeType()->delete($attributeType->getId());
```

##### 2- Attributes

[](#2--attributes)

##### bootgrid(start, length, search, order) \[GET\]

[](#bootgridstart-length-search-order-get)

```
$api->attribute()->bootgrid(0, 10, '', ['id'=>'desc']);
```

##### get(\[AttributeId = null\]) \[GET\]

[](#getattributeid--null-get)

```
$api->attribute()->get(); //all
$api->attribute()->get($attribute->getId()) //specific attribute
```

##### store(Attribute) \[POST\]

[](#storeattribute-post)

```
$attribute = new Attribute();
$attribute->setDescription('Test')
          ->setShortDescription('Short Test')
          ->setAttributeTypeId($attributeType->getId())
          ->setOrder(1);
$api->attribute()->store($attribute);
```

##### update(Attribute) \[PUT\]

[](#updateattribute-put)

```
$attribute = $api->attribute()->get(1);
$attribute->setDescription('updated description');
$api->attribute()->update($attribute);
```

##### 3- Companies

[](#3--companies)

##### bootgrid(start, length, search, order) \[GET\]

[](#bootgridstart-length-search-order-get-1)

```
$api->company()->bootgrid(0, 10, '', ['id'=>'desc']);
```

##### get(\[AttributeId = null\]) \[GET\]

[](#getattributeid--null-get-1)

```
$api->company()->get(); //all
$api->company()->get($company->getId()) //specific company
```

##### store(Attribute) \[POST\]

[](#storeattribute-post-1)

```
$company = new Company();
$company->setName('Test')
          ->setEmail('compnay@sample.com')
          ->setSite('company.com')
          ->setPhoneNumber('(41)99999-9999');
$api->company()->store($company);
```

##### update(Attribute) \[PUT\]

[](#updateattribute-put-1)

```
$company = $api->company()->get(1);
$company->setName('updated name');
$api->company()->update($company);
```

##### 4- Information Requests

[](#4--information-requests)

##### 5- Items

[](#5--items)

##### 6- Item Category

[](#6--item-category)

##### 7- Item Group

[](#7--item-group)

##### 8- Item Plans

[](#8--item-plans)

##### 9- Media

[](#9--media)

##### 10- Sub Category

[](#10--sub-category)

##### 11- Users

[](#11--users)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3127d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29c8e9dd47a94e4b7f1aafe5d21c80c6731c5f10b97e53466c00fc90c087734d?d=identicon)[rajinha92](/maintainers/rajinha92)

---

Top Contributors

[![rajinha92](https://avatars.githubusercontent.com/u/3207928?v=4)](https://github.com/rajinha92 "rajinha92 (21 commits)")

### Embed Badge

![Health badge](/badges/rajinha92-guiadosoftware-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/rajinha92-guiadosoftware-sdk/health.svg)](https://phpackages.com/packages/rajinha92-guiadosoftware-sdk)
```

PHPackages © 2026

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