framework VS tale-di

Compare framework vs tale-di and see what are their differences.

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
framework tale-di
1 1
13 0
- -
4.4 0.0
5 months ago over 4 years ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

framework

Posts with mentions or reviews of framework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-05.
  • PHP dependency container confusion
    3 projects | /r/PHPhelp | 5 May 2021
    I wrote my own container to resolve automatically (when possible) dependencies between objects, it is really simple! This exercise helped me to understand how a container works. https://github.com/linna/framework/blob/master/src/Linna/Container/Container.php

tale-di

Posts with mentions or reviews of tale-di. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-05.
  • PHP dependency container confusion
    3 projects | /r/PHPhelp | 5 May 2021
    Some years ago I wrote a very simple, own DI container and container builder that can auto-wire dependencies, it's opinionated to only ever use constructor injection. If you want to take a look at how it's implemented, you might check it out here. It uses type information and interfaces directly to automatically wire all dependencies.

What are some alternatives?

When comparing framework and tale-di you can also consider the following projects:

micro-MVC - An agile, small, productive and robust MVC framework for PHP with high-quality JS extensions and integrated AJAX support.

PHP-DI - The dependency injection container for humans