- Bordeaux, France
Stars
A PHP-to-native compiler. Takes a subset of PHP and compiles it directly to native assembly, producing standalone binaries for the currently supported targets: macOS ARM64, Linux ARM64, and Linux x…
An NES emulator written in PHP 8.5 using the OpenGL GLFW extension.
🧪 Enforce PHP code coverage in your CI. Not by percentage, but target core methods! Allows you to start enforcing coverage for new code only! Also contains tooling to merge and convert PHPUnit cove…
Mago is a toolchain for PHP that aims to provide a set of tools to help developers write better code.
🪐 Markdown with superpowers: from ideas to papers, presentations, websites, books, and knowledge bases.
https://www.testcontainers.org implementation for PHP
A code quality control tool for PHP that will give you an idea of the composition of comments in the codebase, and help improve documentation
PHPStan extension to require minimal type-coverage
🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)
HydePHP - Static Site Generator with the power of Laravel and the simplicity of Markdown.
An opinionated dependency injection library for amphp.
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
Performant static analyzer for PHP, which is extremely easy to use. It helps you catch common mistakes in your PHP code.
Build standalone portable PHP binaries on Linux, macOS, Windows, with PHP project together, with popular extensions included.
Analyzes PHPStan baseline files and creates aggregated error trend-reports
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
Awesome remote companies with values and work-life balance culture
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
A collection of code standards for use with PHP_CodeSniffer
PHP sample project for trying out Dev Containers
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, keyword & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should…