Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
launchdarkly
/
php-server-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
37
Code
Issues
2
Pull requests
1
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
e22397f
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 14, 2022
started writing repetitive tests using the phpunit @dataProvider feature
charukiewicz
committed
e22397f
Copy full SHA for e22397f
run php-cs-fixer on TestData-related files
charukiewicz
committed
3199a74
Copy full SHA for 3199a74
remove special handling of singleton arrays in FlagBuilder::variations()
charukiewicz
committed
2fe589c
Copy full SHA for 2fe589c
additional cleanup; added missing type hint; minor refactoring
charukiewicz
committed
f652e8c
Copy full SHA for f652e8c
split off TestData\FlagBuilder and TestData\FlagRuleBuilder from TestData; add test coverage for TestData class
charukiewicz
committed
f07d83f
Copy full SHA for f07d83f
Commits on Feb 7, 2022
fixed missing indexes required to decode FlagBuilder into a FeatureFlag using the decode() method
charukiewicz
committed
ad502eb
Copy full SHA for ad502eb
Commits on Feb 5, 2022
converted variationForUser to use array_splice but fixed issue caused by pass by reference instead of pass by value
charukiewicz
committed
db09c87
Copy full SHA for db09c87
Commits on Feb 4, 2022
remove array_splice() implementation of existing user key removal due to breakage in unit tests
charukiewicz
committed
7d9b84f
Copy full SHA for 7d9b84f
Merge branch 'cc/sc-137833/test-data-flag-builder' of github.com:launchdarkly/php-server-sdk-private into cc/sc-137833/test-data-flag-builder
charukiewicz
committed
ff5abca
Copy full SHA for ff5abca
replace use of array_push with append operator; standardized capitalization of booleans including in code blogs; other formatting adjustments
charukiewicz
committed
f97e86f
Copy full SHA for f97e86f
Apply suggestions from code review
Show description for 012d55a
charukiewicz
and
keelerm84
authored
012d55a
Copy full SHA for 012d55a
fixed php-cs-fixer warnings in TestDataTest.php
charukiewicz
committed
a2f63d7
Copy full SHA for a2f63d7
finished FlagRuleBuilder implementation; fixed psalm errors; improved comment blocks to adhere better to phpdoc; fixed formatting errors in both TestData and TestDataTest
charukiewicz
committed
8c15326
Copy full SHA for 8c15326
Commits on Jan 31, 2022
fixed build, implemented FeatureRequester, added simple test case
joemalin95
committed
e5c5c46
Copy full SHA for e5c5c46
Commits on Jan 28, 2022
reverted build to return array, implemented getFeature and getAllFeatures methods in FeatureRequester interface for TestData
joemalin95
committed
335e60c
Copy full SHA for 335e60c
Commits on Jan 27, 2022
broken - transitioning build to return a FeatureFlag, finished implementing some methods
joemalin95
committed
d63dc75
Copy full SHA for d63dc75
Commits on Jan 25, 2022
reorganized functions, added needed classes and functions, left some bodys blank to complete later, implemeted others, organized tests, added missing assertions
joemalin95
committed
e51d913
Copy full SHA for e51d913
Commits on Jan 24, 2022
implemented varationForAllUsers, valueForAllUsers, and variationForUsers along with corresponding tests
joemalin95
committed
2ae4dff
Copy full SHA for 2ae4dff
Commits on Jan 21, 2022
continued implementing test data and tests for test data
joemalin95
committed
9db1f9a
Copy full SHA for 9db1f9a
Commits on Jan 20, 2022
made props protected, made basic build method, made variations method with tests
joemalin95
committed
ce1b438
Copy full SHA for ce1b438
added TestData, FlagBuilder; added TestDataTest; started implementing FlagBuilder methods
charukiewicz
committed
4bca5de
Copy full SHA for 4bca5de
Commits on Nov 19, 2021
Decrease psalm error level (#85)
keelerm84
authored
0b34edc
Copy full SHA for 0b34edc
Commits on Oct 28, 2021
Don't treat numeric strings as numbers (#84)
keelerm84
authored
f16f39d
Copy full SHA for f16f39d
Commits on Oct 26, 2021
Add cs-check to build process (#83)
keelerm84
authored
03e64d1
Copy full SHA for 03e64d1
Commits on Oct 25, 2021
Add Windows support for "Curl" publisher (#80)
keelerm84
authored
bf54f4b
Copy full SHA for bf54f4b
Set required connect_timeout option in test (#82)
keelerm84
authored
fa2377a
Copy full SHA for fa2377a
Curl honor connect_timeout (#81)
keelerm84
authored
d66ae02
Copy full SHA for d66ae02
Commits on Oct 21, 2021
Add integration test for curl event publisher (#77)
keelerm84
authored
e12ed37
Copy full SHA for e12ed37
Commits on Oct 20, 2021
Minor cleanup and consistency changes (#79)
keelerm84
authored
a239522
Copy full SHA for a239522
Commits on Oct 14, 2021
Fix test confirming send_events = false is honored (#78)
keelerm84
authored
d537537
Copy full SHA for d537537
Commits on Oct 13, 2021
Merge pull request #75 from launchdarkly/eb/sc-126500/rm-obsolete-line
Show description for 77b990e
eli-darkly
authored
77b990e
Copy full SHA for 77b990e
Merge pull request #76 from launchdarkly/eb/sc-126501/version-file
Show description for 730a497
eli-darkly
authored
730a497
Copy full SHA for 730a497
Commits on Oct 12, 2021
remove obsolete VERSION file
eli-darkly
committed
9974806
Copy full SHA for 9974806
remove obsolete line that's no longer used because $seed is computed elsewhere
eli-darkly
committed
8382bc3
Copy full SHA for 8382bc3
Commits on Oct 11, 2021
use Releaser PHP project template (#73)
Show description for c3f48f2
eli-darkly
authored
c3f48f2
Copy full SHA for c3f48f2
Pagination
Previous
Next
You can’t perform that action at this time.