File: /volume1/@appstore/WebStation/misc/php_extension_list.json
{
"amqp": "This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.",
"apcu": "APCu is an in-memory key-value store for PHP. Keys are of type string and values can be any PHP variables. APCu only supports userland caching of variables.",
"apcu_bc": "This module provides a backwards APC compatible API using APCu.",
"ast": "php-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.",
"bcmath": "For arbitrary precision mathematics PHP offers the Binary Calculator which supports numbers of any size and precision, represented as strings.",
"bz2": "The bzip2 functions are used to transparently read and write bzip2 (.bz2) compressed files.",
"calendar": "The calendar extension presents a series of functions to simplify converting between different calendar formats.",
"cmark": "This extension provides access to the reference implementation of CommonMark, a rationalized version of Markdown syntax with a specification.",
"csv": "A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.",
"curl": "The curl extension allows you to connect and communicate to many different types of servers with many different types of protocols.",
"dba": "These functions build the foundation for accessing Berkeley DB style databases.",
"decimal": "Adds support for correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7",
"ds": "Efficient data structures for PHP 7, provided as an alternative to the array.",
"enchant": "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.",
"ev": "This extension provides interface to libev library - a high performance full-featured event loop written in C.",
"event": "This is an extension to efficiently schedule I/O, time and signal based events using the best I/O notification mechanism available for specific platform.",
"excimer": "Calls a user-defined callback when a one-shot or periodic timer expires. Also a sampling profiler backend, which aggregates backtraces collected by a periodic timer.",
"exif": "With the exif extension you are able to work with image meta data.",
"ffi": "This extension allows the loading of shared libraries (.DLL or .so), calling of C functions and accessing of C data structures in pure PHP",
"ftp": "The functions in this extension implement client access to files servers speaking the File Transfer Protocol (FTP).",
"gd": "Enables Creation and manipulation of images in various formats.",
"gearman": "Gearman is a generic application framework for farming out work to multiple machines or processes.",
"geoip": "The GeoIP extension allows you to find the location of an IP address.",
"geos": "GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).",
"geospatial": "The extension currently has implementations of the Haversine and Vincenty's formulas for calculating distances.",
"gettext": "The gettext functions implement an NLS (Native Language Support) API which can be used to internationalize your PHP applications.",
"gmagick": "Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.",
"gmp": "These functions allow you to work with arbitrary-length integers using the GNU MP library.",
"gnupg": "This module allows you to interact with gnupg.",
"grpc": "A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.",
"http": "Extended http Support",
"iconv": "With iconv extension, 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.",
"igbinary": "Igbinary is a drop in replacement for the standard PHP serializer.",
"imagick": "This module helps you to create and modify images using the ImageMagick library",
"imap": "These functions enable you to operate with the IMAP protocol, as well as the NNTP, POP3 and local mailbox access methods.",
"inotify": "The inotify extension exposes the inotify functions inotify_init(), inotify_add_watch() and inotify_rm_watch().",
"interbase": "Interbase/FireBird extension",
"intl": "Internationalization extension (further is referred as Intl) is a wrapper for ICU library, enabling PHP programmers to perform UCA-conformant collation and date/time/number/currency formatting in their scripts.",
"ion": "Amazon ion support",
"jsmin": "PHP extension for minifying JavaScript",
"json_post": "JSON POST handler",
"ldap": "Can be accessed to LDAP (Lightweight Directory Access Protocol) based directory servers; Based on the OpenLDAP library",
"luasandbox": "Lua interpreter with limits and safe environment",
"lzf": "lzf compression.",
"mailparse": "Mailparse is an extension for parsing and working with email messages.",
"maxminddb": "Reader for the MaxMind DB file format",
"mcrypt": "This is an interface to the mcrypt library",
"memcache": "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.",
"memcached": "Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.",
"memprof": "Memory profiler",
"mongo": "MongoDB database driver",
"mongodb": "MongoDB driver for PHP",
"mosquitto": "Extension for libmosquitto",
"msgpack": "PHP extension for interfacing with MessagePack",
"mysql": "These functions allow you to access MySQL database servers",
"mysqli": "These functions allow you to access MySQL 4.1 and above.",
"oauth": "This extension provides OAuth 1.0a consumer and provider bindings.",
"oci8": "These functions allow you to access Oracle Database.",
"opcache": "OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.",
"opencensus": "A stats collection and distributed tracing framework",
"openssl": "This module uses the functions of OpenSSL for generation and verification of signatures and for sealing (encrypting) and opening (decrypting) data.",
"openswoole": "High Performance Programmatic Server for PHP with Async IO, Coroutines and Fibers",
"parallel": "Parallel is a parallel concurrency extension",
"parle": "The parle extension provides general purpose lexing and parsing facilities.",
"pcntl": "Process Control support in PHP implements the Unix style of process creation, program execution, signal handling and process termination.",
"pcov": "Code coverage driver",
"pdo_dblib": "PDO_DBLIB is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to Microsoft SQL Server and Sybase databases through the FreeTDS library.",
"pdo_firebird": "Firebird/InterBase 6 driver for PDO",
"pdo_mysql": "PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x, 4.x and 5.x database.",
"pdo_oci": "Oracle Call Interface driver for PDO",
"pdo_odbc": "ODBC v3 Interface driver for PDO",
"pdo_pgsql": "PDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to PostgreSQL databases.",
"pdo_sqlite": "PDO_SQLITE is a driver that implements the PHP Data Objects (PDO) interface to enable access to SQLite 3 databases.",
"pdo_sqlsrv": "Microsoft Drivers for PHP for SQL Server (pdo_sqlsrv).",
"pgsql": "PostgreSQL database is an Open Source product and available without cost.",
"phar": "The phar extension provides a way to put entire PHP applications into a single file called a \"phar\" (PHP Archive) for easy distribution and installation.",
"php_trie": "PHP Trie extension",
"posix": "This module contains an interface to those functions defined in the IEEE 1003.1 (POSIX.1) standards document which are not accessible through other means.",
"propro": "Property proxy",
"protobuf": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
"pspell": "These functions allow you to check the spelling of a word and offer suggestions.",
"pthreads": "pthreads is an object-orientated API that provides all of the tools needed for multi-threading in PHP.",
"raphf": "Resource and persistent handles factory",
"rdkafka": "Kafka client based on librdkafka",
"recode": "This module contains an interface to the GNU Recode library.",
"redis": "PHP extension for interfacing with redis.",
"seaslog": "The Seaslog is an effective,fast,stable log extension for PHP.",
"shmop": "Shmop is an easy to use set of functions that allows PHP to read, write, create and delete Unix shared memory segments.",
"smbclient": "A PHP wrapper for libsmbclient",
"snmp": "The SNMP extension provides a very simple and easily usable toolset for managing remote devices via the Simple Network Management Protocol.",
"soap": "The SOAP extension can be used to write SOAP Servers and Clients.",
"sockets": "The socket extension implements a low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client.",
"sodium": "A simple, low-level PHP extension for libsodium.",
"solr": "The Solr extension allows you to communicate effectively with the Apache Solr Server in PHP.",
"sqlite3": "This is an extension for the SQLite Embeddable SQL Database Engine.",
"sqlsrv": "The SQLSRV extension allows you to access Microsoft SQL Server and SQL Azure databases.",
"ssh2": "Bindings to the libssh2 library which provide access to resources (shell, remote exec, tunneling, file transfer) on a remote machine using a secure cryptographic transport.",
"stomp": "This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object-oriented and procedural interfaces.",
"swoole": "Swoole is a high-performance networking framework using an event-driven, asynchronous, non-blocking I/O model. It can be used to develop high-performance, scalable, concurrent TCP, UDP, Unix socket, HTTP, Websocket services.",
"sysvmsg": "This module provides wrappers for the System V IPC inter-process messaging of functions.",
"sysvsem": "This module provides wrappers for the System V IPC shared memory of functions.",
"sysvshm": "This module provides wrappers for the System V IPC semaphores of functions",
"tensor": "A library and extension that provides objects for scientific computing in PHP.",
"tidy": "Tidy is a binding for the Tidy HTML clean and repair utility which allows you to not only clean and otherwise manipulate HTML, XHTML, and XML documents.",
"timezonedb": "Timezone Database to be used with PHP's date and time functions.",
"uopz": "The uopz - User Operations for Zend - extension exposes Zend Engine functionality normally used at compilation and execution time in order to allow modification of the internal structures that represent PHP code, and for user code to interact with the VM.",
"uploadprogress": "An extension to track progress of a file upload.",
"uuid": "uuid extension",
"vips": "PHP extension for interfacing with libvips",
"wddx": "Web Distributed Data Exchange",
"xdebug": "xdebug is a debugging and productivity extension for PHP",
"xdiff": "xdiff extension enables you to create and apply patch files containing differences between different revisions of files.",
"xhprof": "XHProf is a light-weight hierarchical and instrumentation based profiler.",
"xlswriter": "An efficient and fast xlsx file export extension.",
"xmldiff": "The extension is able to produce diffs of two XML documents and then to apply the difference to the source document.",
"xmlrpc": "Functions to write XML-RPC servers and clients.",
"xsl": "Implements the XSL standard, performing XSLT transformations using the libxslt library.",
"yaml": "This extension implements the YAML Ain't Markup Language (YAML) data serialization standard.",
"yac": "Yac (Yet Another cache), is a lock-free, shared memory user data cache, could be used to replace APC, local memcache.",
"yar": "Yar is a RPC framework which aims to provide a simple and easy way to do communication between PHP applications It has the ability to concurrently call multiple remote services.",
"zephir_parser": "Zephir code parser.",
"zlib": "This module enables you to transparently read and write gzip.",
"zip": "Enables to transparently read or write ZIP compressed archives and the files inside them.",
"zookeeper": "This extension uses libzookeeper library to provide API for communicating with ZooKeeper service.",
"zstd": "Zstandard extension"
}