Download the PHP package localgovdrupal/localgov_outpost without Composer

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

LocalGov Drupal Outpost integration

Provides integration with Outpost platform Service Directory. A submodule provides a content type for data from an Outpost Service, such that it can be put into a LocalGov Directory. Another submodule can import and keep up to date this content using migrations for Services, Categories, Locations and Suitabilities from Outpost.

Development Status

This is a module in active development. Additional fields will certainly be added. Other content types may also be developed. Use this in testing and development of your site. It is not production ready. As data structures might change treat it as alpha software.

Development tasks and issues are tracked with the module GitHub repository.

Installation

Include the module in your codebase.

Prefix this, and further, commands with ddev or lando etc. as you would normally for your development environment.

If you have not already enable a Database index. LocalGov core includes the database index.

Enable these modules.

Create a new directory for your Outpost Services. You do this at Admin > Content > Add Content > Directory > Add Directory Channel /node/add/localgov_directory

When creating the directory Enabled Content types should be Outpost service. With this checked you will see a Outpost endpoint field. Enter into this the Outpost Services API URL like https://example.com/app/v1/services.

To import, or update, content run

This may in time be automated.

You can track the status of imports with

If you do not see outpost migrations try clearing cache.

Submodules

LocalGov Outpost Service

Provides a pre-configured Service content type to match Outpost. It does not yet have all the fields of outpost. You can also add any fields that are specific to your instance. This content type is automatically configured to be available to LocalGov Directories.

Further development will include more default fields.

LocalGov Outpost Connector

Provides a default set of migrations which can be configured to collect from an Outpost URI placed on a LocalGov Directory Channel.

Further development will include ways to add mappings for custom fields if required; and possibly methods for automating running the migration.


All versions of localgov_outpost with dependencies

PHP Build Version
Package Version
Requires localgovdrupal/localgov_directories Version ^2.5|^3.0@alpha
drupal/migrate_plus Version ^6.0.3
drupal/paragraphs Version ^1.16
localgovdrupal/localgov_paragraphs Version ^2.4
drupal/office_hours Version ^1.11
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 localgovdrupal/localgov_outpost contains the following files

Loading the files please wait ....