k127's Stars
helfertool/helfertool
Volunteer and staff management
zendframework/zend-text
Text component from Zend Framework
zendframework/zendframework
Official Zend Framework repository
symfony/polyfill-ctype
Symfony polyfill for ctype functions
staudenmeir/dusk-updater
Updater for Laravel Dusk ChromeDriver binaries
theseer/tokenizer
A small library for converting tokenized PHP source code into XML (and potentially other formats)
sebastianbergmann/resource-operations
Provides a list of PHP built-in functions that operate on resources
zendframework/zend-stdlib
Stdlib component from Zend Framework
zendframework/zend-servicemanager
ServiceManager component from Zend Framework
sebastianbergmann/recursion-context
Provides functionality to recursively process PHP variables
vlucas/phpdotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
sebastianbergmann/version
Library that helps with managing the version number of Git-hosted PHP projects
sebastianbergmann/object-reflector
Allows reflection of object attributes, including inherited and non-public ones
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
sebastianbergmann/code-unit-reverse-lookup
Looks up which function or method a line of code belongs to
phpspec/prophecy
Highly opinionated mocking framework for PHP 5.3+
sebastianbergmann/php-timer
Utility class for timing
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.
sebastianbergmann/php-code-coverage
Library that provides collection, processing, and rendering functionality for PHP code coverage information.
nunomaduro/laravel-console-dusk
Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.
nunomaduro/laravel-console-summary
📖 Beautiful Laravel Console Summary for Artisan or Laravel Zero.
nunomaduro/laravel-console-task
✅ Laravel Console Task is a output method for Laravel Console Commands.
nunomaduro/laravel-desktop-notifier
💻 Send notifications to your desktop from your Laravel Artisan Commands. An JoliNotif wrapper for Laravel.