Pinned Repositories
igbinary
Igbinary is a drop in replacement for the standard php serializer.
phan
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
runkit7
Runkit that (mostly) works in PHP7! (method and function manipulation)
twemproxy
A fast, light-weight proxy for memcached and redis
immutable_cache-pecl
Prototype PECL for faster immutable caching (fork of the APCu PECL)
pecl-teds
Tentative Extra Data Structures for php
php-vim-syntax
vim-syntax for php
runkit7
Go to runkit7/runkit7 : Runkit that (mostly) works in PHP7! (method and function manipulation)
vscode-php-phan
Phan - PHP Static Analysis for VS Code
uniqush-push
Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
TysonAndre's Repositories
TysonAndre/pecl-teds
Tentative Extra Data Structures for php
TysonAndre/vscode-php-phan
Phan - PHP Static Analysis for VS Code
TysonAndre/immutable_cache-pecl
Prototype PECL for faster immutable caching (fork of the APCu PECL)
TysonAndre/php-vim-syntax
vim-syntax for php
TysonAndre/runkit7
Go to runkit7/runkit7 : Runkit that (mostly) works in PHP7! (method and function manipulation)
TysonAndre/var_representation_polyfill
Polyfill for var_representation
TysonAndre/var_representation
var_representation() : readable alternative to var_export() in PHP
TysonAndre/phan_stubs
Stub files for use with phan. These replace ReflectionClass, etc. for extensions in an analyzed project.
TysonAndre/geobuf
A compact binary encoding for geographic data.
TysonAndre/pecl-weakreference_bc
Polyfill of WeakMap/WeakReference for older PHP versions. This is a fork of the abandoned "weakref" PECL (https://github.com/colder/php-weakref)
TysonAndre/apcu
APCu - APC User Cache
TysonAndre/aws-sdk-js-v3
Modularized AWS SDK for JavaScript.
TysonAndre/doc-base
Tools for the PHP documentation
TysonAndre/doc-en
Experimental Git mirror of the English PHP documentation repository. Accepts pull requests. May be force-pushed in the future.
TysonAndre/exporter
Provides the functionality to export PHP variables for visualization
TysonAndre/igbinary
Igbinary is a drop in replacement for the standard php serializer.
TysonAndre/ioredis-mock
Emulates ioredis by performing all operations in-memory.
TysonAndre/phan
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
TysonAndre/php-ast
Extension exposing PHP 7 abstract syntax tree
TysonAndre/php-memcached
memcached extension based on libmemcached library
TysonAndre/php-rfc-demo
Demos of php RFCs from https://wiki.php.net/rfc
TysonAndre/php-src
The PHP Interpreter
TysonAndre/polyfill
PHP polyfills
TysonAndre/prophecy
Highly opinionated mocking framework for PHP 5.3+
TysonAndre/signalfx-nodejs
Node.js client library for SignalFx
TysonAndre/simdjson
Parsing gigabytes of JSON per second - `simdjson_php` branch for building https://github.com/crazyxman/simdjson_php/ allowing out of range integers/doubles
TysonAndre/simdjson_php
simdjson_php bindings for the simdjson project. https://github.com/lemire/simdjson
TysonAndre/tolerant-php-ast
WIP polyfill for efficiently creating php-ast nodes from tokens
TysonAndre/tolerant-php-parser
An early-stage PHP parser designed for IDE usage scenarios.
TysonAndre/weakmap-polyfill
A WeakMap polyfill for PHP 7.4