Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).
Mermaid lets you create diagrams and visualizations using text and code.
Docker image that provides static analysis tools for PHP
Snyk scans and monitors your projects for security vulnerabilities.
Create public URLs for local sites through any firewall and VPN. Receive webhooks on your machine, test local sites on mobile devices or share them with others.
A deployment tool written in PHP with support for popular frameworks out of the box.
Le caractère typographique Luciole a été conçu spécifiquement pour les personnes malvoyantes. Ce projet est le résultat de plus de deux années de collaboration entre le Centre Technique Régional pour la Déficience Visuelle et le studio typographies.fr. Le projet a bénéficié d'une bourse de la Fondation suisse Ceres et de l'appui du laboratoire DIPHE de l'Université Lumière Lyon 2.
Formation CI/CD
Une liste unique des bonnes pratiques pour les sites publics : RGAA, Charte internet et Marque de l‘État, Règles Opquast, Éco-conception, RGI et Loi informatique et liberté.
Developing a web application that uses server-sent events is straightforward. You'll need a bit of code on the server to stream events to the front-end, but the client side code works almost identically to websockets in part of handling incoming events. This is a one-way connection, so you can't send events from a client to a server.
Flysystem is a file storage library for PHP. It provides one interface to interact with many different types of filesystems. When you use Flysystem, you’re not only protected from vendor lock-in, you’ll also have a consistent experience for which ever storage is right for you.
Scans webpages for dead hyperlinks • Can analyse unlimited number of pages* • Useful for SEO optimization • Checks both internal (local) and external (outbound) URLs** and finds which are stale • Reports bad links location in your HTML code • Validates websites online: the same way as how your users and Search Engines see those • Detects "linkrot" and other problems of web site integrity • Supports sub-domains • Works on-line so can be used on Windows, Mac OS, Linux, iOS, Android, and any other platform • Shows 404 errors and other unsuccessful HTTP response codes - for each dead or problematic hyperlink
It's the fourth time I'm writing a yearly "PHP in 20XX" post, and I must admit I've never been as excited about it as this year: we've seen awesome new features added to PHP, with stuff like attributes, enums, promoted properties and fibers; and on top of that, the static analysis community is making great progress, my personal favourite feature is PhpStorm now supporting generics when writing code.