New to PHP - I'm actually impressed

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • demo

    Symfony Demo Application

  • Symfony, the one and only. I much prefer other languages like TS/C# but it is because of Symfony, I can tolerate lack of generics, decorators, type aliases... Arrow for methods doesn't annoy me that much. You can see some controller code from its demo here. It is using attributes, a lot, and not just for routing but also for autowiring scalars and tagged services.

  • sulu-demo

    Sulu Demo Project

  • As it's Symfony based, "plugins" are handled via the bundle system and have the full internal API at their disposal. The documentation for that's not always the best (the cookbook section is often the most useful), but I've never found it to be a problem, particularly as there's not a massive amount of custom Sulu code you'd actually need to interact with, so the interfaces usually suffice. Most of the common things you'd want to do are demonstrated as pull requests on the demo repo.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • fatfree-core

    Fat-Free Framework core library

  • Stringy

    A PHP string manipulation library with multibyte support

  • For strings I use Stringy (https://github.com/danielstjules/Stringy) for arrays I built my own Collection library, but pretty sure there are plenty in packagist (https://packagist.org/)

  • Packagist

    Package Repository Website - try https://packagist.com if you need your own -

  • For strings I use Stringy (https://github.com/danielstjules/Stringy) for arrays I built my own Collection library, but pretty sure there are plenty in packagist (https://packagist.org/)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts