amphp-amp
- Ebuilds: 2, Testing: 3.1.1 Description:
This package provides a PHP component with a collection of event-driven
libraries for PHP designed with fibers and concurrency in mind.
Homepage:https://github.com/amphp/amp License: MIT
amphp-byte-stream
- Ebuilds: 2, Testing: 2.1.2 Description:
This package provides a PHP component with a stream abstraction to ease
working with various byte streams.
Homepage:https://github.com/amphp/byte-stream License: MIT
amphp-cache
- Ebuilds: 2, Testing: 2.0.1 Description:
This package provides a PHP component with a capability to
provides a cache interface and multiple implementations of it.
Homepage:https://github.com/amphp/cache License: MIT
amphp-dns
- Ebuilds: 2, Testing: 2.4.0 Description:
This package provides a PHP component with a possibility to
provide hostname to IP address resolution and querying specific
DNS records.
Homepage:https://github.com/amphp/dns License: MIT
amphp-file
- Ebuilds: 2, Testing: 3.2.0 Description:
This package provides a PHP component with an abstraction layer and
non-blocking file access solution that keeps your application responsive.
Homepage:https://github.com/amphp/file License: MIT
amphp-hpack
- Ebuilds: 2, Testing: 3.2.1 Description:
This package provides a PHP component with a HTTP/2 header compression
implementation in PHP.
Homepage:https://github.com/amphp/hpack License: MIT
amphp-http
- Ebuilds: 2, Testing: 2.1.2 Description:
This package provides a PHP component with a collection of basic HTTP
primitives which can be shared by servers and clients.
Homepage:https://github.com/amphp/http License: MIT
amphp-http-client
- Ebuilds: 2, Testing: 5.3.4 Description:
This package provides a PHP component from AMPHP with an asynchronous
HTTP client for PHP. Its API simplifies standards-compliant
HTTP resource traversal and RESTful web service consumption
without obscuring the underlying protocol.
Homepage:https://github.com/amphp/http-client License: MIT
amphp-http-server
- Ebuilds: 2, Testing: 3.4.3 Description:
This package provides a PHP component from AMPHP with a non-blocking,
concurrent HTTP/1.1 and HTTP/2 application server for PHP.
Homepage:https://github.com/amphp/http-server License: MIT
amphp-parallel
- Ebuilds: 2, Testing: 2.3.2 Description:
This package provides a PHP component which provides true parallel
processing for PHP using multiple processes or threads,
without blocking and no extensions required.
Homepage:https://github.com/amphp/parallel License: MIT
amphp-parser
- Ebuilds: 2, Testing: 1.1.1 Description:
This package provides a PHP component with a possibility
easily building streaming generator parsers.
Homepage:https://github.com/amphp/parser License: MIT
amphp-pipeline
- Ebuilds: 2, Testing: 1.2.3 Description:
This package provides a PHP component with a collection of
concurrent iterators and collection operators.
Homepage:https://github.com/amphp/pipeline License: MIT
amphp-process
- Ebuilds: 2, Testing: 2.0.3 Description:
This package provides a PHP component with an asynchronous process
dispatcher that works on all major platforms (including Windows).
It makes running child processes simple.
Homepage:https://github.com/amphp/process License: MIT
amphp-serialization
- Ebuilds: 2, Testing: 1.0.0 Description:
This package provides a PHP component with a library providing
serialization tools for IPC and data storage in PHP.
Homepage:https://github.com/amphp/serialization License: MIT
amphp-socket
- Ebuilds: 2, Testing: 2.3.1 Description:
This package provides a PHP component with a library for establishing
and encrypting non-blocking sockets. It provides a socket abstraction
for clients and servers. It abstracts the really low levels of
non-blocking streams in PHP.
Homepage:https://github.com/amphp/socket License: MIT
amphp-sync
- Ebuilds: 2, Testing: 2.3.0 Description:
This package provides a PHP component with a synchronization primitives
such as locks and semaphores for asynchronous and concurrent programming.
Homepage:https://github.com/amphp/sync License: MIT
awl (ambiguous, available in 2 overlays)
- Ebuilds: 2, Testing: 0.64 Description: Andrew McMillan's Web Libraries
Homepage:https://gitlab.com/davical-project/awl License: GPL-2 GPL-2+ GPL-3+ LGPL-2+ LGPL-3+
ca-bundle (ambiguous, available in 2 overlays)
- Ebuilds: 2, Stable: 1.3.1, Testing: 1.5.10-r1 Description:
Small utility library that lets you find a path to the system CA
bundle, and includes a fallback to the Mozilla CA bundle.
Originally written as part of dev-php/composer, now extracted and
made available as a stand-alone library.
Homepage:https://github.com/composer/ca-bundle License: MIT
cache
- Ebuilds: 2, Testing: 1.0.0 Description:
This package provides cache adapters and libraries with features
like tagging and hierarchy support.
Homepage:https://github.com/php-cache/cache License: MIT
cli-prompt
- Ebuilds: 1, Testing: 1.0.4 Description:
Allows you to prompt for user input on the command line,
and optionally hide the characters they type.
Homepage:https://github.com/Seldaek/cli-prompt License: MIT
clue-graph
- Ebuilds: 1, Testing: 0.9.3 Description: GraPHP is the mathematical graph/network library written in PHP.
Homepage:https://github.com/graphp/graph License: MIT
composer (ambiguous, available in 3 overlays)
- Ebuilds: 6, Testing: 2.9.5, 2.9.2 Description: Dependency Manager for PHP
Homepage:https://github.com/composer/composer License: MIT
composer-ca-bundle
- Ebuilds: 2, Testing: 1.5.8 Description:
This package provides a small utility library that lets you find a path
to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
Homepage:https://github.com/composer/ca-bundle License: MIT
composer-pcre
- Ebuilds: 2, Testing: 3.3.2 Description:
This package provides PCRE wrapping library that offers type-safe preg_
replacements. This library gives you a way to ensure preg_ functions
do not fail silently, returning unexpected nulls that may not be handled.
Homepage:https://github.com/composer/pcre License: MIT
composer-semver
- Ebuilds: 2, Testing: 3.4.4 Description:
This package provides a Semver (Semantic Versioning) library
that offers utilities, version constraint parsing and validation.
Homepage:https://github.com/composer/semver License: MIT
composer-spdx-licenses
- Ebuilds: 2, Testing: 1.5.9 Description:
This package provides SPDX (Software Package Data Exchange) licenses
list and validation library, extracted and made available as a stand-alone library.
Homepage:https://github.com/composer/spdx-licenses License: MIT
daverandom-enum
- Ebuilds: 2, Testing: 1.0.0 Description:
This package provides a PHP component with a library consists of
a single abstract class, which can be extended by enumerations so
that they need only define their member values as constants.
Homepage:https://github.com/DaveRandom/Enum License: MIT
doctrine-cache
- Ebuilds: 2, Testing: 2.2.0 Description:
This package provides a PHP component from Doctrine with a library,
which holds cache component.
Homepage:https://github.com/doctrine/cache License: MIT
doctrine-common
- Ebuilds: 2, Testing: 3.5.0 Description:
This package provides a PHP component from Doctrine that provides
a library that provides extensions to core PHP functionality.
Homepage:https://github.com/doctrine/common License: MIT
doctrine-data-fixtures
- Ebuilds: 2, Testing: 2.1.0 Description:
This package provides a PHP component from Doctrine with extension
aims to provide a simple way to manage and execute the loading of data
fixtures for the Doctrine ORM or ODM.
Homepage:https://github.com/doctrine/data-fixtures License: MIT
doctrine-dbal
- Ebuilds: 2, Testing: 4.3.3 Description:
This package provides a PHP component from Doctrine with many features
for database schema introspection and schema management.
Homepage:https://github.com/doctrine/dbal License: MIT
doctrine-deprecations
- Ebuilds: 2, Testing: 1.1.5 Description:
This package provides a PHP component from Doctrine with small
(side-effect free by default) layer on top of
trigger_error(E_USER_DEPRECATED) or PSR-3 logging.
Homepage:https://github.com/doctrine/deprecations License: MIT
doctrine-inflector
- Ebuilds: 2, Testing: 2.1.0 Description:
This package provides a PHP component from Doctrine with a small
library that can perform string manipulations with regard to
uppercase/lowercase and singular/plural forms of words.
Homepage:https://github.com/doctrine/inflector License: MIT
doctrine-instantiator (ambiguous, available in 2 overlays)
- Ebuilds: 3, Stable: 1.4.0, Testing: 2.0.0, 1.4.0 Description: Utility to instantiate objects in PHP without invoking their constructors
Homepage:https://github.com/doctrine/instantiator License: MIT
doctrine-lexer
- Ebuilds: 2, Testing: 3.0.1 Description:
This package provides a PHP component from Doctrine with a base library
for a lexer that can be used in Top-Down, Recursive Descent Parsers.
Homepage:https://github.com/doctrine/lexer License: MIT
doctrine-orm
- Ebuilds: 2, Testing: 3.5.2 Description:
This package provides a PHP component from Doctrine with an
object-relational mapper that provides transparent persistence
for PHP objects.
Homepage:https://github.com/doctrine/orm License: MIT
doctrine-persistence
- Ebuilds: 2, Testing: 3.4.0 Description:
This package provides a PHP component from Doctrine with a library
that provides common abstractions for object mapper persistence.
Homepage:https://github.com/doctrine/persistence License: MIT
fedora-autoloader
- Ebuilds: 1, Stable: 1.0.1, Testing: 1.0.1 Description:
Static PSR-4, PSR-0, and classmap autoloader.
Includes loader for required and optional dependencies.
Homepage:https://github.com/php-fedora/autoloader License: MIT
fpdf
- Ebuilds: 1, Testing: 1.85 Description:
FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
FPDF has other advantages: high level functions. Here is a list of its main features:
* Choice of measure unit, page format and margins
* Page header and footer management
* Automatic page break
* Automatic line break and text justification
* Image support (JPEG, PNG and GIF)
* Colors
* Links
* TrueType, Type1 and encoding support
* Page compression
FPDF requires no extension (except Zlib to enable compression and GD for GIF support). The latest version requires at least PHP 5.1.
Homepage:http://www.fpdf.org/ License: freedist
guzzlehttp-promises
- Ebuilds: 2, Testing: 2.3.0 Description:
This package provides a PHP component with an implementation that
handles promise chaining and resolution iteratively, allowing for
"infinite" promise chaining while keeping the stack size constant.
Homepage:https://github.com/guzzle/promises License: MIT
guzzlehttp-psr7
- Ebuilds: 2, Testing: 2.8.0 Description:
This package provides a PHP component with a full PSR-7 message
implementation, several stream decorators, and some helpful
functionality like query string parsing.
Homepage:https://github.com/guzzle/psr7 License: MIT
hamcrest
- Ebuilds: 2, Testing: 2.1.1 Description:
This package provides a matching library originally written for Java,
but subsequently ported to many other languages.
Homepage:https://github.com/hamcrest/hamcrest-php License: BSD
igbinary
- Ebuilds: 3, Stable: 3.2.15, Testing: 3.2.15_p20251126 Description: A fast drop-in replacement for the standard PHP serialize
Homepage:https://github.com/igbinary/igbinary License: BSD
kelunik-certificate
- Ebuilds: 2, Testing: 1.1.3 Description:
This package provides a PHP component with a possibility to
access certificate details and transform between different formats.
Homepage:https://github.com/kelunik/certificate License: MIT
laminas-code
- Ebuilds: 2, Testing: 4.16.0 Description:
This package provides a PHP component which facilities to generate
arbitrary code using an object-oriented interface, both to create
new code as well as to update existing code.
Homepage:https://github.com/laminas/laminas-code License: BSD
laminas-diactoros
- Ebuilds: 2, Testing: 3.6.0 Description:
This package provides a PHP component with a implementations of
the PSR-7 HTTP message interfaces and PSR-17 HTTP message factory interfaces.
Homepage:https://github.com/laminas/laminas-diactoros License: BSD
laminas-stdlib
- Ebuilds: 2, Testing: 3.20.0 Description:
This package provides a PHP component with a set of components
that implements general purpose utility class for different scopes.
Homepage:https://github.com/laminas/laminas-stdlib License: BSD
laravel-pint
- Ebuilds: 2, Testing: 1.26.0 Description: Laravel Pint is an opinionated PHP code style fixer for minimalists
Homepage:https://github.com/laravel/pint License: MIT
league-flysystem
- Ebuilds: 2, Testing: 3.30.0 Description:
This package provides a PHP component with a file storage library for PHP.
It provides one interface to interact with many types of filesystems.
Homepage:https://github.com/thephpleague/flysystem License: MIT
league-uri
- Ebuilds: 2, Testing: 7.5.1 Description:
This package provides a PHP component with a simple and intuitive classes
to manage URIs in PHP.
Homepage:https://github.com/thephpleague/uri License: MIT
masterminds-html5
- Ebuilds: 2, Testing: 2.10.0 Description:
This package provides a PHP component with a standards-compliant HTML5 parser
and writer written entirely in PHP.
Homepage:https://github.com/Masterminds/html5-php License: MIT
metadata-minifier (ambiguous, available in 2 overlays)
- Ebuilds: 2, Stable: 1.0.0, Testing: 1.0.0-r1 Description: Small utility library that handles metadata minification and expansion
Homepage:https://github.com/composer/metadata-minifier License: MIT
mockery
- Ebuilds: 2, Testing: 1.6.12 Description:
This package provides a a simple yet flexible PHP mock object framework
for use in unit testing with PHPUnit, PHPSpec or any other testing framework.
Homepage:https://github.com/mockery/mockery License: BSD
mongodb
- Ebuilds: 2, Testing: 1.21.2 Description:
This package provides a high-level abstraction around the
lower-level PHP driver (mongodb extension).
Homepage:https://github.com/mongodb/mongo-php-library License: MIT
nyholm-psr7
- Ebuilds: 2, Testing: 1.8.2 Description:
This package provides a PHP component with a super lightweight PSR-7
implementation. Very strict and very fast.
Homepage:https://github.com/Nyholm/psr7 License: MIT
pcre
- Ebuilds: 1, Testing: 3.3.2-r1 Description: PCRE wrapping library that offers type-safe preg_* replacements.
Homepage:https://github.com/composer/pcre License: MIT
pdepend
- Ebuilds: 1, Testing: 2.16.2 Description: Official version of pdepend to be handled with Composer
Homepage:https://github.com/pdepend/pdepend License: BSD-3-Clause
pear
- Ebuilds: 1, Stable: 1.10.3-r1, Testing: 1.10.3-r1 Description: PEAR - PHP Extension and Application Repository
Homepage:https://pear.php.net/ License: MIT
pecl-PDO_DBLIB
- Ebuilds: 3, Testing: 1.0-r4 Description: PHP bindings for the Free TDS library
License: PHP-3.01
pecl-amqp (ambiguous, available in 2 overlays)
- Ebuilds: 2, Testing: 2.2.0 Description: PHP Bindings for AMQP 0-9-1 compatible brokers
License: PHP-3.01
pecl-apcu (ambiguous, available in 3 overlays)
- Ebuilds: 5, Stable: 5.1.24, Testing: 5.1.28, 5.1.27 Description: Stripped down version of APC supporting only user cache
License: PHP-3.01
pecl-dio
- Ebuilds: 1, Testing: 0.2.1 Description: Direct I/O functions for PHP
License: PHP-3.01
pecl-ds
- Ebuilds: 2, Testing: 1.6.0 Description:
A PHP language extension that provides specialized data structures as
efficient alternatives to the PHP array.
License: MIT
pecl-eio
- Ebuilds: 2, Testing: 3.1.4 Description:
A PHP library providing a wrapper around the libeio,
an asynchronous I/O library.
License: PHP-3.01
pecl-ev
- Ebuilds: 2, Testing: 1.2.1 Description:
A PHP library providing a wrapper aka interface around <pkg>dev-libs/libev</pkg>
for PHP extension.
License: PHP-3.01
pecl-http (ambiguous, available in 2 overlays)
- Ebuilds: 3, Stable: 4.3.1, Testing: 4.3.1 Description: Extended HTTP Support for PHP
License: BSD-2 MIT
pecl-igbinary
- Ebuilds: 2, Testing: 3.2.16 Description:
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.
License: BSD
pecl-mailparse
- Ebuilds: 1, Stable: 3.1.6 Description: PHP extension for parsing and working with RFC822 and MIME compliant messages
License: PHP-3.01
pecl-mcrypt (ambiguous, available in 3 overlays)
- Ebuilds: 4, Stable: 1.0.7-r1, Testing: 1.0.9, 1.0.6 Description:
A PHP library providing a wrapper around mcrypt, which impements
an uniform interface to access several encryption algorithms
License: PHP-3.01
pecl-memcache (ambiguous, available in 3 overlays)
- Ebuilds: 6, Testing: 8.2-r1 Description: PHP extension for using memcached
License: PHP-3
pecl-memcached
- Ebuilds: 2, Stable: 3.4.0 Description: Interface PHP with memcached via libmemcached library
License: PHP-3.01
pecl-parallel (ambiguous, available in 2 overlays)
- Ebuilds: 6, Stable: 1.2.7-r1, Testing: 1.2.8 Description: A succint parallel concurrency API for PHP
License: PHP-3.01
pecl-radius
- Ebuilds: 1, Testing: 1.4.0_beta1-r4 Description: Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)
Homepage:https://pecl.php.net/package/radius License: BSD
pecl-raphf (ambiguous, available in 2 overlays)
- Ebuilds: 2, Stable: 2.0.2 Description: A reusable, persistent handle and resource factory API
License: BSD-2
pecl-uploadprogress
- Ebuilds: 1, Stable: 2.0.2-r2 Description:
An extension to track the progress of a file upload. See
https://github.com/php/pecl-php-uploadprogress/tree/master/examples for
examples. It is known to work on apache with mod_php and, beginning with 2.0,
php-fpm with apache and nginx; other servers and SAPIs are not known to work.
License: PHP-3.01
pecl-uuid (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 1.3.0 Description: A wrapper around libuuid
License: LGPL-2.1
pecl-uv
- Ebuilds: 2, Testing: 0.3.0 Description:
A PHP library providing a wrapper aka interface around libuv from
the Amp project.
License: PHP-3.01
pecl-yaml
- Ebuilds: 1, Testing: 2.3.0 Description: YAML 1.1 (YAML Ain't Markup Language) serialization for PHP
License: MIT
pecl-yaz
- Ebuilds: 1, Stable: 1.2.4-r1, Testing: 1.2.4-r1 Description: This extension implements a Z39.50 client for PHP using the YAZ toolkit
License: BSD
phar-io-version (ambiguous, available in 2 overlays)
- Ebuilds: 3, Stable: 3.1.0, Testing: 3.2.1, 3.1.0 Description: Library for handling version information and constraints
Homepage:https://github.com/phar-io/version License: BSD
php-http-discovery
- Ebuilds: 2, Testing: 1.19.4 Description:
This package provides a library for PHP with auto-discovery and
auto-installation of well-known PSR-17, PSR-18 and HTTPlug implementations.
Homepage:https://github.com/php-http/httplug License: MIT
php-http-httplug
- Ebuilds: 2, Testing: 2.4.0 Description:
This package provides a library for PHP with HTTP client standard
built on PSR-7 HTTP messages.
Homepage:https://github.com/php-http/httplug License: MIT
php-http-promise
- Ebuilds: 2, Testing: 1.3.1 Description:
This package provides a library for PHP with promise used
for asynchronous HTTP requests.
Homepage:https://github.com/php-http/promise License: MIT
php-spx
- Ebuilds: 4, Stable: 0.4.16, Testing: 0.4.22, 0.4.16 Description: A simple & straight-to-the-point PHP profiling extension with its built-in web UI
Homepage:https://github.com/NoiseByNorthwest/php-spx License: MIT
phpdocumentor-reflection-common
- Ebuilds: 2, Testing: 2.2.0 Description:
This package provides a PHP component with a library, which can provide
support for annotations via DocBlocks or otherwise retrieve information
that is embedded in a DocBlock.
Homepage:https://github.com/phpDocumentor/ReflectionCommon License: MIT
phpdocumentor-type-resolver
- Ebuilds: 2, Testing: 1.10.0 Description:
This package provides two Resolvers that are capable of returning a series
of Value Object for given expression and returning an FQSEN object after
resolving any partial Structural Element Names.
Homepage:https://github.com/phpDocumentor/TypeResolver License: MIT
phpmd
- Ebuilds: 1, Testing: 2.15.0 Description: PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.
Homepage:https://github.com/phpmd/phpmd License: BSD
phpstan-phpdoc-parser (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 2.3.0 Description:
This package provides a PHP component with a library represents
PHPDocs with an AST (Abstract Syntax Tree). It supports parsing and
modifying PHPDocs.
Homepage:https://github.com/phpstan/phpdoc-parser License: MIT
phpunit
- Ebuilds: 2, Testing: 11.5.35 Description:
This package provides a PHPUnit, programmer-oriented testing framework for PHP.
It is an instance of the xUnit architecture for unit testing frameworks.
Homepage:https://github.com/sebastianbergmann/phpunit License: BSD
predis (ambiguous, available in 2 overlays)
- Ebuilds: 4, Testing: 2.4.0, 2.3.0 Description:
This package provides a Predis, flexible and feature-complete Redis
client for PHP 7.2 and newer.
Homepage:https://github.com/predis/predis License: MIT
psr-cache
- Ebuilds: 2, Testing: 3.0.0 Description:
This package provides all interfaces related to PSR-6 (Caching Interface).
Note that this is not a Caching implementation of its own.
It is merely interfaces that describe the components of a Caching mechanism.
Homepage:https://github.com/php-fig/cache License: MIT
psr-clock
- Ebuilds: 2, Testing: 1.0.0 Description:
This package provides all interfaces related to PSR-20 (Container Interface).
Note that this is not a clock of its own. It is merely an interface that
describes a clock. See the specification for more details.
Homepage:https://github.com/php-fig/container License: MIT
psr-container (ambiguous, available in 2 overlays)
- Ebuilds: 4, Testing: 2.0.2-r1 Description:
This package provides all interfaces related to PSR-11 (Container Interface).
Note that this is not a Container implementation of its own.
It is merely abstractions that describe the components of
a Dependency Injection Container.
Homepage:https://github.com/php-fig/container License: MIT
psr-event-dispatcher
- Ebuilds: 2, Testing: 1.0.0 Description:
This package provides all interfaces related to PSR-14 (Event Dispatcher).
Note that this is not a Event Dispatcher implementation of its own.
It is merely interfaces that describe the components of Event Dispatcher.
Homepage:https://github.com/php-fig/event-dispatcher License: MIT
psr-http-client
- Ebuilds: 2, Testing: 1.0.3 Description:
This package holds all the common code related to PSR-18 (HTTP Client).
Note that this is not a HTTP Client implementation of its own.
It is merely abstractions that describe the components of a HTTP Client.
Homepage:https://github.com/php-fig/http-client License: MIT
psr-http-factory
- Ebuilds: 2, Testing: 1.1.0 Description:
This package holds all interfaces related to PSR-17 (HTTP Factories).
Note that this is not a HTTP Factory implementation of its own.
It is merely interfaces that describe the components of a HTTP Factory.
Homepage:https://github.com/php-fig/http-factory License: MIT
psr-http-message
- Ebuilds: 2, Testing: 2.0 Description:
This package holds all interfaces/classes/traits related to PSR-7.
Note that this is not a HTTP message implementation of its own.
It is merely an interface that describes a HTTP message.
Homepage:https://github.com/php-fig/http-message License: MIT
psr-log (ambiguous, available in 3 overlays)
- Ebuilds: 3, Stable: 3.0.2, Testing: 3.0.2-r1 Description:
PSR-3 logger, provide a common interface for logging libraries.
The main goal is to allow libraries to receive a
Psr\Log\LoggerInterface object and write logs to it in a simple
and universal way.
Homepage:https://github.com/php-fig/log License: MIT
psr-simple-cache
- Ebuilds: 2, Testing: 3.0.0 Description:
This package provides all interfaces related to PSR-16.
Note that this is not a cache implementation of its own.
It is merely an interface that describes a cache implementation.
Homepage:https://github.com/php-fig/simple-cache License: MIT
reactphp-promise
- Ebuilds: 1, Stable: 2.8.0, Testing: 2.8.0 Description: A lightweight implementation of CommonJS Promises/A for PHP
Homepage:https://reactphp.org/promise/ License: MIT
revolt-event-loop
- Ebuilds: 2, Testing: 1.0.7 Description:
This package provides a PHP component with a rock-solid event loop for
concurrent PHP applications. The usual PHP application spends most of
its time waiting for I/O. While PHP is single threaded, cooperative
multitasking can be used to allow for concurrency by using the waiting
time to do different things.
Homepage:https://github.com/revoltphp/event-loop License: MIT
scrypt (ambiguous, available in 2 overlays)
- Ebuilds: 5, Testing: 2.0.1 Description:
A PHP library providing a wrapper to Colin Percival's scrypt
implementation. Scrypt is a key derivation function designed
to be far more secure against hardware brute-force attacks
than alternative functions such as PBKDF2 or bcrypt.
License: BSD-2
sebastian-code-unit-reverse-lookup (ambiguous, available in 2 overlays)
- Ebuilds: 3, Stable: 2.0.3, Testing: 4.0.1, 2.0.3 Description: Looks up which function or method a line of code belongs to
Homepage:https://phpunit.de License: BSD
sebastian-complexity
- Ebuilds: 1, Testing: 2.0.2 Description: Library for calculating the complexity of PHP code units
Homepage:https://phpunit.de License: BSD
sebastian-resource-operations
- Ebuilds: 1, Stable: 2.0.1, Testing: 2.0.1 Description: Provides a list of PHP built-in functions that operate on resources
Homepage:https://phpunit.de License: BSD
sebastian-type (ambiguous, available in 2 overlays)
- Ebuilds: 3, Stable: 1.1.4, Testing: 5.1.3, 1.1.4 Description: Collection of value objects that represent the types of the PHP type system
Homepage:https://phpunit.de License: BSD
sebastian-version (ambiguous, available in 2 overlays)
- Ebuilds: 3, Stable: 3.0.2, Testing: 5.0.2, 3.0.2 Description: Helps with managing the version number of Git-hosted PHP projects
Homepage:https://phpunit.de License: BSD
seld-signal-handler (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 2.0.2-r1 Description:
A PHP library providing a simple unix signal handler that silently
fails on windows for easy cross-platform development
Homepage:https://github.com/Seldaek/signal-handler License: MIT
semver (ambiguous, available in 2 overlays)
- Ebuilds: 2, Stable: 3.2.6, Testing: 3.4.4-r1 Description: Semantic versioning utilities, constraint parsing, and checking
Homepage:https://github.com/composer/semver License: MIT
smarty (ambiguous, available in 2 overlays)
- Ebuilds: 2, Stable: 4.3.1, Testing: 4.3.1, 3.1.48 Description:
Smarty is a template engine for PHP, facilitating the separation
of presentation (HTML/CSS) from application logic. This implies
that PHP code is application logic, and is separated from the
presentation.
Homepage:https://www.smarty.net/ https://github.com/smarty-php/smarty/ License: LGPL-3
spdx-licenses (ambiguous, available in 2 overlays)
- Ebuilds: 2, Stable: 1.5.4, Testing: 1.5.9-r1 Description: Tools for working with and validating SPDX licenses
Homepage:https://github.com/composer/spdx-licenses License: MIT
spx
- Ebuilds: 2, Testing: 0.4.20 Description:
SPX, which stands for Simple Profiling eXtension, is a just another
profiling extension for PHP. It differentiates itself from other
similar extensions as being totally free and confined to target
infrastructure, able to collect data without losing context.
Homepage:https://github.com/NoiseByNorthwest/php-spx License: GPL-3
symfony-browser-kit
- Ebuilds: 2, Testing: 7.3.2 Description:
This package provides a PHP component from Symfony, which
simulates the behavior of a web browser, allowing you to make requests,
click on links and submit forms programmatically.
Homepage:https://github.com/symfony/browser-kit License: MIT
symfony-cache
- Ebuilds: 2, Testing: 7.3.2 Description:
This package provides a PHP component from Symfony, which has extended
PSR-6 implementations for adding cache to your applications.
It is designed to have a low overhead so that caching is fastest.
Homepage:https://github.com/symfony/cache License: MIT
symfony-clock
- Ebuilds: 2, Testing: 7.3.0 Description:
This package provides a PHP component from Symfony, which
decouples applications from the system clock.
Homepage:https://github.com/symfony/clock License: MIT
symfony-config (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 7.3.2, 5.4.45 Description:
This package provides a PHP component from Symfony, which helps to
find, load, combine, autofill and validate configuration values of
any kind, whatever their source may be.
Homepage:https://github.com/symfony/config License: MIT
symfony-console (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 7.3.3, 6.4.30-r1 Description:
This package provides a PHP component from Symfony eases
the creation of beautiful and testable command line interfaces.
Homepage:https://github.com/symfony/console License: MIT
symfony-dependency-injection (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 7.3.3, 5.4.48 Description:
This package provides a PHP component from Symfony which allows to
standardize and centralize the way objects are constructed in application.
Homepage:https://github.com/symfony/dependency-injection License: MIT
symfony-dom-crawler
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which
eases DOM navigation for HTML and XML documents.
Homepage:https://github.com/symfony/dom-crawler License: MIT
symfony-emoji
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony to manage
emoji characters and sequences from the Unicode CLDR
Homepage:https://github.com/symfony/emoji License: MIT
symfony-event-dispatcher
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony with tools that
allow application components to communicate with each other by
dispatching events and listening to them.
Homepage:https://github.com/symfony/event-dispatcher License: MIT
symfony-expression-language
- Ebuilds: 2, Testing: 7.3.2 Description:
This package provides a PHP component from Symfony with an engine that
can compile and evaluate expressions. An expression is a one-liner that
returns a value (mostly, but not limited to, Booleans).
Homepage:https://github.com/symfony/expression-language License: MIT
symfony-finder (ambiguous, available in 3 overlays)
- Ebuilds: 4, Stable: 3.4.38, Testing: 7.3.2, 6.4.27-r1 Description: Symfony Finder Component
Homepage:https://github.com/symfony/finder License: MIT
symfony-form
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which allows to
easily create, process and reuse HTML forms.
Homepage:https://github.com/symfony/form License: MIT
symfony-html-sanitizer
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony with an
object-oriented API to sanitize untrusted HTML input for safe
insertion into a document's DOM.
Homepage:https://github.com/symfony/html-sanitizer License: MIT
symfony-http-client
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony with powerful
methods to fetch HTTP resources synchronously or asynchronously.
Homepage:https://github.com/symfony/http-client License: MIT
symfony-http-client-contracts
- Ebuilds: 2, Testing: 3.6.0 Description:
This package provides a PHP component from Symfony with a set of
abstractions extracted out of the Symfony components. Can be used to
build on semantics that the Symfony components proved useful and
that already have battle tested implementations.
Homepage:https://github.com/symfony/http-client-contracts License: MIT
symfony-http-kernel
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony with
a structured process for converting a Request into a Response by
making use of the EventDispatcher component. It's flexible enough
to create full-stack frameworks, micro-frameworks or advanced CMS.
Homepage:https://github.com/symfony/http-kernel License: MIT
symfony-intl
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony with access to
the localization data of the ICU library.
Homepage:https://github.com/symfony/intl License: MIT
symfony-ldap
- Ebuilds: 2, Testing: 7.2.9 Description:
This package provides a PHP component from Symfony, which consists of
a LDAP client for PHP on top of PHP's ldap extension.
Homepage:https://github.com/symfony/ldap License: MIT
symfony-lock
- Ebuilds: 2, Testing: 7.3.2 Description:
This package provides a PHP component from Symfony to creates and
manages locks, a mechanism to provide exclusive access to a shared resource.
Homepage:https://github.com/symfony/lock License: MIT
symfony-messenger
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which
helps applications send and receive messages to/from other
applications or via message queues.
Homepage:https://github.com/symfony/messenger License: MIT
symfony-mime
- Ebuilds: 2, Testing: 7.3.2 Description:
This package provides a PHP component from Symfony, which allows
manipulating MIME messages.
Homepage:https://github.com/symfony/mime License: MIT
symfony-options-resolver
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which allows to
create an options system with required options, defaults, validation
(type, value), normalization and more.
Homepage:https://github.com/symfony/options-resolver License: MIT
symfony-phpunit-bridge
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a bridge between PHPUnit and Symfony with
utilities for PHPUnit, especially user deprecation notices management.
Homepage:https://github.com/symfony/phpunit-bridge License: MIT
symfony-polyfill-ctype (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 1.33.0-r1 Description:
This package provides a PHP component with ctype_ functions to users
who run php versions without the ctype extension.
Homepage:https://github.com/symfony/polyfill-ctype License: MIT
symfony-polyfill-mbstring (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 1.33.0-r1 Description:
This package provides a partial, native PHP implementation for
the Mbstring extension to users who run php versions without it.
Homepage:https://github.com/symfony/polyfill-mbstring License: MIT
symfony-polyfill-php80 (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 1.33.0-r1 Description:
This package provides a Symfony polyfill for some backported
PHP 8.0+ features to lower PHP versions.
Homepage:https://github.com/symfony/polyfill-php80 License: MIT
symfony-polyfill-php81 (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 1.33.0-r1 Description:
This package provides a Symfony polyfill backporting some
PHP 8.1+ features to lower PHP versions.
Homepage:https://github.com/symfony/polyfill-php81 License: MIT
symfony-polyfill-php84 (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 1.33.0-r1 Description:
This package provides a Symfony polyfill backporting some
PHP 8.3+ features to lower PHP versions.
Homepage:https://github.com/symfony/polyfill-php84 License: MIT
symfony-polyfill-uuid
- Ebuilds: 2, Testing: 1.33.0 Description:
This package provides a Symfony polyfill for uuid functions.
For users who run PHP versions without the uuid extension.
Homepage:https://github.com/symfony/polyfill-uuid License: MIT
symfony-process (ambiguous, available in 3 overlays)
- Ebuilds: 4, Stable: 3.4.38, Testing: 7.3.3, 6.4.26-r1 Description: Symfony Process Component
Homepage:https://github.com/symfony/process License: MIT
symfony-property-access
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which has functions to
read and write from/to an object or array using a simple string notation.
Homepage:https://github.com/symfony/property-access License: MIT
symfony-property-info
- Ebuilds: 2, Testing: 7.2.9 Description:
This package provides a PHP component from Symfony, which extracts
information about PHP class' properties using metadata of popular sources.
Homepage:https://github.com/symfony/property-info License: MIT
symfony-rate-limiter
- Ebuilds: 2, Testing: 7.3.2 Description:
This package provides a PHP component from Symfony with a Token Bucket
implementation to rate limit input and output in application.
Homepage:https://github.com/symfony/rate-limiter License: MIT
symfony-routing
- Ebuilds: 2, Testing: 7.3.2 Description:
This package provides a PHP component from Symfony with possibility
to maps an HTTP request to a set of configuration variables.
Homepage:https://github.com/symfony/routing License: MIT
symfony-security-core
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which has an
infrastructure for sophisticated authorization systems, which makes it
possible to easily separate the actual authorization logic from
so called user providers that hold the users credentials.
Homepage:https://github.com/symfony/security-core License: MIT
symfony-security-csrf
- Ebuilds: 2, Testing: 7.3.0 Description:
This package provides a PHP component from Symfony, which provides a
class CsrfTokenManager for generating and validating CSRF tokens.
Homepage:https://github.com/symfony/security-csrf License: MIT
symfony-security-http
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which has an
HTTP integration of the Security Core component. It allows securing (parts of)
application using firewalls and provides authenticators to authenticate visitors.
Homepage:https://github.com/symfony/security-http License: MIT
symfony-serializer (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 7.3.3, 5.4.45 Description:
This package provides a PHP component from Symfony, which handles
serializing and deserializing data structures, including object graphs,
into array structures or other formats like XML and JSON.
Homepage:https://github.com/symfony/serializer License: MIT
symfony-service-contracts (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 3.6.1-r1 Description:
This package provides a set of abstractions extracted out of
the Symfony components, that can be used to build on semantics
that the Symfony components.
Homepage:https://github.com/symfony/service-contracts License: MIT
symfony-string (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 7.3.3, 6.4.30-r1 Description:
This package provides a PHP component from Symfony for object-oriented API
to strings and deals with bytes, UTF-8 code points and grapheme clusters
in a unified way.
Homepage:https://github.com/symfony/string License: MIT
symfony-uid
- Ebuilds: 2, Testing: 7.3.1 Description:
This package provides a PHP component from Symfony with
an object-oriented API to generate and represent UIDs.
Homepage:https://github.com/symfony/uid License: MIT
symfony-validator
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony with tools to
validate values following the JSR-303 Bean Validation specification.
Homepage:https://github.com/symfony/validator License: MIT
symfony-var-dumper
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which provides
mechanisms for walking through any arbitrary PHP variable.
Homepage:https://github.com/symfony/var-dumper License: MIT
symfony-var-exporter
- Ebuilds: 2, Testing: 7.3.3 Description:
This package provides a PHP component from Symfony, which provides
various tools to deal with the internal state of objects.
Homepage:https://github.com/symfony/var-exporter License: MIT
symfony-yaml (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 7.3.3, 5.4.45 Description:
This package provides a PHP component from Symfony which is capable
to loads and dumps YAML files.
Homepage:https://github.com/symfony/yaml License: MIT
tcpdf
- Ebuilds: 1, Testing: 6.2.26 Description: TCPDF is a FLOSS PHP class for generating PDF documents
Homepage:http://www.tcpdf.org/ License: LGPL-3+ GPL-3 BitstreamVera GPL-2
twig (ambiguous, available in 2 overlays)
- Ebuilds: 3, Testing: 3.21.1 Description: PHP templating engine with syntax similar to Django
Homepage:https://twig.symfony.com/ License: BSD
xdebug (ambiguous, available in 5 overlays)
- Ebuilds: 10, Stable: 3.4.2, Testing: 3.5.1, 3.5.0 Description: A PHP debugging and profiling extension
Homepage:https://xdebug.org/ License: Xdebug
xdebug-client
- Ebuilds: 1, Stable: 2.9.8, Testing: 2.9.8 Description: Xdebug client for the Common Debugger Protocol (DBGP)
Homepage:https://xdebug.org/ License: Xdebug
xdebug-handler (ambiguous, available in 3 overlays)
- Ebuilds: 3, Stable: 3.0.5, Testing: 3.0.5-r1 Description: Restart a CLI process without loading the xdebug extension
Homepage:https://github.com/composer/xdebug-handler License: MIT
zetacomponents-base
- Ebuilds: 1, Testing: 1.9.5 Description: The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.
Homepage:https://github.com/zetacomponents/Base License: Apache-2.0
zetacomponents-console-tools
- Ebuilds: 1, Testing: 1.7.5 Description: A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
Homepage:https://github.com/zetacomponents/ConsoleTools License: Apache-2.0