Commit graph

22 commits

Author SHA1 Message Date
932e2ca800
chore: stashing old stuff 2024-11-20 16:16:04 -06:00
6a70fd2f26
ci: add newer PHP versions
Seems I had started this a while back and never actually finished.
Bumped the copyright years and added a funding and git ignore file.
Redid the Travis configuration based on my more recent experiences with
testing multiple PHP versions. Updated the development dependencies and
added a configuration file for PHPUnit.
2020-03-02 20:58:00 -06:00
5a9b6ec5c8
Conditional mock method 2020-03-02 20:57:33 -06:00
ddfe2b126a
Alias TestCase and some cleanup 2020-03-02 20:57:33 -06:00
ba8f480f5e
Pin coveralls version 2020-03-02 20:57:33 -06:00
5d7000bf8a
Changes to get older and newer tests running 2020-03-02 20:57:33 -06:00
ac0903530a
Bumped copyright, expanded PHP versions 2020-03-02 20:57:33 -06:00
340711b331
docs: add funding 2020-03-02 20:55:28 -06:00
Josh Sherman
1bff7911fe Simplified the installation instructions 2015-06-23 23:00:05 -04:00
Josh Sherman
fee505f7dd Small bit of code cleanup 2015-06-23 22:20:52 -04:00
Josh Sherman
45310527cf Updated php environments to test against
5.6 and hhvm are no longer allowed failures. hhvm-nightly as been added as
an allowed failure.
2014-09-17 13:09:22 -04:00
Josh Sherman
e77d15f1f2 Dropped require from README
If using `composer`, you won't need the require line.
2014-09-17 13:03:43 -04:00
Josh Sherman
c76fdf936d Preparing for a formal release
Converted tabs to spaces, did some cleanup and updated the composer file.
2014-09-17 12:50:54 -04:00
Josh Sherman
c840d5a36f Updated README with simulation IPs
Also dropped example.php as it's no longer necessary. Added reference to API
key to the README as it wasn't there before.
2014-05-14 19:00:18 -04:00
Josh Sherman
013e77a62d Updated badges 2014-05-14 17:21:52 -04:00
Josh Sherman
2372c0546e Added PHP compatibility 2014-05-14 15:36:58 -04:00
Josh Sherman
9566668375 Added unit tests and configs 2014-05-14 15:34:09 -04:00
Josh Sherman
6dd3b9d26b Project cleanup
Getting all my ducks in a row before submitting this to Packagist
2014-05-14 12:28:55 -04:00
Josh Sherman
4069d2ddb9 Updated to return false instead of "Invalid Response"
Invalid responses and "non-threatening" IP address results come back as the same thing. I couldn't find a way to get it to return something more alerting when the DNS lookup failed, so this will have to do. If you're caching your results for a short period of time, then any issues with the API should correct themselves within the TTL of your data
2012-05-16 22:29:47 -04:00
Josh Sherman
1d4dacd3c2 Finished up query logic 2012-05-10 14:58:01 -04:00
Josh Sherman
f49a0e7de2 Started building wrapper 2012-05-09 22:13:47 -04:00
Josh Sherman
e4c358980b initial commit 2012-05-09 15:57:09 -07:00