GithubHelp home page GithubHelp logo

seungmun / laravel-sens Goto Github PK

View Code? Open in Web Editor NEW
39.0 3.0 10.0 43 KB

NCloud SENS notification channels for Lovely Laravel. NCP 문자 전송 모듈

License: MIT License

PHP 100.00%
laravel laravel-notifications ncloud-sens ncloud sens laravel-sms mms notification php notifications

laravel-sens's Issues

[URGENT ACTION REQUIRED] StyleCI Payment Details

StyleCI is migrating to a new payment system, and you must re-enter your payment information as soon as possible to continue using the StyleCI Monthly Solo plan. Please re-enter your payment details on the StyleCI account settings page, or directly by clicking here.

http 전송을 Laravel의 Http를 이용해서 할 수 있도록 수정 가능할까요?

ncloud의 경우 발송한 메세지, 알림톡의 리스트에 접근할 수 있는 권한을 주지 않다보니
내용을 직접 저장을 해야하는데,
Guzzle을 사용해서 전송되다보니 전송하고 받는 것을 저장할 방법이 없습니다.

Http를 사용하면 이벤트로 처리를 하거나
전송하는 값과 전송 결과를 접근할 수 있는 방법을 마련해주시거나 하면 좋겠습니다.

테스트는 해봤는데,
아래 부분을

            $this->httpClient()->post($endpoint['url'], [
                'headers' => $this->prepareRequestHeaders(
                    $endpoint['method'],
                    $endpoint['path']
                ),
                'body' => json_encode($params),
            ]);

아래와 같이 변경만 해도 간단하게 해결이 가능하긴 합니다.

            Http::withHeaders($this->prepareRequestHeaders(
                $endpoint['method'],
                $endpoint['path']
            ))->post($endpoint['url'], $params);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.