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

+8
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

+9
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

+7
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

+7
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

+7
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

+7
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

+7
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

+7
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

+7
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

+7
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 |

php_modules/enchant/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# enchant
2+
3+
Enchant is the PHP binding for the Enchant library. Enchant steps in to provide uniformity and conformity on top of all spelling libraries, and implement certain features that may be lacking in any individual provider library.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.enchant.php |

php_modules/exif/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# exif
2+
3+
With the exif extension you are able to work with image meta data.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.exif.php |

php_modules/ffi/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ffi
2+
3+
This extension allows the loading of shared libraries (.DLL or .so), calling of C functions and accessing of C data structures in pure PHP, without having to have deep knowledge of the Zend extension API, and without having to learn a third “intermediate” language.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.ffi.php |

php_modules/fileinfo/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# fileinfo
2+
3+
The functions in this module try to guess the content type and encoding of a file by looking for certain magic byte sequences at specific positions within the file.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.fileinfo.php |

php_modules/filter/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# filter
2+
3+
This extension filters data by either validating or sanitizing it. This is especially useful when the data source contains unknown (or foreign) data, like user supplied input. For example, this data may come from an HTML form.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.filter.php |

php_modules/ftp/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ftp
2+
3+
The functions in this extension implement client access to files servers speaking the File Transfer Protocol (FTP) as defined in http://www.faqs.org/rfcs/rfc959.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.ftp.php |

php_modules/gd/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# gd
2+
3+
PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM. Even more conveniently, PHP can output image streams directly to a browser. You will need to compile PHP with the GD library of image functions for this to work. GD and PHP may also require other libraries, depending on which image formats you want to work with.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.image.php |

php_modules/gettext/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# gettext
2+
3+
The gettext functions implement an NLS (Native Language Support) API which can be used to internationalize your PHP applications.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.gettext.php |

php_modules/gmp/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# gmp
2+
3+
These functions allow for arbitrary-length integers to be worked with using the GNU MP library.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.gmp.php |

php_modules/hash/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# hash
2+
3+
Message Digest (hash) engine. Allows direct or incremental processing of arbitrary length messages using a variety of hashing algorithms.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.hash.php |

php_modules/iconv/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# iconv
2+
3+
This module contains an interface to iconv character set conversion facility. With this module, you can turn a string represented by a local character set into the one represented by another character set, which may be the Unicode character set.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.iconv.php |

php_modules/igbinary/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# igbinary
2+
3+
Igbinary is a drop in replacement for the standard PHP serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores PHP data structures in a compact binary form. Memory savings are significant when using memcached, APCu, or similar memory based storages for serialized data. The typical reduction in storage requirements are around 50%. The exact percentage depends on the data.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.igbinary.php |

php_modules/imagick/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# imagick
2+
3+
Imagick is a native php extension to create and modify images using the ImageMagick API.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.imagick.php |

php_modules/imap/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# imap
2+
3+
These functions enable you to operate with the IMAP protocol, as well as the NNTP, POP3 and local mailbox access methods.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.imap.php |

php_modules/interbase/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# interbase
2+
3+
This extension supports InterBase versions 6 and up and Firebird version 2.0 and up.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.ibase.php |

php_modules/intl/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# intl
2+
3+
Internationalization extension (further is referred as Intl) is a wrapper for ICU library, enabling PHP programmers to perform various locale-aware operations including but not limited to formatting, transliteration, encoding conversion, calendar operations, » UCA-conformant collation, locating text boundaries and working with locale identifiers, timezones and graphemes.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.intl.php |

php_modules/ioncube/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ioncube
2+
3+
Version 12.0 of the ionCube PHP Encoder is the industry standard solution to protect PHP scripts, making it quick, simple and easy to protect your PHP source code from observation, theft and change.
4+
5+
The ionCube Encoder compiles sourcecode to bytecode, can obfuscate and encrypt compiled code if desired, and has features to protect decryption keys in various ways, including a unique approach of algorithmic non-stored keys we call Dynamic Keys.
6+
7+
| Platform | Url |
8+
|----------|------------------------------------------------------------------|
9+
| Vendor | https://www.ioncube.com/php_encoder.php |

php_modules/json/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# json
2+
3+
This extension implements the JavaScript Object Notation (JSON) data-interchange format. PHP comes with a parser that is specifically written for PHP and licensed under the PHP license.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.json.php |

php_modules/ldap/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ldap
2+
3+
LDAP is the Lightweight Directory Access Protocol, and is a protocol used to access "Directory Servers". The Directory is a special kind of database that holds information in a tree structure.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.ldap.php |

php_modules/libxml/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# libxml
2+
3+
These functions/constants are available as of PHP 5.1.0, and the following core extensions rely on this libxml extension: DOM, libxml, SimpleXML, SOAP, WDDX, XSL, XML, XMLReader, XMLRPC and XMLWriter.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.libxml.php |

php_modules/mbstring/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mbstring
2+
3+
mbstring provides multibyte specific string functions that help you deal with multibyte encodings in PHP. In addition to that, mbstring handles character encoding conversion between the possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte encodings for convenience.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.mbstring.php |

php_modules/mcrypt/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mcrypt
2+
3+
This is an interface to the mcrypt library, which supports a wide variety of block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered "non-free". CFB/OFB are 8bit by default.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.mcrypt.php |

php_modules/memcache/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# memcache
2+
3+
Memcache module provides handy procedural and object-oriented interface to memcached, highly effective caching daemon, which was especially designed to decrease database load in dynamic web applications.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.memcache.php |

php_modules/memcached/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# memcached
2+
3+
This extension uses the libmemcached library to provide an API for communicating with memcached servers. It also provides a session handler (memcached).
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.memcached.php |

php_modules/mhash/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mhash
2+
3+
This is an interface to the mhash library. Mhash supports a wide variety of hash algorithms such as MD5, SHA1, GOST, and many others. For a complete list of supported hashes, refer to the constants page. The general rule is that you can access the hash algorithm from PHP with MHASH_hashname. For example, to access TIGER you use the PHP constant MHASH_TIGER.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/book.mhash.php |

php_modules/mongo/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# mongo
2+
3+
The legacy MongoDB PHP driver
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| GitHub | https://github.com/mongodb/mongo-php-driver-legacy |
8+
| Pecl | https://pecl.php.net/package/mongo |

php_modules/mongodb/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# mongodb
2+
3+
This extension is developed atop the libmongoc and libbson libraries. It provides a minimal API for core driver functionality: commands, queries, writes, connection management, and BSON serialization.
4+
5+
| Platform | Url |
6+
|----------|------------------------------------------------------------------|
7+
| PHP.net | https://www.php.net/manual/en/set.mongodb.php |
8+
| Pecl | https://pecl.php.net/package/mongodb |

0 commit comments

Comments
 (0)