Skip to content
View ericsizemore's full-sized avatar
😓
😓

Organizations

@SecondVersion

Block or report ericsizemore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ericsizemore/README.md

Howdy 👋

About me

I'm Eric Sizemore. A self-taught PHP Developer with roughly 17 years of experience. I took a long break around the time PHP 5.3 was released, and I am currently trying to get back up to snuff for PHP 8.2 onward. :)

I ocassionally blog about PHP and open source, but mostly randomness.


👷 Check out what I'm currently working on

Repo Description
⭐️ (0) ericsizemore/cloudflare-turnstile A PHP library for server-side validation of Cloudflare Turnstile challenges. This library is PSR-18 compatible and framework-agnostic. (2 days ago)
⭐️ (23) ericsizemore/simple_counter A simple PHP counter that counts your website visitors. (5 days ago)
⭐️ (1) ericsizemore/simple_tpl This class implements a simple template engine that works by replacing text. (5 days ago)
⭐️ (2) ericsizemore/clock Yet another clock abstraction, implementing PSR-20. (5 days ago)
⭐️ (3) ericsizemore/librariesio LibrariesIO - A simple API wrapper/client for the Libraries.io API. (5 days ago)
⭐️ (2) ericsizemore/php-project-template Simple template repository for PHP libraries/projects. (1 week ago)
⭐️ (4) ericsizemore/utility Collection of various PHP utility functions. (1 week ago)
⭐️ (6) ericsizemore/api A simple wrapper/builder using Guzzle for base API clients. (1 week ago)
⭐️ (1) ericsizemore/phpunit-coverage-check-action Run PHPUnit Coverage Check (which checks the code coverage using the clover report of PHPUnit), as a GitHub action. (1 week ago)
⭐️ (31115) ziadoz/awesome-php A curated list of amazingly awesome PHP libraries, resources and shiny things. (3 weeks ago)

🌱 My latest projects

Repo Description
ericsizemore/cloudflare-turnstile A PHP library for server-side validation of Cloudflare Turnstile challenges. This library is PSR-18 compatible and framework-agnostic.
ericsizemore/php-project-template Simple template repository for PHP libraries/projects.
ericsizemore/phpunit-coverage-check-action Run PHPUnit Coverage Check (which checks the code coverage using the clover report of PHPUnit), as a GitHub action.
ericsizemore/clock Yet another clock abstraction, implementing PSR-20.
ericsizemore/api A simple wrapper/builder using Guzzle for base API clients.
ericsizemore/librariesio LibrariesIO - A simple API wrapper/client for the Libraries.io API.
ericsizemore/simple_tpl This class implements a simple template engine that works by replacing text.
ericsizemore/utility Collection of various PHP utility functions.
ericsizemore/dpm
ericsizemore/simple_contact_form A rather simple PHP contact form script that can be integrated into an existing site/design, or be used standalone.

🍴 My recent forks

Repo Description
ericsizemore/awesome-php A curated list of amazingly awesome PHP libraries, resources and shiny things.
ericsizemore/consistent-hash ConsistentHash is a small library which implements consistent hashing. Modernized fork of flexihash/flexihash.
ericsizemore/evenement Événement is a very simple event dispatching library for PHP.
ericsizemore/phar.io Website of the phar.io project
ericsizemore/phpunit-coverage-check Check the code coverage using the clover report of PHPUnit.
ericsizemore/numverify-api-client-php Numverify phone number validation and country API client library for PHP.
ericsizemore/pagination Simple pagination library for PHP implements a paging interface on collections of things.
ericsizemore/bench Micro PHP benchmark library
ericsizemore/wildcard A simple wildcard matcher.
ericsizemore/mimey PHP package for converting file extensions to MIME types and vice versa.

🔭 Latest releases I've contributed to

Repo Description Last Release
ericsizemore/php-project-template Simple template repository for PHP libraries/projects. v1.1.0 (1 week ago)
ericsizemore/phpunit-coverage-check-action Run PHPUnit Coverage Check (which checks the code coverage using the clover report of PHPUnit), as a GitHub action. 2.0.0 (1 week ago)
tempestphp/tempest-framework The PHP framework that gets out of your way 🌊 v1.0.0-alpha.4 (1 month ago)
ericsizemore/clock Yet another clock abstraction, implementing PSR-20. 1.1.0 (1 month ago)
ericsizemore/api A simple wrapper/builder using Guzzle for base API clients. v1.1.0 (7 months ago)
ericsizemore/simple_counter A simple PHP counter that counts your website visitors. v6.0.0 (7 months ago)
ericsizemore/utility Collection of various PHP utility functions. v2.1.0 (8 months ago)
ericsizemore/librariesio LibrariesIO - A simple API wrapper/client for the Libraries.io API. v1.1.1 (9 months ago)
ericsizemore/simple_tpl This class implements a simple template engine that works by replacing text. v2.0.1 (1 year ago)

🔨 My recent Pull Requests

Title Repo
chore(docs): update readme to fix the 'badge poser' images igorw/evenement (5 days ago)
ci: Update awesomebot.yml to use upload-artifact v4 ziadoz/awesome-php (3 weeks ago)
ci: close stale issues and pull requests tempestphp/tempest-framework (1 month ago)
fix: Update Client.php ericsizemore/api (5 months ago)
Create continuous-integration.yml ericsizemore/api (7 months ago)
Delete .github/workflows/tests.yml ericsizemore/api (7 months ago)
Delete .github/workflows/main.yml ericsizemore/api (7 months ago)
Bring 6.x dev to master, as we are close to 6.0.0 release ericsizemore/simple_counter (7 months ago)
Update tests.yml ericsizemore/utility (8 months ago)
ci - Update tests.yml ericsizemore/utility (8 months ago)

Get in touch 📫

Support

If you like what you see, or you are enjoying any of my projects, consider a Sponsorship or buying me a . Certainly not required, but greatly appreciated.

Pinned Loading

  1. utility utility Public

    Collection of various PHP utility functions.

    PHP 4 3

  2. mimey mimey Public

    Forked from elephox-dev/mimey

    PHP package for converting file extensions to MIME types and vice versa.

    PHP 1 1

  3. phpunit-coverage-check phpunit-coverage-check Public

    Forked from richardregeer/phpunit-coverage-check

    Check the code coverage using the clover report of PHPUnit.

    PHP 2

  4. simple_counter simple_counter Public

    A simple PHP counter that counts your website visitors.

    PHP 23 6

  5. librariesio librariesio Public

    LibrariesIO - A simple API wrapper/client for the Libraries.io API.

    PHP 3

  6. pagination pagination Public

    Forked from AshleyDawson/SimplePagination

    Simple pagination library for PHP implements a paging interface on collections of things.

    PHP 1