Download the PHP package padosoft/laravel-ai-finops-admin without Composer

On this page you can find all versions of the php package padosoft/laravel-ai-finops-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-ai-finops-admin

Laravel AI FinOps · Admin Panel

The WOW control room for your AI spend. A dense, Bloomberg-grade React console for padosoft/laravel-ai-finops — dashboards, budgets, policies, approvals, cost-aware routing, forecasting, chargeback, alerts and a FinOps copilot.

CI PHP Laravel React Vite Tailwind License


What you get

A single React SPA mounted at /admin/ai-finops that drives every laravel-ai-finops endpoint — no mocks, all live data over session + CSRF:

Dark/light themes, command-ready shell, accessible tables/drawers, dense data-first layout.


Quick start

Open /admin/ai-finops (behind your app's auth middleware). That's it — the panel reads the core API at config('ai-finops.routes.prefix').

Built assets ship with the package. Building from source: npm ci && npm run build.


Stack

React 19 · Vite 6 · Tailwind v4 · TypeScript · React Router 7 · TanStack Query. The visual design system is a pixel-perfect port of the approved prototype (resources/css/design-system.css). PHP side is a thin Laravel package: a Blade shell + a Vite manifest reader serving the SPA.

Configuration

config/ai-finops-admin.php: route.prefix (default admin/ai-finops), route.middleware (default ['web','auth']), api_base (defaults to the core prefix), app_name, logout_url.

Screenshots

A tour of the panel. Every screen is wired to live laravel-ai-finops endpoints — no mocks.

Dashboard

KPIs, spend trend, top-models donut, budget burn and anomalies — in both themes.

Usage & Call/Trace

Filterable ledger, per-call detail and the agentic per-step cost flame-graph.

Pricing

LiteLLM mirror + sync, with local per-model overrides.

Governance — Budgets, Policies, Approvals, Chargeback, Alerts

Hierarchical budgets, the policy DSL, the approval queue, chargeback allocation and the alert center.

Intelligence — Forecast, Routing, What-if, Price Watch, Credits

Month-end forecasting & anomalies, cost-aware routing, the what-if simulator, the provider price watcher and prepaid credit pools.

Copilot, CO₂/ESG, Settings & Diagnostics

A natural-language FinOps copilot, carbon/ESG footprint, settings and the diagnostics workbench.

Testing

CI runs PHP (8.3/8.4) + JS build/test on every PR.

License

Apache-2.0 © Padosoft


All versions of laravel-ai-finops-admin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/contracts Version ^12.0 || ^13.0
illuminate/routing Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0
illuminate/view Version ^12.0 || ^13.0
padosoft/laravel-ai-finops Version ^1.2.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package padosoft/laravel-ai-finops-admin contains the following files

Loading the files please wait ...