🌐
GitHub
github.com › spatie › php-operators.com
GitHub - spatie/php-operators.com: An interactive list of PHP operators
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Starred by 71 users
Forked by 12 users
Languages   PHP 56.0% | Blade 39.0% | JavaScript 3.7% | CSS 1.3%
🌐
Spatie
spatie.be › blog › introducing-php-operators
Introducing PHP Operators | Spatie
Today we're launching php-operators.com, a little web page to browse, search, and learn more about all operators in PHP. Sure, you could just ask AI to explain them the you, but where's the fun in that?
Address   Kruikstraat 22 bus 12, 2060, Antwerp
🌐
Php-operators
php-operators.com
PHP Operators
PHP Operators is a reference guide for operators old and new in the PHP programming language. We're SPATIE, a web development agency from Belgium.
🌐
GitHub
github.com › spatie › spatie.be › discussions › 152
PHP Operators · spatie/spatie.be · Discussion #152
Arithmetic +$a: Convert $a to int or float -$a: Convert $a to int or float and invert the sign $a + $b: Add $a and $b $a - $b: Subtract $b from $a $a * $b: Multiply $a and $b $a / $b: Divide $a by ...
Author   spatie
🌐
Spatie
spatie.be › blog
Insights | Spatie
Whether you're building something quick or scaling up, there’s a Spatie package (or two) that can help you out. May 12, 2025 ... Passkeys are very convenient for users to log in: they don’t have to type in an email/password, you aren’t redirected to a third party for authentication, and it’s fast. We've made a new package that makes it easy to let your users authenticate to your app with passkeys. May 07, 2025 ... Today we're launching php-operators.com, a little web page to browse, search, and learn more about all operators in PHP.
Address   Kruikstraat 22 bus 12, 2060, Antwerp
🌐
Spatie
spatie.be › guidelines › laravel-php
Laravel & PHP | Spatie
// A sequence of single-line equivalent operations. public function up() { Schema::create('users', function (Blueprint $table) { $table->increments('id'); $table->string('name'); $table->string('email')->unique(); $table->string('password'); $table->rememberToken(); $table->timestamps(); }); } Don't add any extra empty lines between {} brackets. if ($foo) { $this->foo = $foo; } if ($foo) { $this->foo = $foo; } Configuration files must use kebab-case. config/ pdf-generator.php ·
Address   Kruikstraat 22 bus 12, 2060, Antwerp
🌐
GitHub
github.com › spatie › php-operators.com › activity
Activity · spatie/php-operators.com
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Author   spatie
🌐
GitHub
github.com › spatie › php-operators.com › actions
Workflow runs · spatie/php-operators.com
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Author   spatie
🌐
Kevin Dees
kevdees.com › php-operators-app
PHP Operators App
June 6, 2025 - Spatie put together a really useful little site — php-operators.com — that catalogs and explains every operator in PHP.
Find elsewhere
🌐
YouTube
youtube.com › watch
Alpine.js Open-Source Example by Spatie: PHP Operators (no Livewire) - YouTube
Spatie have released a project where Alpine.js is used as a foundational architecture piece, rather than typical use for small dynamic elements.Links mention...
Published   June 2, 2025
🌐
GitHub
github.com › spatie › php-operators.com › issues
spatie/php-operators.com
An interactive list of PHP operators. Contribute to spatie/php-operators.com development by creating an account on GitHub.
Author   spatie
🌐
Php-operators
php-operators.com › operators › spaceship
Spaceship operator | PHP Operators
Returns 0 if the values on both sides are equal, 1 if the value to the left is greater, -1 if the value to the right is greater. The spaceship operator does a loose check on values.
🌐
GitHub
github.com › spatie › php-operators.com › issues › 16
Array operator `+` · Issue #16 · spatie/php-operators.com
Hi, Nice website. It seems to miss the array union operator: +: https://www.php.net/manual/en/language.operators.array.php
🌐
Laravel Daily
laraveldaily.com › code-examples › example › spatie-php-operatorscom › alpinejs
Alpine.js in spatie/php-operators.com | Laravel Daily
use App\Data\OperatorData; use Illuminate\Support\Collection; use Illuminate\Support\Facades\Cache; use Spatie\Sheets\Facades\Sheets; use Spatie\Sheets\Sheet; class OperatorsController { public function __invoke(?string $currentOperatorSlug = null) { $operators = $this->getSheets(); $currentOperator = $currentOperatorSlug ?
🌐
Php-operators
php-operators.com › operators › less-than
Less than | PHP Operators
PHP Operators is a reference guide for operators old and new in the PHP programming language. We're SPATIE, a web development agency from Belgium.
🌐
Laravel Daily
laraveldaily.com › video › alpinejs-open-source-example-by-spatie-php-operators
Alpine.js Open-Source Example by Spatie: PHP Operators (no Livewire) | Laravel Daily
Get access to all premium tutorials, video and text courses, and exclusive Laravel resources. Join our community of 10,000+ developers · Your trusted source for modern Laravel courses, tutorials, and insights. Learn from real-world examples and level up your development skills
🌐
Php-operators
php-operators.com › operators › binary-and-assignment
Binary and assignment | PHP Operators
PHP Operators is a reference guide for operators old and new in the PHP programming language. We're SPATIE, a web development agency from Belgium.
🌐
Php-operators
php-operators.com › operators › addition
Addition | PHP Operators
PHP Operators is a reference guide for operators old and new in the PHP programming language. We're SPATIE, a web development agency from Belgium.