PHPackages                             tektoh/app\_description - 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. [Framework](/categories/framework)
4. /
5. tektoh/app\_description

ActiveCakephp-plugin[Framework](/categories/framework)

tektoh/app\_description
=======================

CakePHP Plugin

0.0.1(11y ago)05851MITPHPPHP &gt;=5.4

Since Oct 12Pushed 11y ago3 watchersCompare

[ Source](https://github.com/tektoh/app_description)[ Packagist](https://packagist.org/packages/tektoh/app_description)[ Docs](https://github.com/tektoh/AppDescription)[ RSS](/packages/tektoh-app-description/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

アプリのストアページから情報を取ってくるCakephp のプラグイン
==================================

[](#アプリのストアページから情報を取ってくるcakephp-のプラグイン)

[![Build Status](https://camo.githubusercontent.com/6752e4ba9f14095bf3289a32fe508f43045e8aa0d9636ed3578fc7e614807941/68747470733a2f2f7472617669732d63692e6f72672f74656b746f682f6170705f6465736372697074696f6e2e737667)](https://travis-ci.org/tektoh/app_description)

使い方
---

[](#使い方)

### database.php

[](#databasephp)

```
class DATABASE_CONFIG {
	public $appDescription = [
		'datasource' => 'AppDescription.AppDescriptionSource',
	];
```

### Model

[](#model)

```
class Test extends AppModel
{
    public $useDbConfig = 'appDescription';
    public $useTable = false;
}
```

### Controller

[](#controller)

```
class TestsController extends AppController {
	public $uses = [
        'Test',
    ];
    public function index() {
        $test = $this->Test->find('first', [
            'conditions' => [
                'url' => 'https://itunes.apple.com/jp/app/youtube/id544007664?mt=8'
            ]
        ]);
        debug($test);
    }
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

4236d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d0020c3e9d0da2e89b4b6bafd5f8785db053cb5d51ae7c87b5d6134ea8982f1?d=identicon)[tektoh](/maintainers/tektoh)

---

Top Contributors

[![segawa-sh](https://avatars.githubusercontent.com/u/255507?v=4)](https://github.com/segawa-sh "segawa-sh (31 commits)")[![katsukii](https://avatars.githubusercontent.com/u/3714455?v=4)](https://github.com/katsukii "katsukii (1 commits)")

### Embed Badge

![Health badge](/badges/tektoh-app-description/health.svg)

```
[![Health](https://phpackages.com/badges/tektoh-app-description/health.svg)](https://phpackages.com/packages/tektoh-app-description)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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