Download the PHP package amims71/tinker-web without Composer

On this page you can find all versions of the php package amims71/tinker-web. 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 tinker-web

tinker-web

A standalone local PHP scratchpad for any Laravel/PHP project — in your browser.

Run tinker-web, point it at any local Laravel app, and evaluate PHP against that app's booted container from a browser editor — no per-project package to install. Think Tinkerwell, but a small open-source local web app.

How it works

Requirements

Install

Update to the latest release later:

Or clone and run directly:

Usage

Add more projects from the toolbar; recent projects are remembered in ~/.config/tinker-web. Write PHP in the editor and press ⌘/Ctrl + ↵ to run — or flip on Auto-run to re-evaluate live as you finish each statement. Snippets run as a notebook: each top-level statement becomes its own result cell (state persists within a run), and dump()/dd() output and return values render as VarDumper's collapsible, interactive HTML — click to expand Eloquent models and arrays. dd()/exit()/die() stop the run cleanly with a marker instead of erroring. The editor autocompletes the target's class names (inserting the FQCN), your buffer's variables, and static Class:: methods/constants — sourced from the Composer classmap and reflection, with no app boot.

Security

tinker-web executes arbitrary PHP against the target app, so it is deliberately local-only:

Only run it on your own machine against apps you trust. Rendering a model shows its attributes (including hidden ones like tokens) — expected for a local scratchpad.

Roadmap

Testing

License

MIT.


All versions of tinker-web with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
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 amims71/tinker-web contains the following files

Loading the files please wait ...