darvanen's Stars
sebastianbergmann/recursion-context
Provides functionality to recursively process PHP variables
sebastianbergmann/global-state
Snapshotting of global state, factored out of PHPUnit into a stand-alone component
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
sebastianbergmann/environment
Provides functionality that helps writing PHP code that has runtime-specific execution paths
sebastianbergmann/comparator
Provides the functionality to compare PHP values for equality.
stecman/symfony-console-completion
Automatic tab-key completion for Symfony console application options, arguments and parameters
stackphp/builder
Builder for stack middlewares based on HttpKernelInterface.
sebastianbergmann/diff
Diff implementation
sebastianbergmann/exporter
Provides the functionality to export PHP variables for visualization
sebastianbergmann/version
Library that helps with managing the version number of Git-hosted PHP projects
php-fig/log
bobthecow/psysh
A REPL for PHP
sebastianbergmann/phpunit-mock-objects
Mock Object library for PHPUnit
sebastianbergmann/phpunit
The PHP Unit Testing framework.
sebastianbergmann/php-token-stream
Wrapper around PHP's tokenizer extension.
paragonie/random_compat
PHP 5.x support for random_bytes() and random_int()
jcalderonzumba/gastonjs
PhantomJS API based server for web page automation
phpDocumentor/TypeResolver
A PSR-5 based resolver of Class names, Types and Structural Element Names
phpDocumentor/ReflectionCommon
jcalderonzumba/MinkPhantomJSDriver
PhantomJS driver for Mink Framework
thephpleague/container
Small but powerful dependency injection container
Masterminds/html5-php
An HTML5 parser and serializer for PHP.
phpspec/prophecy
Highly opinionated mocking framework for PHP 5.3+
phpDocumentor/ReflectionDocBlock
php/php-src
The PHP Interpreter
bovigo/vfsStream
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
nikic/PHP-Parser
A PHP parser written in PHP
sebastianbergmann/php-timer
Utility class for timing
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.