apiato VS laravel-modules

Compare apiato vs laravel-modules and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
apiato laravel-modules
1 9
2,970 5,293
0.6% -
9.6 9.6
25 days ago 2 days 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.

apiato

Posts with mentions or reviews of apiato. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-24.

laravel-modules

Posts with mentions or reviews of laravel-modules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-10.
  • Do you find Laravel to feel like CSS sometimes?
    2 projects | /r/laravel | 10 Nov 2022
    Oh you mean Domain Driven Design, you can do that in Laravel. I worked on plenty of projects who did it like that. You can even find packages for that, like this one https://github.com/nWidart/laravel-modules.
  • if I wanted to build a modular system, how could i add routes, menu links etc, from model view.
    1 project | /r/laravel | 2 Aug 2022
    I recommend using this package https://github.com/nWidart/laravel-modules makes building with modules easier.
  • How do you guys manage your laravel code when it starts growing?
    1 project | /r/laravel | 6 Dec 2021
    We recently changed our repository with using https://github.com/nwidart/laravel-modules
  • Trying to making my large app more manageable
    3 projects | /r/laravel | 24 Sep 2021
    There are a bunch of options, we started with Domain Driven Design which I like since it organizes things while still allowing for core laravel. But you need to answer some questions first like will you support/handle multi tenancy? if so, how? Do you want features like Single Sign On? And so on. No need to answer me, thats for you to answer yourself as it may impact your layout decisions. After doing some work with the Laravel modules package from nWidart (https://github.com/nWidart/laravel-modules), there are some things I really like in there as well, which I kind of wish I had used that first. We're too long in the tooth so to speak to migrate over, and I haven't answer all my questions for that, such as how that handles vue.js, it seems very blade centric and we don't use blade at all in our app. But having a Modules folder with all of the bits from controllers, models, views, etc contained is very nice. In your case I would do some research on those things and what others here have suggested. One of the hardest things no one talks about is maintaining a large app as it grows in scope and creep. Implementing strong organization up front can be a huge help.
  • Laravel 8 how to write modular app
    1 project | /r/laravel | 13 Sep 2021
    I totally agree with this, but I’d like to mention an exception. I found using nWidart’s laravel-modules library highly useful as a utility for creating and interacting with individual modules, as well as the ability to customise the stubs that generates them.
  • Laravel Modular Package
    1 project | /r/laravel | 2 Sep 2021
  • who worked with -> nwidart/laravel-modules?
    2 projects | /r/laravel | 7 Jun 2021
    i'm trying to edit an existing application which it's using this package and what i want is to add the SaaS module for this application and also have a dynamic subdomain that depends on the company that want to buy this product..;
  • Monolith or Microservices
    1 project | dev.to | 2 May 2021
    For a typical Laravel application, you could leverage namespaces, service providers, autoloaders, packages, API routes to totally separate these modules. There is a package that could help with this. Check it out here: nwidart/laravel-modules.
  • Where do you put regular business logic?
    1 project | /r/laravel | 5 Mar 2021
    If you find your project is getting truly large, you could always explore breaking the entire codebase into modules: https://github.com/nWidart/laravel-modules

What are some alternatives?

When comparing apiato and laravel-modules you can also consider the following projects:

mixerapi - CakePHP API Plugin for REST + JSON API Development [READ-ONLY]

tenancy - Automatic multi-tenancy for Laravel. No code changes needed.

PHP-CRUD-API - Single file PHP script that adds a REST API to a SQL database

modular - Modularize your Laravel application

modular-laravel - Modular Laravel - Boilerplate project starter

leaf - 🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly

Monica - Personal CRM. Remember everything about your friends, family and business relationships.

Symfony - The Symfony PHP framework

modular - A smart project structure

Yii2 - Yii 2: The Fast, Secure and Professional PHP Framework

phpinsights - 🔰 Instant PHP quality checks from your console