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




