shokme/laravel-actito 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

shokme/laravel-actito

最新稳定版本:1.0.5

Composer 安装命令:

composer require shokme/laravel-actito

包简介

Actito API wrapper for laravel

README 文档

README

  • PHP8.0+
  • Laravel 9.x(not tested on laravel 8.x)

You can install the package via composer:

composer require shokme/laravel-actito

You must publish the configuration file

php artisan vendor:publish --provider="Shokme\Actito\ActitoServiceProvider" --tag="config"

Example

Actito::profile()->find('emailAddress=john@doe.com');

Profile::all();
Table::find('posts', '154');

$actito = new Actito();
$actito->table->create(...);

All available methods are listed in each Facade, you can retrieve the Actito documentation link for each method inside src/Endpoints/*.

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 3.35k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-29