PHPackages                             imsamurai/freebase-source - 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. [Database &amp; ORM](/categories/database)
4. /
5. imsamurai/freebase-source

ActiveCakephp-plugin[Database &amp; ORM](/categories/database)

imsamurai/freebase-source
=========================

Freebase (http://www.freebase.com/) source for CakePHP (HttpSource)

1.0.0(12y ago)0171[2 issues](https://github.com/imsamurai/cakephp-freebasesource-datasource/issues)MITPHP

Since Feb 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/imsamurai/cakephp-freebasesource-datasource)[ Packagist](https://packagist.org/packages/imsamurai/freebase-source)[ Docs](http://github.com/imsamurai/cakephp-freebasesource-datasource)[ RSS](/packages/imsamurai-freebase-source/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

FreebaseSource Plugin
=====================

[](#freebasesource-plugin)

[![Build Status](https://camo.githubusercontent.com/fd8d1933d06442149086ef30dbe7880fae45e7fdafc2fc05ef53961586a1a957/68747470733a2f2f7472617669732d63692e6f72672f696d73616d757261692f63616b657068702d6672656562617365736f757263652d64617461736f757263652e706e67)](https://travis-ci.org/imsamurai/cakephp-freebasesource-datasource) [![Coverage Status](https://camo.githubusercontent.com/20a3b77ddf48260c276ce344cd26a8856d505a133b1f82e65572258fc82eb72e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f696d73616d757261692f63616b657068702d6672656562617365736f757263652d64617461736f757263652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/imsamurai/cakephp-freebasesource-datasource?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/838168bd19179286a784bb041ae0e8eeaf733d9ccfcaed83d724918e4777fa28/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f66726565626173652d736f757263652f762f737461626c652e706e67)](https://packagist.org/packages/imsamurai/freebase-source) [![Total Downloads](https://camo.githubusercontent.com/7cf4923199b0ab8166d04a744cbb5f1787b2a2d7ff9ec07f9b5cd1e57b44b99f/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f66726565626173652d736f757263652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/imsamurai/freebase-source) [![Latest Unstable Version](https://camo.githubusercontent.com/f509818a1dc1ad93ad3871ee3d594d4c9f07ca35b5eab3638c7d1c782cdd0518/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f66726565626173652d736f757263652f762f756e737461626c652e706e67)](https://packagist.org/packages/imsamurai/freebase-source) [![License](https://camo.githubusercontent.com/7bf10df102a7374009ac9a4583ba515d9151fa2ba1ede90cb64f7c9486de3626/68747470733a2f2f706f7365722e707567782e6f72672f696d73616d757261692f66726565626173652d736f757263652f6c6963656e73652e706e67)](https://packagist.org/packages/imsamurai/freebase-source)

CakePHP FreebaseSource Plugin with DataSource for

Installation
------------

[](#installation)

### Step 1: Clone or download [HttpSource](https://github.com/imsamurai/cakephp-httpsource-datasource)

[](#step-1-clone-or-download-httpsource)

### Step 2: Clone or download to `Plugin/FreebaseSource`

[](#step-2-clone-or-download-to-pluginfreebasesource)

cd my\_cake\_app/app git://github.com/imsamurai/cakephp-freebasesource-datasource.git Plugin/FreebaseSource

or if you use git add as submodule:

```
cd my_cake_app
git submodule add "git://github.com/imsamurai/cakephp-freebasesource-datasource.git" "app/Plugin/FreebaseSource"

```

then update submodules:

```
git submodule init
git submodule update

```

### Step 3: Add your configuration to `database.php` and set it to the model

[](#step-3-add-your-configuration-to-databasephp-and-set-it-to-the-model)

```
:: database.php ::

```

```
public $freebase = array(
  'datasource' => 'FreebaseSource.Http/FreebaseSource',
        'host' => 'www.googleapis.com/freebase/v1',
        'port' => 443
);
```

Then make model

```
:: Freebase.php ::

```

```
public $useDbConfig = 'freebase';
public $useTable = '';
```

### Step 4: Load plugin

[](#step-4-load-plugin)

```
:: bootstrap.php ::

```

```
CakePlugin::load('HttpSource', array('bootstrap' => true, 'routes' => false));
CakePlugin::load('FreebaseSource');
```

\#Documentation

Please read [HttpSource Plugin README](https://github.com/imsamurai/cakephp-httpsource-datasource/blob/master/README.md)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

4480d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab9b1bb43e8563f1ff3fd78cb0bf0b28b55026a9f792f2b26aefae882e1512d2?d=identicon)[imsamurai](/maintainers/imsamurai)

---

Top Contributors

[![imsamurai](https://avatars.githubusercontent.com/u/843002?v=4)](https://github.com/imsamurai "imsamurai (27 commits)")

---

Tags

plugindatabasecakephpdatasourcefreebase

### Embed Badge

![Health badge](/badges/imsamurai-freebase-source/health.svg)

```
[![Health](https://phpackages.com/badges/imsamurai-freebase-source/health.svg)](https://phpackages.com/packages/imsamurai-freebase-source)
```

###  Alternatives

[dereuromark/cakephp-databaselog

A CakePHP plugin for storing and viewing application logs in the database

44165.0k2](/packages/dereuromark-cakephp-databaselog)[pixelstudio/wp-sync-db

WordPress plugin to sync database between different installs

472.5k1](/packages/pixelstudio-wp-sync-db)[imsamurai/cakephp-serializable-behaviour

Behavior for saving and reading serialized data from/into database

147.7k3](/packages/imsamurai-cakephp-serializable-behaviour)

PHPackages © 2026

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