Skip to content

Commit 9194378

Browse files
committed
Add basic Extension docs
1 parent bafc1b2 commit 9194378

File tree

37 files changed

+266
-0
lines changed

37 files changed

+266
-0
lines changed

php_modules/amqp/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# amqp
2+
3+
Object-oriented PHP bindings for the AMQP C library (https://github.com/alanxz/rabbitmq-c)
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| GitHub | https://github.com/php-amqp/php-amqp |
8+
| Pecl | https://pecl.php.net/package/amqp |

php_modules/apcu/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# apcu
2+
3+
APCu is an in-memory key-value store for PHP.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.apcu |
8+
| GitHub | https://github.com/krakjoe/apcu |
9+
| Pecl | https://pecl.php.net/package/apcu |

php_modules/bcmath/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# bcmath
2+
3+
For arbitrary precision mathematics PHP offers BCMath which supports numbers of any size and precision up to 2147483647 (or 0x7FFFFFFF) decimal digits, if there is sufficient memory, represented as strings.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.bc.php |

php_modules/blackfire/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# blackfire
2+
3+
Blackfire helps to improve web applications’ performance at each step of its lifecycle: from development to test, staging and production.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| Vendor | https://blackfire.io/docs/up-and-running/installation |

php_modules/bz2/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# bz2
2+
3+
The bzip2 functions are used to transparently read and write bzip2 (.bz2) compressed files.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.bzip2.php |

php_modules/calendar/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# calendar
2+
3+
The calendar extension presents a series of functions to simplify converting between different calendar formats.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.calendar.php |

php_modules/ctype/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ctype
2+
3+
The functions provided by this extension check whether a character or string falls into a certain character class according to the current locale.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.ctype.php |

php_modules/curl/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# curl
2+
3+
PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.curl.php |

php_modules/dba/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# dba
2+
3+
These functions build the foundation for accessing Berkeley DB style databases.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.dba.php |

php_modules/dom/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# dom
2+
3+
The DOM extension allows you to operate on XML documents through the DOM API with PHP.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.dom.php |

0 commit comments

Comments
 (0)