djcvijic's Stars
symfony/finder
Finds files and directories via an intuitive fluent interface
symfony/event-dispatcher
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
symfony/dependency-injection
Allows you to standardize and centralize the way objects are constructed in your application
symfony/cache
Provides extended PSR-6, PSR-16 (and tags) implementations
symfony/debug
Provides tools to ease debugging PHP code
symfony/console
Eases the creation of beautiful and testable command line interfaces
symfony/config
Helps you find, load, combine, autofill and validate configuration values of any kind
sensiolabs/SensioFrameworkExtraBundle
An extension to Symfony FrameworkBundle that adds annotation configuration for Controller classes
sebastianbergmann/recursion-context
Provides functionality to recursively process PHP variables
sebastianbergmann/object-reflector
Allows reflection of object attributes, including inherited and non-public ones
sebastianbergmann/code-unit-reverse-lookup
Looks up which function or method a line of code belongs to
sebastianbergmann/object-enumerator
Traverses array structures and object graphs to enumerate all referenced objects
sebastianbergmann/global-state
Snapshotting of global state, factored out of PHPUnit into a stand-alone component
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.
sebastianbergmann/diff
Diff implementation
sebastianbergmann/exporter
Provides the functionality to export PHP variables for visualization
php-fig/simple-cache
php-fig/container
php-fig/link
A repository for the PSR-13 [Hyperlink] interface
php-fig/cache
php-fig/log
cakephp/phinx
PHP Database Migrations for Everyone
phpspec/prophecy
Highly opinionated mocking framework for PHP 5.3+
sebastianbergmann/php-timer
Utility class for timing
sebastianbergmann/phpunit-mock-objects
Mock Object library for PHPUnit
sebastianbergmann/phpunit
The PHP Unit Testing framework.
sebastianbergmann/php-text-template
A simple template engine.
sebastianbergmann/php-token-stream
Wrapper around PHP's tokenizer extension.
sebastianbergmann/php-file-iterator
FilterIterator implementation that filters files based on a list of suffixes, prefixes, and other exclusion criteria.