Creating an application in Yii3 - part 4: the final

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    The package provides definition syntax. Definition is describing a way to create and configure a service or an object.

    The factory is useful if you need to create objects using definition syntax and/or want to configure defaults for objects created.

  • factory

    Object factory that is able to resolve dependencies from PSR-11 container

    Now that we are clear about the concepts of configuration, container di and factory, let's see the complexity of creating an app.

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

  • di

    PSR-11 compatible DI container and injector (by yiisoft)

    Now that we are clear about the concepts of configuration, container di and factory, let's see the complexity of creating an app.

  • app

    Yii3 application template (by yiisoft)

    Take a look at the configuration, and you'll see that changing it is as simple as changing a parameter in params.php, we've developed the right tools, that will do the job for you, that's simplicity.

  • assets

    Assets management (by yiisoft)

    In the next post we will talk about assets, view, widget, db and active-record.

  • view

    Yii view rendering library (by yiisoft)

    In the next post we will talk about assets, view, widget, db and active-record.

  • widget

    Widgets are reusable building blocks used to create complex and configurable user interface elements in an object-oriented fashion (by yiisoft)

    In the next post we will talk about assets, view, widget, db and active-record.

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

  • db

    Yii Database Library (by yiisoft)

    In the next post we will talk about assets, view, widget, db and active-record.

  • active-record

    Active Record database abstraction layer

    In the next post we will talk about assets, view, widget, db and active-record.

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