awsdocs /
aws-doc-sdk-examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
90/100 healthLoading repository data…
AuthorizeNet / repository
This repository contains working code samples which demonstrate php integration with the Authorize.Net API
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains working code samples which demonstrate PHP integration with the Authorize.Net PHP SDK.
The samples are organized into categories and common usage examples, just like our API Reference Guide. Our API Reference Guide is an interactive reference for the Authorize.Net API. It explains the request and response parameters for each API method and has embedded code windows to allow you to send actual requests right within the API Reference Guide.
The samples are all completely independent and self-contained. You can analyze them to get an understanding of how a particular method works, or you can use the snippets as a starting point for your own project.
You can also run each sample directly from the command line.
$ git clone https://github.com/AuthorizeNet/sample-code-php.git
$ composer update
$ php PaymentTransactions/[CodeSampleName]
e.g.
$ php PaymentTransactions/authorize-credit-card.php
Note: If during "composer update", you get the error "composer failed to open stream invalid argument", go to your php.ini file (present where you have installed PHP), and uncomment the following lines:
extension=php_openssl.dll
extension=php_curl.dll
On Windows systems, you also have to uncomment:
extension_dir = "ext"
Then run composer update again. You might have to restart your machine before the changes take effect.
We provide a custom SPL autoloader. Just download the SDK and point to its autoload.php file:
require 'path/to/anet_php_sdk/autoload.php';
Selected from shared topics, language and repository description—not editorial ratings.
awsdocs /
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
90/100 healthphpbb /
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
89/100 healthsukritishah15 /
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
evgenkarlson /
| SCHOOL_42_UPDATE 2020 | This repository contains ALL PROJECTS, TASKS AND SUBJECTS OF THE MAIN PROGRAM OF LEARNING AT SCHOOL 42 ( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ). Этот репозиторий содержит все проекты и задания основной программы обучения Школы 42 и Школы 21
77/100 healthprotocolbuffers /
This repository contains only PHP files to support Composer installation. This repository is a mirror of [protobuf](https://github.com/protocolbuffers/protobuf). Any support requests, bug reports, or development contributions should be directed to that project. To install protobuf for PHP, please see https://github.com/protocolbuffers/protobuf/tree/master/php
81/100 healthlaravel-zero /
This repository contains the core code of Laravel Zero
74/100 health