Senior Laravel developer with 25 years of hands-on PHP experience โ starting from PHP 3 in 2001, falling in love with Laravel 4, and building production-grade SaaS tools ever since. My stack of choice is Laravel + Inertia.js + Vue.js, combining a rock-solid PHP backend with a seamless, reactive frontend โ no full-page reloads, no REST overhead.
I believe software should be crafted, not just shipped. Every package, every feature, every line of code is an opportunity to leave things better than you found them.
Self-hosted tool that creates anonymized copies of your production database for dev, test & staging โ with PII never leaving your infrastructure boundary.
|
Key Features
|
Supported Databases
Tech Stack: PHP 8.4+ ยท Laravel ยท Vue 3 ยท Inertia.js ยท Tailwind ยท Pest |
CommunityFree foreverStudents ยท OSS ยท NGOs ยท Personal |
Businessโฌ39 / monthUp to โฌ1M annual revenue |
Enterpriseโฌ99 / monthUnlimited revenue ยท Priority support |
๐ clonio.dev ย ยทย ๐ฆ github.com/clonio-dev/clonio ย ยทย v1.0.1
A scripting language with JavaScript-like syntax that runs sandboxed inside PHP โ let your users write automation and business logic without exposing raw PHP or spinning up Node.js.
|
Features
Roadmap
|
Script Syntax // Greet the user
echo 'Hello ' + user.name;
// Business logic
totalLogins = user.logins.count();
score = totalLogins * 10 + user.bonus;
if (score > 500) {
echo 'Power user!';
}
// Loop through data
foreach (users_list as u) {
echo '- ' + u;
}
// Permission gates
if (user.hasPermission('admin')) {
echo 'Access granted!';
} |
|
PHP Integration use PhpScript\Core\Engine;
$engine = new Engine();
$engine->set('user', new User()); // expose a PHP object
$engine->set('users_list', $users); // expose an array
$engine->setExecutionTimeLimit(5); // prevent infinite loops
echo $engine->execute($userScript); // PII stays yours, logic stays theirs |
|
๐ Documentation ย ยทย ๐ฆ github.com/php-script/php-script ย ยทย v1.0.3 ย ยทย 232 commits ยท 4 contributors
| Package | Description | Lang | โญ |
|---|---|---|---|
| laravel-starter-kit | Laravel Starter Kit with DDD and built-in SaaS features | Vue | 5 |
| laravel-subscription-manager | Complete subscription management for Laravel | PHP | 9 |
| number-generator | Invoice/customer number generator with placeholders | PHP | 2 |
| laravel-pergament | File-based CMS for Laravel โ Markdown + YAML front matter | PHP | โ |
| state-machine | Generic, framework-agnostic state machine in PHP | PHP | โ |
| laravel-clone-database-command | Clone a database with value overwriting (Clonio origin) | PHP | โ |
| laravel-utilities | PHP & Laravel utility collection | PHP | โ |
| laravel-buymeacoffee-webhook-handler | Buy Me a Coffee webhook handler for Laravel | PHP | โ |
2001 โโโโโโโโโโโโโโโโ PHP 3 ยท first lines of code
2004โ2008 โโโโโโโโโโโโ PHP 4 & 5 ยท custom CMS & web applications
2010 โโโโโโโโโโโโโโโโโ @ipunkt ยท open source collaboration begins
2013 โโโโโโโโโโโโโโโโโ Laravel 4 ยท fell in love, never looked back
2015โ2018 โโโโโโโโโโโโ open source packages ยท subscriptions, state machines
2019 โโโโโโโโโโโโโโโโโ Inertia.js + Vue 3 ยท the perfect Laravel combo
2022 โโโโโโโโโโโโโโโโโ founded Robert Kummer IT
2024 โโโโโโโโโโโโโโโโโ laravel-starter-kit ยท DDD architecture for SaaS
2025 โโโโโโโโโโโโโโโโโ PHP Script ยท embedded scripting language for PHP apps
2026 โโโโโโโโโโโโโโโโโ Clonio v1.0 ยท GDPR-compliant DB cloning for teams
๐ฆ Pull Shark ร3 ย ยทย ๐ฅ Pair Extraordinaire ย ยทย โก Quickdraw ย ยทย ๐ Arctic Code Vault Contributor ย ยทย โญ Starstruck
Robert Kummer IT ยท Hohenstaufenstraรe 35 ยท 10779 Berlin
robert-kummer.de ย ยทย post@robert-kummer.de ย ยทย clonio.dev ย ยทย php-script docs
Crafting software since 2001




