robertbasic
Software developer, making web applications better. Tech lead for the Search tribe @ Njuskalo Technology, making the njuskalo.hr platform better.
Indjija, Serbia
Pinned Repositories
mockery
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
vim-phpstan
A Vim plugin for PHPStan - https://github.com/phpstan/phpstan. It calls `phpstan` to do static analysis of your PHP code and displays the errors in Vim's quickfix list.
ape
ape - ape is a PHP editor
blog-examples
d20
An overcomplicated d20 roller, built in golang.
perfi
Personal finances
phpplaneta
Source code behind http://phpplaneta.net/
pugdebug
pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
vim-hugo-helper
A small Vim plugin with a set of helpers for Hugo https://gohugo.io
vimstuff
stuff for vim
robertbasic's Repositories
robertbasic/vim-hugo-helper
A small Vim plugin with a set of helpers for Hugo https://gohugo.io
robertbasic/pugdebug
pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
robertbasic/vimstuff
stuff for vim
robertbasic/mockery-hard-dependency
robertbasic/snipbar
A Vim plugin to show all the UltiSnips (https://github.com/SirVer/ultisnips) snippets in a scratch buffer.
robertbasic/golearn
Scripts and programs I write as I learn Go
robertbasic/web2project
A web-based project management system built on LAMP (and WIMP compatible). The *official* repository is kept on SourceForge's subversion... consider this our sandbox.
robertbasic/weeksinayear
Calculates the number of ISO weeks in a given year
robertbasic/aoc2017
Bruteforcing my way through Advent of Code 2017 edition with golang.
robertbasic/d20
An overcomplicated d20 roller, built in golang.
robertbasic/perfi
Personal finances
robertbasic/bugreport
Get a bug report on a project's dependencies.
robertbasic/phpctags
An enhanced ctags compatible index generator written in pure PHP. Released under GPLv2 license.
robertbasic/piggybank
Piggy bank is a simple application that allows to deposit money into a virtual piggy bank. Playing around with Zend Expressive mostly.
robertbasic/vim-php-namespace
types "use" statements for you
robertbasic/vim-snippets
robertbasic/alice
Expressive fixtures generator
robertbasic/aoc2015
Advent of Code 2015 edition with golang.
robertbasic/aoc2018
Advent of Code 2018 challenge
robertbasic/hugo
A Fast and Flexible Static Site Generator built with love in GoLang
robertbasic/infection
AST based PHP Mutation Testing Framework
robertbasic/mockery
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
robertbasic/mockery-unrelated-tests-failing
robertbasic/opencfp
Repo for OpenCFP project, a PHP-based conference talk submission system
robertbasic/orm
Doctrine Object Relational Mapper (ORM)
robertbasic/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it!
robertbasic/react-promise-example
Example reactphp promise code that goes together with my blog post https://robertbasic.com/blog/reacting-to-promises
robertbasic/robertbasic.com-hugo
My website built with Hugo
robertbasic/worktree
git worktree test
robertbasic/ze-example
Zend Expressive example, with broken middleware