Returning to PHP and web programming after 15 years... is this the way? Or have things changed a lot?

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
  • Composer

    Dependency Manager for PHP

  • 2 - there are iterators. You can use them or not. There are still directory functions or even glob. Personally, I'd go straight for symfony/finder, but then you've got to figure out composer too.

  • Phinx

    PHP Database Migrations for Everyone

  • 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
  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • for simple data structure you can use redis (https://redis.io/) for storage

  • Slim

    Slim Framework 4 Skeleton Application

  • I’d recommend giving Slim PHP a go. It was a super-easy transition for me (I was in a similar boat to OP a few years ago).

  • Packagist

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

  • These 2 features are used by (as others have mentioned) the Composer package manager and Packagist package repository that make finding and using libraries easier than ever.

  • librarian

  • 2: Check get_structure() in https://gitlab.com/hsleisink/librarian/-/blob/master/libraries/directory.php.

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