Download the PHP package daworks/ncloud-outbound-mailer-driver without Composer

On this page you can find all versions of the php package daworks/ncloud-outbound-mailer-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ncloud-outbound-mailer-driver

NCloud Outbound Mailer Driver for Laravel

이 패키지는 Laravel 프레임워크에서 NCloud Cloud Outbound Mailer를 사용할 수 있게 해주는 메일러 드라이버입니다.

버전 호환성

Laravel 버전 PHP 버전 패키지 버전
9.x ^8.1 ^1.0
10.x ^8.1 - ^8.2 ^1.0
11.x ^8.2 - ^8.3 ^1.0

요구사항

설치

설정

  1. 설정 파일을 발행합니다:

또는

선택적으로 원하는 설정만 발행할 수 있습니다.

  1. .env 파일에 NCloud 인증 정보를 추가합니다:

  2. config/mail.php에 NCloud 메일러를 추가합니다:

고급 설정

타임아웃 설정

API 요청 타임아웃을 설정할 수 있습니다:

재시도 설정

실패한 요청에 대한 재시도 횟수를 설정할 수 있습니다:

문제 해결

로깅

디버그 모드를 활성화하여 상세한 로그를 확인할 수 있습니다:

일반적인 문제

  1. 인증 오류

    • AUTH_KEY와 SERVICE_SECRET이 올바르게 설정되었는지 확인하세요.
  2. 첨부 파일 업로드 실패

    • 파일 크기 제한을 확인하세요.
    • 지원되는 파일 형식인지 확인하세요.
  3. API 타임아웃
    • NCLOUD_MAIL_TIMEOUT 값을 조정해보세요.

테스트

패키지의 테스트를 실행하려면:

라이선스

MIT 라이선스 하에 배포됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.

이전 버전 지원

Laravel 8.x 이하 버전을 사용하시는 경우 아래 링크를 참조하세요:

https://github.com/Daworks/ncloud-mailer-for-laravel6to8


All versions of ncloud-outbound-mailer-driver with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1|^8.2|^8.3
illuminate/support Version ^9.0|^10.0|^11.0
guzzlehttp/guzzle Version ^7.2
symfony/mailer Version ^6.4|^7.0
symfony/console Version ^6.4|^7.0
psr/log Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package daworks/ncloud-outbound-mailer-driver contains the following files

Loading the files please wait ....