MarkHofstetter's Stars
sebastianbergmann/environment
Provides functionality that helps writing PHP code that has runtime-specific execution paths
sebastianbergmann/exporter
Provides the functionality to export PHP variables for visualization
sebastianbergmann/cli-parser
Library for parsing CLI options
sebastianbergmann/complexity
Library for calculating the complexity of PHP code units
sebastianbergmann/code-unit
Collection of value objects that represent the PHP code units
sebastianbergmann/code-unit-reverse-lookup
Looks up which function or method a line of code belongs to
sebastianbergmann/comparator
Provides the functionality to compare PHP values for equality.
sebastianbergmann/diff
Diff implementation
MyIntervals/PHP-CSS-Parser
A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS
php-fig/http-client
php-fig/simple-cache
php-fig/link
A repository for the PSR-13 [Hyperlink] interface
ramsey/collection
:card_index_dividers: A PHP library for representing and manipulating collections.
php-fig/http-message
The purpose of this PSR is to provide a set of common interfaces for HTTP messages as described in RFC 7230 and RFC 7231
ralouphie/getallheaders
PHP getallheaders polyfill
php-fig/log
ramsey/uuid
:snowflake: A PHP library for generating universally unique identifiers (UUIDs).
bobthecow/psysh
A REPL for PHP
php-fig/event-dispatcher
php-fig/container
php-fig/cache
sebastianbergmann/php-invoker
Invoke PHP callables with a timeout
sebastianbergmann/php-timer
Utility class for timing
sebastianbergmann/phpunit
The PHP Unit Testing framework.
sebastianbergmann/php-text-template
A simple template engine.
sebastianbergmann/php-file-iterator
FilterIterator implementation that filters files based on a list of suffixes, prefixes, and other exclusion criteria.
phpDocumentor/TypeResolver
A PSR-5 based resolver of Class names, Types and Structural Element Names
phpDocumentor/ReflectionCommon
phpspec/prophecy
Highly opinionated mocking framework for PHP 5.3+
schmittjoh/php-option
Option Type for PHP