Pinned Repositories
BeSimpleSoap
A largely refactored BeSimple/Soap library used to build SOAP and WSDL based web services. This fork fixes a lot of errors and provides better API, robust, stable and modern codebase. The Api differs so much, that it won't be merged into original repository. If you find an error, please, report an issue here.
datetime-bundle
DateTime Symfony bundle with PHP 7 features and strict types, forked from kutny/datetime-bundle
enum
PHP implementation of Enum with strict comparisons
livingworld
A simple PHP implementation of Conway's game of life
Rabbit-Mq-Database-Transaction-Producer-Bundle
Publish messages to RabbitMQ producer when database transaction was committed
rocketeer
Send your projects up in the clouds
writing-readable-code-1
První díl mini-serie o psaní čitelného a testovatelného php od Petra Bechyně z Driveto se zaměřuje na chyby, které vznikají handlováním null a používáním optional arguments
writing-readable-code-4
Čtvrtý díl mini-serie o psaní čitelného a testovatelného php od Petra Bechyně z Driveto zastřešuje předchozí přednášky a jednotlivé body ukazuje na příkladech
tuscanicz's Repositories
tuscanicz/BeSimpleSoap
A largely refactored BeSimple/Soap library used to build SOAP and WSDL based web services. This fork fixes a lot of errors and provides better API, robust, stable and modern codebase. The Api differs so much, that it won't be merged into original repository. If you find an error, please, report an issue here.
tuscanicz/Rabbit-Mq-Database-Transaction-Producer-Bundle
Publish messages to RabbitMQ producer when database transaction was committed
tuscanicz/rocketeer
Send your projects up in the clouds
tuscanicz/writing-readable-code-1
První díl mini-serie o psaní čitelného a testovatelného php od Petra Bechyně z Driveto se zaměřuje na chyby, které vznikají handlováním null a používáním optional arguments
tuscanicz/writing-readable-code-4
Čtvrtý díl mini-serie o psaní čitelného a testovatelného php od Petra Bechyně z Driveto zastřešuje předchozí přednášky a jednotlivé body ukazuje na příkladech
tuscanicz/datetime-bundle
DateTime Symfony bundle with PHP 7 features and strict types, forked from kutny/datetime-bundle
tuscanicz/enum
PHP implementation of Enum with strict comparisons
tuscanicz/livingworld
A simple PHP implementation of Conway's game of life
tuscanicz/doctrine-data-applier
Symfony bundle for Doctrine Migrations of data using doctrine entities
tuscanicz/doctrine-enum-oracle
An abstract class defining a new Doctrine type for Enum data type in Oracle.
tuscanicz/GameOfLife
Review of DomFintas' GameOfLife
tuscanicz/php-aws-snapshots
Automatic AWS EC2 snapshots with limits and scheduled intervals
tuscanicz/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it!
tuscanicz/writing-readable-code-2
Druhý díl mini-serie o psaní čitelného a testovatelného php od Petra Bechyně z Driveto se zaměřuje na architekturu aplikace, resp. delegování odpovědností tříd a principu jedné odpovědnosti (Single responsibility principle).