Download the PHP package golded-dev/laravel-ftn-database without Composer

On this page you can find all versions of the php package golded-dev/laravel-ftn-database. 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-ftn-database

Laravel FTN Database

Laravel schema and base Eloquent models for imported FTN archive facts.

This package owns the durable facts that come from FTN message archives: areas, messages, source identity, addressing, bodies, reply metadata, control lines, and import provenance.

It does not own reader UI state. Read flags, bookmarks, cached counters, and current positions belong in the consuming app.

Installation

Requires PHP 8.4+ and Laravel 13 components.

Supported database targets:

What It Provides

Migrations

The package creates areas and messages.

Package migrations load automatically unless the consumer disables them:

Publish migrations when the app needs to own the files directly:

control_lines_json and provenance_json are text-backed JSON payloads with array casts on the model. That keeps SQLite, MySQL, and PostgreSQL behavior plain.

Config

Publish the config:

Default config:

Apps can point relationships at subclasses:

The base relationships resolve through config. They do not know about App\Models.

Models

Use the base models directly for archive-only apps:

For GoldED-style apps, subclass the models and add only app-owned state:

Keep imported archive facts in the package columns. Keep reader behavior in the app.

Identity

The import identity is:

msgno is display and navigation metadata. It is not identity.

external_id is unique only inside an area. Multiple null external IDs are allowed.

Development

Install dependencies:

Run tests:

Run static analysis:

Run Rector dry-run:

Run everything:

The MySQL migration check is skipped unless these environment variables are set:

The PostgreSQL migration check is skipped unless these environment variables are set:

Versioning

This package starts at 1.0.0 and uses semantic versioning.

Breaking changes include schema changes, model fillable or cast changes that affect persisted data, service provider behavior changes, and supported Laravel or PHP version changes.

Contributing

Contributions are welcome when they keep the archive/app boundary sharp. See CONTRIBUTING.md.

Security

Do not report security issues in public tickets. See SECURITY.md.

Changelog

See CHANGELOG.md.

License

Released under the MIT License. See LICENSE.


All versions of laravel-ftn-database with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
illuminate/database Version ^13.0
illuminate/support Version ^13.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 golded-dev/laravel-ftn-database contains the following files

Loading the files please wait ...