What the namespace is going on!?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Composer

    Dependency Manager for PHP

  • So, if all that's correct, why don't you no longer see include or require statements in code samples you see in the wild? Because most projects nowadays use Composer, and Composer implements a class autoloader that automates it all. And it's been widely adopted because it uses a PSR Autoloading Standards, which happens to use namespaces as convention to locate files.

  • 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
  • Fast Route

    Fast request router for PHP

  • I'd recommend looking at the routers for popular, simpler frameworks (both documentation and code) such as Slim. Also look at FastRoute which is the basis for most modern routers.

  • Aura.Autoload

    A PSR-0 compliant autoloader

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

  • Tutorial Cara Instal Composer di Linux

    1 project | dev.to | 11 Apr 2024
  • Routing implementation using PHP attributes

    2 projects | dev.to | 10 Mar 2024
  • Create Your E-Book: Converting Markdown to PDF and EPUB

    2 projects | dev.to | 31 Jan 2024
  • How To Setup Laravel on Windows with XAMPP: Quick Guide

    1 project | dev.to | 24 Jan 2024
  • Rapyd API Request Signatures in PHP

    2 projects | dev.to | 6 Nov 2023