Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salyangoz/yengec-partnership-php-sdk
PHP Package For Yengeç Partnership Services
https://github.com/salyangoz/yengec-partnership-php-sdk
Last synced: 5 days ago
JSON representation
PHP Package For Yengeç Partnership Services
- Host: GitHub
- URL: https://github.com/salyangoz/yengec-partnership-php-sdk
- Owner: salyangoz
- Created: 2021-05-21T10:33:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T12:54:03.000Z (over 3 years ago)
- Last Synced: 2024-04-09T23:20:56.264Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yengeç - PHP SDK
Requirments
PHP 8 and later.
Installation
Composer
To install via composer, run this command
composer require yengec/yengec_sdk
Then use composer's autoload
require_once('vendor/autoload.php');
Usage
You can find code samples in examples folder.