Become a sponsor to Émile Perron
I'm a web developer from a small town in Québec, Canada.
I currently work full time at a small web agency, and I love to build things on the side: personal projects are very important to me. And when I can make my personal project open-source, or make them help other open-source contributors, that's even better!
PHP is my first and only true love (😘💕 ), but I'm also fairly knowledgeable and interested in Javascript (although I have yet to fully embrace any of the many JS frameworks that are out there).
I am also the sole founder and developer of Koalati, an automated website testing and quality control application for web developers, designers & agencies. Most of my work on Koalati is published under the MIT license, and is available on Koalati's GitHub page.
Here are some other projects of mine you might be interested in:
- Git version strategy for Symfony : a small Symfony bundle which uses the current Git commit short-hash as the version identifier, automatically breaking your assets' browser cache when publishing new releases.
- extract-dom-content (NPM package) : provide a DOM element and get all of its cleaned and standardized text content in an array or string.
- PHP Magic Cache : a simple caching library that wraps Symfony's FilesystemAdapter in order to give you the simplest caching experience possible.
- PHP Hover Documentation for Atom : a simple Atom package that adds a tooltip with the definition and description of PHP's built-in methods when you hover them.
- PHP API library for FastSpring : an unofficial API wrapper library for the latest version of FastSpring.
Featured work
-
koalatiapp/extract-dom-content
Get all of a DOM element's cleaned and standardized text content.
JavaScript 5 -
EmilePerron/git-version-strategy
A custom version strategy for Symfony assets that uses the current Git commit short-hash as the version identifier.
PHP -
EmilePerron/fastspring-php
A PHP wrapper library for the latest FastSpring API
PHP 3 -
EmilePerron/magic-cache
An easy to use caching library that uses Symfony's FilesystemAdapter under the hood.
PHP