typedin / laravel-calendly
A Laravel Package to interact with Calendly API
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: 2025-03-08 02:34:45 UTC
README
WORK IN PROGRESS
This code is not ment to be used. PLEASE don't use it in production.
Initial url for the api is here. This api follows those specs. Further yaml can be get here:
- 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
Interact with Calendly API with Laravel
Documentation
Initial Calendly APi doc can be found here. Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the this package? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
Testing
You can run the tests with:
./vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information what has changed recently.
License
The MIT License (MIT). Please see License File for more information.