Projects
Here are some example open source projects you may be interested in:
JSON:API Formatter
The JSON:API spec solves a lot of classic API gotchas with a precise response format. This PHP library makes it simple to build and interrogate JSON:API payloads — ideal for Laravel and Symfony projects.
- Create and parse JSON:API resources, relationships, errors.
- Consistent, testable API responses across services.
- Framework-agnostic; works great with Laravel/Symfony.
Source (GitHub) ·
composer require floor9design/json-api-formatter
Character Humaniser
Turn confusing strings into human-readable text (great for passwords, tokens, and codes where I vs l or ~ vs ^ cause errors).
- Maps ambiguous characters to clear, spoken names.
- Custom dictionaries for your domain/locale.
- Simple PHP API; drop-in for forms and support tools.
Source (GitHub) ·
composer require floor9design/character-humaniser
Event Feeds for Eventim (WordPress)
Imports Eventim events into WordPress on a schedule, with templates and shortcodes to display listings out of the box.
- Scheduled imports (CRON) from Eventim feeds.
- Ready-made shortcodes & templates for listings.
- Built during a contract; maintained as open source.