ConvertKitSDK-PHP
Kit official PHP SDK
File Explorer
- coding-standards.png
- new-release.png
- phpstan.png
- bug_report.yml
- config.yml
- feature_request.yml
- class.md.twig
- method.md.twig
- property.md.twig
- template.xml
- tests.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- ConvertKit_API.md
- ConvertKit_API_Traits.md
- Home.md
- ConvertKit_API.php
- ConvertKit_API_Traits.php
- ConvertKitAPIKeyTest.php
- ConvertKitAPIOAuthTest.php
- ConvertKitAPITest.php
- ConvertKitMethodsTest.php
- TestsTrait.php
- .env.dist.testing
- .env.example
- .gitattributes
- .gitignore
- composer.json
- CONTRIBUTING.md
- DEPLOYMENT.md
- DEVELOPMENT.md
- MIGRATION.md
- phpcs.tests.xml
- phpcs.xml
- phpstan.neon.dist
- phpstan.neon.example
- phpunit.xml
- README.md
- SETUP.md
- TESTING.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
composer
View Details ▼
composer
A package-based dependency manager for PHP projects.
composer init
Interactively create a `composer.json` file:
composer require {{user/package}}
Add a package as a dependency for this project, adding an entry to `composer.json`:
composer install
Install all the dependencies in this project's `composer.json` and create `composer.lock`:
// repository documentation
Was this content helpful?
(0 ratings)
