Download the PHP package pringgojs/laravel-itop without Composer

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

Laravel iTop Wrapper

This package is a very small, database‑centric wrapper around iTop for Laravel projects. It provides Eloquent models corresponding to the iTop schema, a simple API client (ApiService), and a handful of helpers/builders to construct payloads for the iTop REST interface.

It does not include any migrations, configuration defaults, or automatic synchronisation/forwarding logic – those responsibilities are left to the consuming application. Think of it as a lightweight toolkit rather than a full integration suite.


Contents

There is no default configuration schema and no supplied migrations.

📦 Installation

The service provider is auto‑discovered by Laravel. If you need to override the empty itop.php configuration file you may publish it:

No migrations are included; the models assume that your database already contains the appropriate iTop tables.

🔧 Configuration

The default config/itop.php is empty. Add whatever settings your application requires (e.g. base URLs, credentials) and resolve them when instantiating the services.

🛠 Usage

The package does not provide high‑level jobs or commands. Use the provided classes directly in your own code. For example, create a client and send a request:

Helpers are available to build the payloads:

Models in src/Models can be used to read/write existing iTop tables with Eloquent.

📁 Structure

The package is deliberately small – the main directories are:

🧪 Testing

There are no package tests; integrate models and services directly in your application’s test suite as needed.

📚 Changelog

See CHANGELOG.md for release notes and version history.


Feel free to contribute or report issues at the repository on GitHub.


All versions of laravel-itop with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/support Version ^8.0|^9.0|^10.0
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 pringgojs/laravel-itop contains the following files

Loading the files please wait ...