File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The following PHP modules are currently supported by PHP/SAP.
4
4
5
- Module Author | Module | supported PHP versions | PHP/SAP composer package
6
- ------------------------ | ----------- | ---------------------- | -------------------------
7
- [ Eduard Koucky] [ koucky ] | ` saprfc ` | PHP 4.x - 5.5.x | [ ![ Packagist] [ koucky-version-badge ]] [ koucky-packagist ]
8
- [ Piers Harding] [ harding ] | ` sapnwrfc ` | PHP 5.x | [ ![ Packagist] [ harding-version-badge ]] [ harding-packagist ]
9
- [ Gregor Kralik] [ kralik ] | ` sapnwrfc ` | PHP 7.x | [ ![ Packagist] [ kralik-version-badge ]] [ kralik-packagist ]
5
+ | Module Author | Module | supported PHP versions | PHP/SAP composer package |
6
+ | -------------------------- | ------------ | ------------------------ | ---------------------------------------------------------- |
7
+ | [ Eduard Koucky] [ koucky ] | ` saprfc ` | PHP 4.x - 5.5.x | [ ![ Packagist] [ koucky-version-badge ]] [ koucky-packagist ] |
8
+ | [ Piers Harding] [ harding ] | ` sapnwrfc ` | PHP 5.x | [ ![ Packagist] [ harding-version-badge ]] [ harding-packagist ] |
9
+ | [ Gregor Kralik] [ kralik ] | ` sapnwrfc ` | PHP 7.x - 8.x | [ ![ Packagist] [ kralik-version-badge ]] [ kralik-packagist ] |
10
10
11
11
_ Please note, that none of the module authors is affiliated with PHP/SAP or involved in this project._
12
12
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ Use `composer require` to add PHP/SAP to your project. Depending on the
4
4
[ PHP module] ( php-modules ) you need to require a certain PHP/SAP composer
5
5
package.
6
6
7
- Module Author | Module | supported PHP versions | composer require
8
- -------------- | ----------- | ---------------------- | ------------------------
9
- Eduard Koucky | ` saprfc ` | PHP 4.x - 5.5.x | ` php-sap/saprfc-koucky `
10
- Piers Harding | ` sapnwrfc ` | PHP 5.x | ` php-sap/saprfc-harding `
11
- Gregor Kralik | ` sapnwrfc ` | PHP 7.x | ` php-sap/saprfc-kralik `
7
+ | Module Author | Module | supported PHP versions | composer require |
8
+ | --------------- | ------------ | ------------------------ | -------------------------- |
9
+ | Eduard Koucky | ` saprfc ` | PHP 4.x - 5.5.x | ` php-sap/saprfc-koucky ` |
10
+ | Piers Harding | ` sapnwrfc ` | PHP 5.x | ` php-sap/saprfc-harding ` |
11
+ | Gregor Kralik | ` sapnwrfc ` | PHP 7.x - 8.x | ` php-sap/saprfc-kralik ` |
12
12
13
13
The namespace of the library is ` \phpsap\saprfc ` , no matter which library you use.
14
14
You can’t perform that action at this time.
0 commit comments