Become a sponsor to Kyle
I contribute to PHP open-source projects like Symfony or Laravel, libraries in those frameworks ecosystems and occasionally some JS projects.
I officially maintain:
Carbon
is the super-hero of DateTime
, it helps with dates calculations, has many formatting tools for 281 languages, it supports immutability, intervals and periods. It has a plugin system and plugins for opening hours, holidays, etc.
echo Carbon::now()->next('Sunday')->setTime(14, 30); // 2019-10-20 14:30:00
echo Carbon::now()->subMinutes(4)->locale('es')->diffForHumans(); // hace 4 minutos
Doc: https://carbon.nesbot.com
Phug allows using the Pug templating language in PHP:
body
h1#title Phug
Output:
<body>
<h1 id="title">Phug</h1>
</body>
PHPMD detects mess in your code.
Doc: https://phpmd.org
Featured work
-
briannesbitt/Carbon
A simple PHP API extension for DateTime.
PHP 16,569 -
pug-php/pug
Pug template engine for PHP
PHP 391 -
BKWLD/laravel-pug
Pug view adapter for Laravel and Lumen
PHP 159 -
phug-php/phug
Phug - The Pug Template Engine for PHP
PHP 63 -
kylekatarnls/business-day
Carbon mixin to handle business days
PHP 318 -
pug-php/pug-symfony
Pug (Jade) template engine for Symfony
PHP 44