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
~- Fixes internal namespace conflict
- Changes namespace from Sortiz\Tools to SelvinOrtiz\Utils\Flux
- Adds composer support [Issue #3](#3)
- Adds the addSeed() and removeSeed() methods [Issue #4](#4)
- Adds the getInstance() static method
- Adds FluxUrlExample.php, FluxDateExample.php, and FluxPhoneExample.php
- Adds getSeed() to get the seed without forcing __toString on the object
- Adds getSegment() to extract a segment (capturing group) from the pattern
- Implements unit tests (60% coverage) [Issue #3](#3)
- Implements Full PSR-2 Compliance (Tabs over Spaces)
- Enables the seed on match() and replace() [Issue #4](#4)
- Removes example.php and defines them elsewhere
- Moves examples into /etc and defines one example per file
- Other small fixes and additions
0 commit comments