Compare commits

..

4 commits

Author SHA1 Message Date
Funky Waddle 141554a854 update ci.yml to remove PHP 8.1
Some checks failed
CI / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
CI / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
2025-12-15 09:50:28 -06:00
Funky Waddle ce0085abc6 update composer.json
Some checks are pending
CI / PHP ${{ matrix.php }} (8.1) (push) Waiting to run
CI / PHP ${{ matrix.php }} (8.2) (push) Waiting to run
CI / PHP ${{ matrix.php }} (8.3) (push) Waiting to run
2025-12-15 09:42:09 -06:00
Funky Waddle 2cb1ccfdc4 fix README badges
Some checks failed
CI / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
CI / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
CI / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
2025-12-09 20:34:15 -06:00
Funky Waddle 3923865303 update composer to use proper github owner. Change date on CHANGELOG
Some checks are pending
CI / PHP ${{ matrix.php }} (8.1) (push) Waiting to run
CI / PHP ${{ matrix.php }} (8.2) (push) Waiting to run
CI / PHP ${{ matrix.php }} (8.3) (push) Waiting to run
2025-12-09 19:06:16 -06:00
5 changed files with 12 additions and 11 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.2', '8.3' ]
steps:
- name: Checkout

1
.gitignore vendored
View file

@ -6,3 +6,4 @@
composer.lock
/.php-cs-fixer.cache
/.phpstan/
.junie.json

View file

@ -8,5 +8,5 @@ Unreleased
- Composer: metadata (authors, keywords, homepage, support), scripts (validate, analyse, lint, fix, test)
- Docs: Documented hashing normalization and boundary behavior in README
0.1.0 - YYYY-MM-DD
0.1.0 - 2025-12-09
- Initial release with core components and tests

View file

@ -2,8 +2,8 @@
Feature flag handling for PHP. Simple, framework-agnostic, and lightweight.
![CI](https://github.com/phred/flagpole/actions/workflows/ci.yml/badge.svg)
![Packagist](https://img.shields.io/packagist/v/phred/flagpole.svg)
![CI](https://github.com/getphred/flagpole/actions/workflows/ci.yml/badge.svg)
![Packagist](https://img.shields.io/packagist/v/getphred/flagpole.svg)
## Installation

View file

@ -1,13 +1,13 @@
{
"name": "phred/flagpole",
"name": "getphred/flagpole",
"description": "Feature flag handling library for PHP. Simple, fast, and framework-agnostic.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Phred",
"email": "phred@phred.com",
"homepage": "https://phred.com",
"email": "phred@getphred.com",
"homepage": "https://getphred.com",
"role": "Owner"
}
],
@ -19,13 +19,13 @@
"ab-testing",
"php"
],
"homepage": "https://github.com/phred/flagpole",
"homepage": "https://github.com/getphred/flagpole",
"support": {
"issues": "https://github.com/phred/flagpole/issues",
"source": "https://github.com/phred/flagpole"
"issues": "https://github.com/getphred/flagpole/issues",
"source": "https://github.com/getphred/flagpole"
},
"require": {
"php": ">=8.1"
"php": "^8.2"
},
"autoload": {
"psr-4": {