PHPackages                             kaz29/cakephp-ts-export-plugin - 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. kaz29/cakephp-ts-export-plugin

ActiveCakephp-plugin

kaz29/cakephp-ts-export-plugin
==============================

TsExport plugin for CakePHP

1.0.2(4y ago)21.6kMITPHPPHP &gt;=7.2

Since Nov 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kaz29/cakephp-ts-export-plugin)[ Packagist](https://packagist.org/packages/kaz29/cakephp-ts-export-plugin)[ RSS](/packages/kaz29-cakephp-ts-export-plugin/feed)WikiDiscussions master Synced 1w ago

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

TsExport plugin for CakePHP
===========================

[](#tsexport-plugin-for-cakephp)

A command to output the typescript interface for CakePHP entities.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require --dev kaz29/cakephp-ts-export-plugin

```

Usage
-----

[](#usage)

```
bin/cake export_entity --all

```

Example
-------

[](#example)

```
bin/cake export_entity  Users
/**
 * User entity interface
 */
export interface User {
  id: number
  name: string
  email: string
  password: string
  created?: string
  modified?: string
}

```

Author
------

[](#author)

Kazuhiro Watanabe - cyo \[at\] mac.com - [https://twitter.com/kaz\_29](https://twitter.com/kaz_29)

License
-------

[](#license)

TsExport plugin for CakePHP is licensed under the MIT License - see the LICENSE file for details

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~64 days

Total

3

Last Release

1522d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44de8529c667030c187b91e31c795189fa17a4918de89c497053057973a56704?d=identicon)[kaz29](/maintainers/kaz29)

---

Top Contributors

[![kaz29](https://avatars.githubusercontent.com/u/63869?v=4)](https://github.com/kaz29 "kaz29 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kaz29-cakephp-ts-export-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/kaz29-cakephp-ts-export-plugin/health.svg)](https://phpackages.com/packages/kaz29-cakephp-ts-export-plugin)
```

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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