PHPackages                             tiniy/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. tiniy/api

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

tiniy/api
=========

tiniy api for login &amp; register &amp; other

02PHP

Since Oct 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wangmeijia/ding-jwt-api)[ Packagist](https://packagist.org/packages/tiniy/api)[ RSS](/packages/tiniy-api/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

 api
=====

[](#-api-)

 tiniy api for login &amp; register &amp; other.

Installing
----------

[](#installing)

```
$ composer require tiniy/api -vvv

#php artisan vendor:publish --tag=config 发步配置文件

php artisan route:cache -v
php artisan api:routes 查看当前可用的api 路由（dinggo route）

在route/api.php里需要加 自定义api路由
$api = app('Dingo\Api\Routing\Router');
$api->version('v1', function (  $api) {

    $api->group(['namespace'=>'Tiniy\Api\Http\Controllers'],function ($api){

       // $this->loadRoutesFrom(__DIR__.'/../Http/routes.php');

       // $api->get('/register', 'TinyapiController@register');
    });

});
```

Usage
-----

[](#usage)

TODO

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/tiniy/api/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/tiniy/api/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tiniy-api/health.svg)

```
[![Health](https://phpackages.com/badges/tiniy-api/health.svg)](https://phpackages.com/packages/tiniy-api)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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