Download the PHP package ometra/apollo-sdk without Composer

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

Apollo SDK

SDK modular para Laravel/PHP que consume Proteus, Pulse, Flare e Ignis con la autenticación compartida de Caronte.

Requiere PHP 8.4 o posterior.

Instalación

La configuración se publica en config/apollo.php:

Autenticación

Apollo usa el transporte de ometra/caronte-sdk. Caronte obtiene el tenant, la aplicación y el usuario actuales; ningún método acepta tokens explícitos.

Las operaciones usan autenticación de usuario por defecto. En jobs o procesos sin sesión, selecciona autenticación de aplicación:

asApplication() no concede permisos adicionales. Proteus resuelve el directory application grant que cubre al media usando el tenant y la aplicación de Caronte.

Proteus

Media

show() no admite filtros. download() y thumbnail() devuelven Illuminate\Http\Client\Response; los demás métodos devuelven el envelope JSON de Caronte.

Metadata

Los valores únicos de una clave se consultan como operación de colección:

La metadata editable pertenece a un media:

LightPath

La solicitud es síncrona: Proteus devuelve el grant y la URL ya emitidos.

En modo aplicación no se pasa un directory grant: Proteus lo localiza automáticamente.

Directorios y application grants

Crear un grant requiere el usuario actual de Caronte. Revocarlo admite autenticación de aplicación.

Categorías

Flare

Pulse

Ignis

Ignis devuelve el envelope completo de Caronte; el SDK no lo desempaqueta ni crea DTOs de campaña.

Páginas de error

Apollo registra vistas fallback para 401, 403, 404, 419, 429, 500 y 503. Las vistas de la aplicación host conservan prioridad.

Componentes compartidos e integración inbound

Los componentes AppMenu y DirectoryTree se publican con apollo-app-menu y apollo-directory-tree. Consulta docs/ui-components.md.

La ruta inbound opcional de grupos Ignis se habilita con APOLLO_IGNIS_GROUPS_ENABLED=true. La aplicación host debe implementar Ometra\Apollo\Sdk\Contracts\IgnisGroupContract; su configuración vive en config/apollo.php.

Contrato y migración

Validación


All versions of apollo-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
illuminate/http Version ^12.0
illuminate/routing Version ^12.0
illuminate/support Version ^12.0
ometra/caronte-sdk Version ^8.7.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 ometra/apollo-sdk contains the following files

Loading the files please wait ...