omise-php icon indicating copy to clipboard operation
omise-php copied to clipboard

Omise PHP library

Results 19 omise-php issues
Sort by recently updated
recently updated
newest added

### Ojbective Currently OmiseApiResource is coupled with many responsibilities, just make the code too fat, and too hard to test. This pull request is taking some part of the code...

Status: Review Needed
project: 2.x

I need to pass some option to use for make it more secure and fastest. Example: CURLOPT_INTERFACE How to pass something like this into curl object ?

### 1. Objective This is the very first part of refactoring for a better organizing constants and variables in Omise-PHP. While `define('OMISE_SECRET_KEY', '')` works just fine, it's causing an 'immutable'...

Status: In progress
project: 3.x

### 1. Objective There are some misinformation at the docblock. This pull request is just to correct all those docblock in each classes. > ⚠️ **This pull request requires #115...

Status: In progress
project: 3.x

I am working on Laravel project . It throw error about the dash sign on file name 'omise-php' . How can I fix it ?? in the UsersController , you...

Type: Enhancement

Implement extension for [Omnipay](https://github.com/thephpleague/omnipay) Omnipay is a collection of packages which all depend on the [omnipay/common](https://github.com/thephpleague/omnipay-common) package to provide a consistent interface. There are no dependencies on official payment gateway...

> **!DISCLAIMER:** This pull request is only here just for brainstorming purpose. > It should not be merged directly to the `dev-3-0-0` branch. ### 1. Objective As previously I submitted...

Status: In progress
Type: Discussion
project: 3.x

Hey all, To preface, Laravel has phpunit tests built into the framework, where users can write custom tests for various parts of their application. Ideally, I'd like to use my...

There is a public [`offsetGet()`](https://github.com/omise/omise-php/blob/v2.6.0/lib/omise/res/obj/OmiseObject.php#L69-L72) method, but it returns only a particular element of the `_values` array, and there is no way to get the `_values` array at the whole....

Type: Discussion