Skip to content

Commit cec6aa5

Browse files
committed
standardize readme format and info across repos
1 parent 8293d24 commit cec6aa5

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ vendor
44
phpunit.xml
55
tests/log
66
build
7+
phplog
78

89
# Ignore eclipse project files
910
.buildpath

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ Authorize.Net PHP SDK
66
[![Packagist](https://img.shields.io/packagist/v/authorizenet/authorizenet.svg)](https://packagist.org/packages/authorizenet/authorizenet)
77

88

9-
## License
10-
Proprietary, see the provided `license.md`.
11-
12-
139
## Requirements
14-
- PHP 5.6+
15-
- cURL PHP Extension
16-
- JSON PHP Extension
17-
- An Authorize.Net Merchant account or Sandbox account (You can get a
18-
free sandbox account at http://developer.authorize.net/hello_world/sandbox/).
19-
- TLS 1.2 capable versions of libcurl and OpenSSL (or its equivalent)
10+
* PHP 5.6+
11+
* cURL PHP Extension
12+
* JSON PHP Extension
13+
* An Authorize.Net account (see _Registration & Configuration_ section below)
14+
* TLS 1.2 capable versions of libcurl and OpenSSL (or its equivalent)
2015

2116
### TLS 1.2
2217
The Authorize.Net APIs only support connections using the TLS 1.2 security protocol. This PHP SDK communicates with the Authorize.Net API using `libcurl` and `OpenSSL` (or equivalent crypto library). It's important to make sure you have new enough versions of these components to support TLS 1.2. Additionally, it's very important to keep these components up to date going forward to mitigate the risk of any security flaws that may be discovered in these libraries.
@@ -182,3 +177,8 @@ To autogenerate PHPDocs run:
182177
```shell
183178
vendor/bin/phpdoc -t doc/api/ -d lib
184179
```
180+
181+
182+
## License
183+
184+
This repository is destributed under a proprietary license. See the provided [`LICENSE.txt`](/license.txt) file.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Old Usage Examples (Of Deprecated SDK Functionality)
22
=======================================
33

4-
**PLEASE NOTE: These examples are for deprecated functionality. Refer to the [README](/README.md) in root folder of the SDK for the new examples.**
4+
# This documentation in this directoary and the objects it documents have been deprecated
5+
6+
**For the README for this repository, see `[README.md]`(/README.md) in the root level of the repository. For examples of how to interact with the current Authorize.Net API, see our new sample code GitHub repository at https://github.com/AuthorizeNet/sample-code-php.**
7+
8+
**What follows is the old README pertaining to this deprecated functionality:**
59

610
## Requirements
711

0 commit comments

Comments
 (0)