typedin / laravel-calendly
一个用于与Calendly API交互的Laravel包
0.0.20
2023-02-17 18:14 UTC
Requires
- php: ^8.1
- adbario/php-dot-notation: ^3.2
- guzzlehttp/guzzle: ^7.5
- illuminate/collections: ^10.0
- illuminate/http: ^10.0
- nesbot/carbon: ^2.66
- nette/php-generator: ^4.0.5
- orchestra/testbench: ^8.0
- symfony/yaml: ^6.2.5
Requires (Dev)
- fakerphp/faker: ^1.21
- laravel/helpers: ^1.6
- laravel/pint: ^1.4.1
- mockery/mockery: ^1.5.1
- nunomaduro/larastan: ^2.4
- phpunit/phpunit: ^9.6.3
- psy/psysh: @stable
- rector/rector: ^0.15.13
- dev-main
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.2.0
- dev-dependabot/github_actions/peter-evans/create-pull-request-6
- dev-dependabot/github_actions/actions/cache-4
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
- dev-create-pull-request/patch
This package is auto-updated.
Last update: 2024-09-08 01:15:14 UTC
README
正在进行中
此代码不建议使用。请勿在生产环境中使用。
API的初始URL为此处。此API遵循以下规范。更多信息请参阅以下yaml文件
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/models/Location.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/InPersonMeeting.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/OutboundCall.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/InboundCall.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/GoogleConference.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/ZoomConference.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/GotoMeetingConference.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/MicrosoftTeamsConference.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/CustomLocation.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/InviteeSpecifiedLocation.yaml
- https://stoplight.io/api/v1/projects/calendly/api-docs/nodes/reference/calendly-api/locations/WebExConference.yaml penapi.yaml
使用Laravel与Calendly API交互
文档
初始的Calendly API文档可以在此处找到。在使用此包时遇到困难?发现了一个错误?或者你有关于改进此包的一般性问题或建议?请在GitHub上创建问题,我们会尽快解决。
测试
你可以使用以下命令运行测试
./vendor/bin/phpunit
变更日志
请参阅CHANGELOG以获取最近更改的更多信息。
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证文件。