Download the PHP package zemmelmootez/phplocator without Composer

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

PHP Locator - Click to Code

Instantly jump from browser elements to your PHP source code

[![Packagist Version](https://img.shields.io/packagist/v/zemmelmootez/phplocator?style=flat-square)](https://packagist.org/packages/zemmelmootez/phplocator) [![GitHub Stars](https://img.shields.io/github/stars/zemmelmootez/phplocator?style=flat-square)](https://github.com/zemmelmootez/phplocator) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE) [![Downloads](https://img.shields.io/packagist/dt/zemmelmootez/phplocator?style=flat-square)](https://packagist.org/packages/zemmelmootez/phplocator) 🌐 **[Live Website & Demo](https://phplocator-hbfl72dni-zemmelmootezs-projects.vercel.app)**

What is PHP Locator?

PHP Locator brings click-to-code functionality to PHP development. Inspired by LocatorJS, it allows you to Alt+Click any element in your browser and instantly jump to the exact source code line in VS Code.

Key Benefits:


Installation

Step 1: Browser Extension

Chrome/Edge/Brave/Opera:

Manual Installation:

  1. Download the latest release
  2. Extract the ZIP file
  3. Open chrome://extensions/
  4. Enable "Developer mode"
  5. Click "Load unpacked" → Select the extension folder

Step 2: PHP Package

Option A: Composer (Recommended)

The package auto-loads and starts working immediately - no additional setup required.

Option B: Manual Installation


Usage

The Simple Process:

  1. Hold Alt key
  2. Hover over any HTML element (highlights appear)
  3. Click the element → VS Code opens to the exact line

Framework Examples:

Vanilla PHP:

Laravel Blade:

WordPress:


Advanced Configuration

Manual Data Attributes

For custom implementations:

Troubleshooting

Extension not working?

No highlights appearing?

VS Code not opening?


Technical Details

How It Works:

  1. PHP Locator automatically injects source mapping data attributes
  2. Browser extension detects these attributes
  3. Alt+Click triggers VS Code protocol handler
  4. VS Code opens the exact file and line number

Supported Environments:


Contributing

We welcome contributions! Here's how to help:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/improvement)
  3. Commit your changes (git commit -m 'Add improvement')
  4. Push to the branch (git push origin feature/improvement)
  5. Open a Pull Request

Development Setup:


License

This project is licensed under the MIT License - see the LICENSE file for details.


Links


⭐ Star this repo if PHP Locator improves your workflow!

All versions of phplocator with dependencies

PHP Build Version
Package Version
No informations.
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 zemmelmootez/phplocator contains the following files

Loading the files please wait ...