php-symfony-dotenv
.env files parser to make environment variables accessible
The Symfony Dotenv Component parses .env files to make environment variables
stored in them accessible via getenv(), $_ENV, or $_SERVER.
php-symfony-error-handler
manage errors and ease debugging
The Symfony ErrorHandler Component provides tools to manage errors and ease
debugging PHP code.
php-symfony-fake-sms-notifier
Fake SMS (as email or log during development) Notifier Bridge
The Fake SMS (as email or log during development) Notifier Bridge provides
Fake SMS integration for Symfony Notifier.
php-symfony-filesystem
basic filesystem utilities
The Symfony Filesystem Component provides basic utilities to work
with the filesystem, like creating directories, removing files or
adding symlinks.
nsscache
asynchronously synchronise local NSS databases with remote directory services
Synchronises local NSS caches, such as those served by the
libnss-cache module, against remote directory services, such as
LDAP, or prebuild cache files from an HTTP server. This can be
used alongside the libnss-cache package to keep user account
information, groups, netgroups, and automounts up to date.
pyfastx
fast random access to sequences from FASTA/Q file - command
The pyfastx is a lightweight Python C extension that enables users to randomly
access to sequences from plain and gzipped FASTA/Q files. This module aims to
provide simple APIs for users to extract sequence from FASTA and reads from
FASTQ by identifier and index number. The pyfastx will build indexes stored in
a sqlite3 database file for random access to avoid consuming excessive amount
of memory. In addition, the pyfastx can parse standard (sequence is spread
into multiple lines with same length) and nonstandard (sequence is spread into
one or more lines with different length) FASTA format.