How is your architecture set up amongst multiple projects?

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

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

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • Since we use Laravel a lot, we've also made an internal fork of https://github.com/laravel/laravel with a couple of changes (like setting up our private packagist, requiring the dev package, ...) and create projects based on that using composer create-project.

  • GrumPHP

    A PHP code-quality tool

  • We have a library (companyname/dev) that pulls in https://github.com/phpro/grumphp and holds configuration files for a bunch of tools. The library is set up as a composer plugin and on install/update, it will automatically publish new *.dist versions (like psalm.xml.dist) of said config files. For project-specific configuration, copy the *.dist and make changes to the copy (like psalm.xml). If you don't need some of the tooling, you can list the config files you don't want in the composer.json's extra.companyname-dev.skip. Grump will set up pre-commit hooks, so all the tooling will run automatically.

  • 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