flockyn / phpflock
Essential, high-performance static utilities methods for common PHP tasks.
v1.1.0
2025-09-30 22:52 UTC
Requires
- php: ^8.2
Requires (Dev)
- laravel/pint: ^1.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
- rector/rector: ^2.1
- symfony/var-dumper: ^7.2
This package is auto-updated.
Last update: 2025-10-01 06:43:38 UTC
README
PHP Flock is a comprehensive collection of optimized, developer-friendly static helper methods designed to simplify common operations across various data types and programming challenges in PHP. It aims to reduce boilerplate and boost development efficiency.
Features
PHP FLock is built with modern PHP practices and tools:
- PHP 8.2+
- Pre-configured testing (PHPUnit)
- Static analysis (PHPStan)
- Code style (Laravel Pint)
- Automated refactoring (Rector)
- GitHub Actions workflow for CI
Installation
Install the package via Composer:
composer require flockyn/phpflock
Documentation
You can find the full documentation at docs directory.
Contributing
Contributions are welcome! Please read the contribution guidelines first.
License
PHP Flock is open-sourced software licensed under the MIT license.