Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Phpcore Laravel Package

splash/phpcore

View on GitHub
Deep Wiki
Context7

N|Solid

Splash Php-Core

Core library for building Splash Sync connectors in PHP.

What is Splash Sync?

Splash Sync is a universal data synchronization framework. Connectors built with this library can exchange data (Products, Orders, Customers, etc.) between any application and the Splash ecosystem.

Features

  • Base classes for Objects and Widgets
  • Fluent API for field definitions
  • Helpers for complex fields (prices, images, files)
  • Auto-discovery of fields and getters/setters with IntelParserTrait
  • Object extensions and filters

Installation

composer require splash/phpcore

Requirements

  • PHP 7.4+ (8.x recommended)
  • Extensions: xml, soap, simplexml, xmlwriter, libxml

Documentation

See the full documentation for:

Quick Example

<?php

namespace Splash\Local\Objects;

use Splash\Core\Models\AbstractObject;
use Splash\Core\Models\Objects\IntelParserTrait;

class ThirdParty extends AbstractObject
{
    use IntelParserTrait;
    use ThirdParty\CrudTrait;
    use ThirdParty\CoreTrait;

    protected static string $name = "Third Party";
    protected static string $description = "Customer or Supplier";
    protected static string $ico = "fa fa-user";
}

Ecosystem

Package Description
Toolkit Development environment (CLI/Docker)
Php-Bundle Symfony integration
OpenAPI REST API connectors
Metadata PHP 8 attributes support

License

This module is part of SplashSync project.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor